#F88A99
A light, vivid red closely aligning with Lightcoral.
About #F88A99
The hex code #F88A99 represents a beautifully specific shade of red. Designers often compare it to the standard color Lightcoral. In the RGB color space, it consists of 248 red, 138 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 44% M, 38% Y, and 3% K. The HSL representation is 351.8° hue, 88.7% saturation, and 75.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F88A99
RGB248, 138, 153
HSL351.8°, 88.7%, 75.7%
CMYK0%, 44%, 38%, 3%
HSV351.8°, 44.4%, 97.3%
LAB69.8, 43.2, 10.7
XYZ53.5, 40.4, 35.1
Decimal16288409
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.09:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88A99;
}
.text-color {
color: #F88A99;
}
.border-color {
border: 2px solid #F88A99;
}