Shades of Magenta #FC11ED
Tints of Magenta #FC11ED
RGB
CMYK
RGB Variations
Color information
#FC11ED (or 0xFC11ED) is known color: Magenta. HEX triplet: FC, 11 and ED. RGB value is (252,17,237). Sum of RGB (Red+Green+Blue) = 252+17+237=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 17 (7.03% from 255 or 3.36% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11ED is #03EE12. Grayscale: #6F6F6F. Windows color (decimal): -257555 or 15536636. OLE color: 15536636.
HSL color Cylindrical-coordinate representation of color #FC11ED: hue angle of 303.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC11ED is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 237 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.01 |
| HSL | 303.83º | 0.98% | 0.53% | - |
| HSV(B) | 303.83º | 0.93% | 0.99% | - |
| XYZ | 55.63 | 27.21 | 82.44 | - |
| YUV | 112.35 | 198.36 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 237 | 0 | 0.93 | 0.06 | 0.01 | 303.83 | 0.98 | 0.53 |
| Hex | FC | 11 | ED | 0 | 5D | 6 | 1 | 130 | 62 | 35 |
| Octal | 374 | 21 | 355 | 0 | 135 | 6 | 1 | 460 | 142 | 65 |
| Binary | 11111100 | 10001 | 11101101 | 0 | 1011101 | 110 | 1 | 100110000 | 1100010 | 110101 |
Color Harmonies of #FC11ED
Complementary color
Monochromatic Colors of #FC11ED
Black with #FC11ED
Text Example
Text Example
White with #FC11ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11ED; }
p { color: rgb(252,17,237); }
H1.HeaderClassName
{
color: #FC11ED;
}
.AnyTagClassName
{
color: #FC11ED;
}
</style>
background-color css
<style>
a { background-color: #FC11ED; }
a { background-color: rgb(252,17,237); }
div.DivClassName
{
background-color: #FC11ED;
}
.BgClassName
{
background-color: #FC11ED;
}
</style>
border-color css
<style>
span { border-color: #FC11ED; }
span { border-color: rgb(252,17,237); }
td.TdClassName
{
border-color: #FC11ED;
}
.TagClassName
{
border-color: #FC11ED;
}
</style>