#F000B6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F000B6
At its core, #F000B6 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 0, and 182.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#F000B6
RGB240, 0, 182
HSL314.5°, 100.0%, 47.1%
CMYK0%, 100%, 24%, 6%
HSV314.5°, 100.0%, 94.1%
LAB53.9, 86.5, -29.7
XYZ44.4, 21.9, 46.1
Decimal15728822
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.90:1
Text on #FFFFFF
AA Large
5.38:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F000B6;
}
.text-color {
color: #F000B6;
}
.border-color {
border: 2px solid #F000B6;
}