#F0A0B6
A light, vivid magenta closely aligning with Lightpink.
About #F0A0B6
At its core, #F0A0B6 is a light and vivid hue. It is closely associated with the named CSS color Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 160, and 182.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 33% magenta inks. The HSL representation is 343.5° hue, 72.7% saturation, and 78.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0A0B6
RGB240, 160, 182
HSL343.5°, 72.7%, 78.4%
CMYK0%, 33%, 24%, 6%
HSV343.5°, 33.3%, 94.1%
LAB74.2, 32.7, 0.9
XYZ56.9, 47.0, 50.3
Decimal15769782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.41:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A0B6;
}
.text-color {
color: #F0A0B6;
}
.border-color {
border: 2px solid #F0A0B6;
}