#F03A5F
A medium, vivid red closely aligning with Crimson.
About #F03A5F
Visually, #F03A5F is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 240 red, 58 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F03A5F
RGB240, 58, 95
HSL347.8°, 85.8%, 58.4%
CMYK0%, 76%, 60%, 6%
HSV347.8°, 75.8%, 94.1%
LAB54.4, 69.6, 22.8
XYZ39.5, 22.4, 13.1
Decimal15743583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03A5F;
}
.text-color {
color: #F03A5F;
}
.border-color {
border: 2px solid #F03A5F;
}