#F00F42
A medium, vivid red closely aligning with Crimson.
About #F00F42
Visually, #F00F42 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(240, 15, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 94% Magenta, 72% Yellow, and 6% Black. With a hue angle of 346.4 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F00F42
RGB240, 15, 66
HSL346.4°, 88.2%, 50.0%
CMYK0%, 94%, 72%, 6%
HSV346.4°, 93.8%, 94.1%
LAB51.0, 76.6, 35.7
XYZ37.1, 19.3, 6.9
Decimal15732546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F42;
}
.text-color {
color: #F00F42;
}
.border-color {
border: 2px solid #F00F42;
}