#F08080
A light, vivid red closely aligning with Lightcoral.
About #F08080
Visually, #F08080 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Lightcoral. In the RGB color space, it consists of 240 red, 128 green, and 128 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 47% magenta, 47% yellow, and 6% black. The HSL representation is 0.0° hue, 78.9% saturation, and 72.2% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F08080
RGB240, 128, 128
HSL0.0°, 78.9%, 72.2%
CMYK0%, 47%, 47%, 6%
HSV0.0°, 46.7%, 94.1%
LAB66.2, 42.8, 19.5
XYZ47.6, 35.5, 24.8
Decimal15761536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.10:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F08080;
}
.text-color {
color: #F08080;
}
.border-color {
border: 2px solid #F08080;
}