#FF6650
A light, vivid red closely aligning with Tomato.
About #FF6650
At its core, #FF6650 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 255, 102, and 80.
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, 69% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF6650
RGB255, 102, 80
HSL7.5°, 100.0%, 65.7%
CMYK0%, 60%, 69%, 0%
HSV7.5°, 68.6%, 100.0%
LAB62.8, 57.0, 42.3
XYZ47.4, 31.3, 11.1
Decimal16737872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6650;
}
.text-color {
color: #FF6650;
}
.border-color {
border: 2px solid #FF6650;
}