#F033AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #F033AF
Visually, #F033AF is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 240 parts red, 51 parts green, and 175 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 79% Magenta, 27% Yellow, and 6% Black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F033AF
RGB240, 51, 175
HSL320.6°, 86.3%, 57.1%
CMYK0%, 79%, 27%, 6%
HSV320.6°, 78.8%, 94.1%
LAB56.1, 78.6, -22.3
XYZ44.9, 24.0, 42.8
Decimal15741871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F033AF;
}
.text-color {
color: #F033AF;
}
.border-color {
border: 2px solid #F033AF;
}