#F85749
A light, vivid red closely aligning with Tomato.
About #F85749
Visually, #F85749 is defined as a vivid red. Its closest recognized web color is Tomato. In the RGB color space, it consists of 248 red, 87 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. The HSL representation is 4.8° hue, 92.6% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F85749
RGB248, 87, 73
HSL4.8°, 92.6%, 62.9%
CMYK0%, 65%, 71%, 3%
HSV4.8°, 70.6%, 97.3%
LAB59.2, 60.6, 41.7
XYZ43.3, 27.3, 9.3
Decimal16275273
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.45:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85749;
}
.text-color {
color: #F85749;
}
.border-color {
border: 2px solid #F85749;
}