#F049BD
A light, vivid magenta closely aligning with Mediumvioletred.
About #F049BD
At its core, #F049BD is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(240, 73, 189).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 70% M, 21% Y, and 6% K. 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F049BD
RGB240, 73, 189
HSL318.3°, 84.8%, 61.4%
CMYK0%, 70%, 21%, 6%
HSV318.3°, 69.6%, 94.1%
LAB58.9, 73.8, -26.0
XYZ47.5, 27.0, 50.8
Decimal15747517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.39:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F049BD;
}
.text-color {
color: #F049BD;
}
.border-color {
border: 2px solid #F049BD;
}