#F0663A
A medium, vivid red closely aligning with Tomato.
About #F0663A
The hex code #F0663A represents a beautifully specific shade of red. Designers often compare it to the standard color Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 102, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 57% M, 76% Y, and 6% K. The HSL representation is 14.5° hue, 85.8% saturation, and 58.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0663A
RGB240, 102, 58
HSL14.5°, 85.8%, 58.4%
CMYK0%, 57%, 76%, 6%
HSV14.5°, 75.8%, 94.1%
LAB60.2, 50.8, 50.2
XYZ41.5, 28.3, 7.3
Decimal15754810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.67:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F0663A;
}
.text-color {
color: #F0663A;
}
.border-color {
border: 2px solid #F0663A;
}