#F049E2
A light, vivid magenta closely aligning with Mediumorchid.
About #F049E2
The hex code #F049E2 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 240 red, 73 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 70% Magenta, 6% Yellow, and 6% Black. With a hue angle of 305.0 degrees, it sits comfortably in the magenta spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F049E2
RGB240, 73, 226
HSL305.0°, 84.8%, 61.4%
CMYK0%, 70%, 6%, 6%
HSV305.0°, 69.6%, 94.1%
LAB60.6, 78.9, -44.4
XYZ52.0, 28.8, 74.8
Decimal15747554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.76:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F049E2;
}
.text-color {
color: #F049E2;
}
.border-color {
border: 2px solid #F049E2;
}