#F8576D
A light, vivid red closely aligning with Indianred.
About #F8576D
Visually, #F8576D is defined as a vivid red. If you're using CSS, you might find it aligns closely with Indianred. Its digital footprint relies on 248 parts red, 87 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 65% M, 56% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#F8576D
RGB248, 87, 109
HSL351.8°, 92.0%, 65.7%
CMYK0%, 65%, 56%, 3%
HSV351.8°, 64.9%, 97.3%
LAB59.8, 62.7, 21.9
XYZ44.9, 27.9, 17.5
Decimal16275309
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.58:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8576D;
}
.text-color {
color: #F8576D;
}
.border-color {
border: 2px solid #F8576D;
}