#F05750
A light, vivid red closely aligning with Tomato.
About #F05750
At its core, #F05750 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 87, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 64% magenta inks. With a hue angle of 2.6 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F05750
RGB240, 87, 80
HSL2.6°, 84.2%, 62.7%
CMYK0%, 64%, 67%, 6%
HSV2.6°, 66.7%, 94.1%
LAB58.0, 58.3, 36.0
XYZ40.8, 25.9, 10.4
Decimal15750992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05750;
}
.text-color {
color: #F05750;
}
.border-color {
border: 2px solid #F05750;
}