#F092D3
A light, vivid magenta closely aligning with Plum.
About #F092D3
Visually, #F092D3 is defined as a vivid magenta. It is closely associated with the named CSS color Plum. Its digital footprint relies on 240 parts red, 146 parts green, and 211 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 39% Magenta, 12% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
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#F092D3
RGB240, 146, 211
HSL318.5°, 75.8%, 75.7%
CMYK0%, 39%, 12%, 6%
HSV318.5°, 39.2%, 94.1%
LAB72.1, 44.4, -18.3
XYZ58.0, 43.8, 67.0
Decimal15766227
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.76:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F092D3;
}
.text-color {
color: #F092D3;
}
.border-color {
border: 2px solid #F092D3;
}