#F092CC
A light, vivid magenta closely aligning with Plum.
About #F092CC
The precise color #F092CC is an excellent choice for modern design projects. Its closest recognized web color is Plum. In the RGB color space, it consists of 240 red, 146 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 39% Magenta, 15% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F092CC
RGB240, 146, 204
HSL323.0°, 75.8%, 75.7%
CMYK0%, 39%, 15%, 6%
HSV323.0°, 39.2%, 94.1%
LAB71.9, 43.2, -14.7
XYZ57.1, 43.4, 62.5
Decimal15766220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.69:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F092CC;
}
.text-color {
color: #F092CC;
}
.border-color {
border: 2px solid #F092CC;
}