#F05757
A light, vivid red closely aligning with Tomato.
About #F05757
When working with digital screens, the color #F05757 is rendered by mixing light. It is closely associated with the named CSS color Tomato. In the RGB color space, it consists of 240 red, 87 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 64% magenta inks. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
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#F05757
RGB240, 87, 87
HSL0.0°, 83.6%, 64.1%
CMYK0%, 64%, 64%, 6%
HSV0.0°, 63.7%, 94.1%
LAB58.1, 58.7, 32.1
XYZ41.1, 26.0, 11.9
Decimal15750999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.21:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05757;
}
.text-color {
color: #F05757;
}
.border-color {
border: 2px solid #F05757;
}