#F06D92
A light, vivid magenta closely aligning with Palevioletred.
About #F06D92
The precise color #F06D92 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 109, and 146.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 55% Magenta, 39% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F06D92
RGB240, 109, 146
HSL343.1°, 81.4%, 68.4%
CMYK0%, 55%, 39%, 6%
HSV343.1°, 54.6%, 94.1%
LAB63.0, 53.9, 4.8
XYZ46.6, 31.5, 30.8
Decimal15756690
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.31:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06D92;
}
.text-color {
color: #F06D92;
}
.border-color {
border: 2px solid #F06D92;
}