#F05F3A
A medium, vivid red closely aligning with Tomato.
About #F05F3A
When working with digital screens, the color #F05F3A 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, 95 green, and 58 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 60% M, 76% Y, and 6% K. With a hue angle of 12.2 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F05F3A
RGB240, 95, 58
HSL12.2°, 85.8%, 58.4%
CMYK0%, 60%, 76%, 6%
HSV12.2°, 75.8%, 94.1%
LAB59.0, 53.9, 48.9
XYZ40.8, 27.0, 7.1
Decimal15753018
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05F3A;
}
.text-color {
color: #F05F3A;
}
.border-color {
border: 2px solid #F05F3A;
}