#F03AB6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F03AB6
The hex code #F03AB6 represents a beautifully specific shade of magenta. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(240, 58, 182).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 76% M, 24% Y, and 6% K. With a hue angle of 319.1 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F03AB6
RGB240, 58, 182
HSL319.1°, 85.8%, 58.4%
CMYK0%, 76%, 24%, 6%
HSV319.1°, 75.8%, 94.1%
LAB57.0, 77.6, -24.9
XYZ45.9, 24.9, 46.6
Decimal15743670
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.99:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03AB6;
}
.text-color {
color: #F03AB6;
}
.border-color {
border: 2px solid #F03AB6;
}