Skip to main content

Read the color of the specified coordinates of the image and output HEX, RGB, HSL and transparency.

A single image can be up to 12 MiB and 16 million pixels. GIF/Animation WebP's normal image operations only process the first frame.

Counting from the upper left corner of the image, X goes to the right and Y goes down; the RGB of transparent pixels does not represent the combined color.

Preview and results

After processing is complete, the results will be displayed here.

Instructions for use

  1. Select a local image, click on the original image preview where you want to pick the color, or enter the X and Y pixel coordinates.
  2. Click "Read Color" to see HEX, RGB, HSL, and transparency.
  3. Copy the color results. Coordinates start at 0 in the upper left corner, and transparent pixels may look different when combined with the background.

Input and output examples

Example input
R=255, G=0, B=0
Example output
#ff0000 / hsl(0, 100%, 50%)

These are demo inputs and sample results, and do not mean that your data has been processed.

Calculation basis and reference materials

Coordinates start at 0 in the upper left corner; the RGB in a transparent pixel does not represent its color when combined with the background.

Content check: · About this site and content description

Related tools