#F8573A
A light, vivid red closely aligning with Tomato.
About #F8573A
The hex code #F8573A represents a beautifully specific shade of red. Its closest recognized web color is Tomato. This translates to an RGB value of rgb(248, 87, 58).
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, 77% Y, and 3% K. The HSL representation is 9.2° hue, 93.1% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8573A
RGB248, 87, 58
HSL9.2°, 93.1%, 60.0%
CMYK0%, 65%, 77%, 3%
HSV9.2°, 76.6%, 97.3%
LAB59.0, 60.0, 49.4
XYZ42.9, 27.1, 7.0
Decimal16275258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F8573A;
}
.text-color {
color: #F8573A;
}
.border-color {
border: 2px solid #F8573A;
}