#F89999
A light, vivid red closely aligning with Lightcoral.
About #F89999
The hex code #F89999 represents a beautifully specific shade of red. Its closest recognized web color is Lightcoral. In the RGB color space, it consists of 248 red, 153 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 38% Magenta, 38% Yellow, and 3% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F89999
RGB248, 153, 153
HSL0.0°, 87.2%, 78.6%
CMYK0%, 38%, 38%, 3%
HSV0.0°, 38.3%, 97.3%
LAB72.9, 35.5, 15.2
XYZ55.9, 45.0, 35.9
Decimal16292249
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.01:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F89999;
}
.text-color {
color: #F89999;
}
.border-color {
border: 2px solid #F89999;
}