Color formats

Pink Color Models Explained

The same pink can be written in several color models. Use HEX and RGB for websites, HSL or HSV for adjustments, and CMYK as a print-production reference.

HEX

#FFC0CB is standard pink. HEX is compact and widely used in CSS.

RGB

rgb(255, 192, 203) describes red, green and blue light channels.

HSL

hsl(350, 100%, 88%) makes hue, saturation and lightness easier to adjust.

HSV

HSV is useful in color pickers because it separates hue, saturation and brightness.

CMYK

Approximate print values require a managed print workflow and physical proofing.

Working routes: both American and British spellings are supported by this project.

Never guess a pink again

Copy accurate pink color codes in one click.