#F0168A
A medium, vivid magenta closely aligning with Deeppink.
About #F0168A
The hex code #F0168A represents a beautifully specific shade of magenta. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(240, 22, 138).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 91% Magenta, 43% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0168A
RGB240, 22, 138
HSL328.1°, 87.9%, 51.4%
CMYK0%, 91%, 43%, 6%
HSV328.1°, 90.8%, 94.1%
LAB52.9, 80.3, -5.2
XYZ40.8, 20.9, 25.9
Decimal15734410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0168A;
}
.text-color {
color: #F0168A;
}
.border-color {
border: 2px solid #F0168A;
}