#F8577C
A light, vivid red closely aligning with Indianred.
About #F8577C
When working with digital screens, the color #F8577C is rendered by mixing light. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(248, 87, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 65% magenta, 50% yellow, and 3% black. The HSL representation is 346.2° hue, 92.0% saturation, and 65.7% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8577C
RGB248, 87, 124
HSL346.2°, 92.0%, 65.7%
CMYK0%, 65%, 50%, 3%
HSV346.2°, 64.9%, 97.3%
LAB60.1, 63.9, 13.7
XYZ45.8, 28.2, 22.1
Decimal16275324
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.65:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8577C;
}
.text-color {
color: #F8577C;
}
.border-color {
border: 2px solid #F8577C;
}