#F0A0A8
A light, vivid red closely aligning with Lightpink.
About #F0A0A8
When working with digital screens, the color #F0A0A8 is rendered by mixing light. Designers often compare it to the standard color Lightpink. This translates to an RGB value of rgb(240, 160, 168).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 33% M, 30% Y, and 6% K. The HSL representation is 354.0° hue, 72.7% saturation, and 78.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0A0A8
RGB240, 160, 168
HSL354.0°, 72.7%, 78.4%
CMYK0%, 33%, 30%, 6%
HSV354.0°, 33.3%, 94.1%
LAB73.9, 30.8, 8.1
XYZ55.6, 46.5, 43.1
Decimal15769768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.30:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A0A8;
}
.text-color {
color: #F0A0A8;
}
.border-color {
border: 2px solid #F0A0A8;
}