#F00F5F
A medium, vivid magenta closely aligning with Crimson.
About #F00F5F
Visually, #F00F5F is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(240, 15, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 94% M, 60% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F00F5F
RGB240, 15, 95
HSL338.7°, 88.2%, 50.0%
CMYK0%, 94%, 60%, 6%
HSV338.7°, 93.8%, 94.1%
LAB51.5, 78.0, 18.9
XYZ38.2, 19.7, 12.6
Decimal15732575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F5F;
}
.text-color {
color: #F00F5F;
}
.border-color {
border: 2px solid #F00F5F;
}