#F0AFB6
A very light, moderate red closely aligning with Lightpink.
About #F0AFB6
Visually, #F0AFB6 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Lightpink. In the RGB color space, it consists of 240 red, 175 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 27% Magenta, 24% Yellow, and 6% Black. With a hue angle of 353.5 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0AFB6
RGB240, 175, 182
HSL353.5°, 68.4%, 81.4%
CMYK0%, 27%, 24%, 6%
HSV353.5°, 27.1%, 94.1%
LAB77.6, 24.7, 5.8
XYZ59.7, 52.6, 51.3
Decimal15773622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.51:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AFB6;
}
.text-color {
color: #F0AFB6;
}
.border-color {
border: 2px solid #F0AFB6;
}