#F00F49
A medium, vivid magenta closely aligning with Crimson.
About #F00F49
The precise color #F00F49 is an excellent choice for modern design projects. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(240, 15, 73).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 94% magenta, 70% yellow, and 6% black. 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#F00F49
RGB240, 15, 73
HSL344.5°, 88.2%, 50.0%
CMYK0%, 94%, 70%, 6%
HSV344.5°, 93.8%, 94.1%
LAB51.1, 76.9, 31.7
XYZ37.3, 19.3, 8.1
Decimal15732553
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F49;
}
.text-color {
color: #F00F49;
}
.border-color {
border: 2px solid #F00F49;
}