#F007BD
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F007BD
The hex code #F007BD represents a beautifully specific shade of magenta. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 240 red, 7 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 97% M, 21% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F007BD
RGB240, 7, 189
HSL313.1°, 94.3%, 48.4%
CMYK0%, 97%, 21%, 6%
HSV313.1°, 97.1%, 94.1%
LAB54.4, 86.8, -33.0
XYZ45.2, 22.4, 50.1
Decimal15730621
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47: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: #F007BD;
}
.text-color {
color: #F007BD;
}
.border-color {
border: 2px solid #F007BD;
}