#FF0049
A medium, vivid magenta closely aligning with Crimson.
About #FF0049
The hex code #FF0049 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 255 parts red, 0 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 71% Y, and 0% K. The HSL representation is 342.8° hue, 100.0% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF0049
RGB255, 0, 73
HSL342.8°, 100.0%, 50.0%
CMYK0%, 100%, 71%, 0%
HSV342.8°, 100.0%, 100.0%
LAB53.8, 81.5, 35.6
XYZ42.4, 21.7, 8.3
Decimal16711753
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.35:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0049;
}
.text-color {
color: #FF0049;
}
.border-color {
border: 2px solid #FF0049;
}