Shades of Magenta #FC11E8
Tints of Magenta #FC11E8
RGB
CMYK
RGB Variations
Color information
#FC11E8 (or 0xFC11E8) is known color: Magenta. HEX triplet: FC, 11 and E8. RGB value is (252,17,232). Sum of RGB (Red+Green+Blue) = 252+17+232=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 17 (7.03% from 255 or 3.39% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11E8 is #03EE17. Grayscale: #6F6F6F. Windows color (decimal): -257560 or 15208956. OLE color: 15208956.
HSL color Cylindrical-coordinate representation of color #FC11E8: hue angle of 305.11º 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 #FC11E8 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 232 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.01 |
| HSL | 305.11º | 0.98% | 0.53% | - |
| HSV(B) | 305.11º | 0.93% | 0.99% | - |
| XYZ | 54.91 | 26.92 | 78.65 | - |
| YUV | 111.78 | 195.86 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 232 | 0 | 0.93 | 0.08 | 0.01 | 305.11 | 0.98 | 0.53 |
| Hex | FC | 11 | E8 | 0 | 5D | 8 | 1 | 131 | 62 | 35 |
| Octal | 374 | 21 | 350 | 0 | 135 | 10 | 1 | 461 | 142 | 65 |
| Binary | 11111100 | 10001 | 11101000 | 0 | 1011101 | 1000 | 1 | 100110001 | 1100010 | 110101 |
Color Harmonies of #FC11E8
Complementary color
Monochromatic Colors of #FC11E8
Black with #FC11E8
Text Example
Text Example
White with #FC11E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11E8; }
p { color: rgb(252,17,232); }
H1.HeaderClassName
{
color: #FC11E8;
}
.AnyTagClassName
{
color: #FC11E8;
}
</style>
background-color css
<style>
a { background-color: #FC11E8; }
a { background-color: rgb(252,17,232); }
div.DivClassName
{
background-color: #FC11E8;
}
.BgClassName
{
background-color: #FC11E8;
}
</style>
border-color css
<style>
span { border-color: #FC11E8; }
span { border-color: rgb(252,17,232); }
td.TdClassName
{
border-color: #FC11E8;
}
.TagClassName
{
border-color: #FC11E8;
}
</style>