Shades of Magenta #FC00EC
Tints of Magenta #FC00EC
RGB
CMYK
RGB Variations
Color information
#FC00EC (or 0xFC00EC) is known color: Magenta. HEX triplet: FC, 00 and EC. RGB value is (252,0,236). Sum of RGB (Red+Green+Blue) = 252+0+236=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00EC is #03FF13. Grayscale: #656565. Windows color (decimal): -261908 or 15466748. OLE color: 15466748.
HSL color Cylindrical-coordinate representation of color #FC00EC: hue angle of 303.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00EC is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 236 | - |
| CMYK | 0 | 1 | 0.06 | 0.01 |
| HSL | 303.81º | 1% | 0.49% | - |
| HSV(B) | 303.81º | 1% | 0.99% | - |
| XYZ | 55.29 | 26.75 | 81.61 | - |
| YUV | 102.25 | 203.49 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 236 | 0 | 1 | 0.06 | 0.01 | 303.81 | 1 | 0.49 |
| Hex | FC | 0 | EC | 0 | 64 | 6 | 1 | 130 | 64 | 31 |
| Octal | 374 | 0 | 354 | 0 | 144 | 6 | 1 | 460 | 144 | 61 |
| Binary | 11111100 | 0 | 11101100 | 0 | 1100100 | 110 | 1 | 100110000 | 1100100 | 110001 |
Color Harmonies of #FC00EC
Complementary color
Monochromatic Colors of #FC00EC
Black with #FC00EC
Text Example
Text Example
White with #FC00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00EC; }
p { color: rgb(252,0,236); }
H1.HeaderClassName
{
color: #FC00EC;
}
.AnyTagClassName
{
color: #FC00EC;
}
</style>
background-color css
<style>
a { background-color: #FC00EC; }
a { background-color: rgb(252,0,236); }
div.DivClassName
{
background-color: #FC00EC;
}
.BgClassName
{
background-color: #FC00EC;
}
</style>
border-color css
<style>
span { border-color: #FC00EC; }
span { border-color: rgb(252,0,236); }
td.TdClassName
{
border-color: #FC00EC;
}
.TagClassName
{
border-color: #FC00EC;
}
</style>