#F050C5
A light, vivid magenta closely aligning with Orchid.
About #F050C5
The precise color #F050C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 80, and 197.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 67% Magenta, 18% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F050C5
RGB240, 80, 197
HSL316.1°, 84.2%, 62.7%
CMYK0%, 67%, 18%, 6%
HSV316.1°, 66.7%, 94.1%
LAB60.2, 72.3, -28.7
XYZ48.9, 28.3, 55.7
Decimal15749317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F050C5;
}
.text-color {
color: #F050C5;
}
.border-color {
border: 2px solid #F050C5;
}