Shades of Magenta #FC07EC
Tints of Magenta #FC07EC
RGB
CMYK
RGB Variations
Color information
#FC07EC (or 0xFC07EC) is known color: Magenta. HEX triplet: FC, 07 and EC. RGB value is (252,7,236). Sum of RGB (Red+Green+Blue) = 252+7+236=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 7 (3.12% from 255 or 1.41% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07EC is #03F813. Grayscale: #696969. Windows color (decimal): -260116 or 15468540. OLE color: 15468540.
HSL color Cylindrical-coordinate representation of color #FC07EC: hue angle of 303.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC07EC is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 236 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.01 |
| HSL | 303.92º | 0.98% | 0.51% | - |
| HSV(B) | 303.92º | 0.97% | 0.99% | - |
| XYZ | 55.36 | 26.9 | 81.63 | - |
| YUV | 106.36 | 201.17 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 236 | 0 | 0.97 | 0.06 | 0.01 | 303.92 | 0.98 | 0.51 |
| Hex | FC | 7 | EC | 0 | 61 | 6 | 1 | 130 | 62 | 33 |
| Octal | 374 | 7 | 354 | 0 | 141 | 6 | 1 | 460 | 142 | 63 |
| Binary | 11111100 | 111 | 11101100 | 0 | 1100001 | 110 | 1 | 100110000 | 1100010 | 110011 |
Color Harmonies of #FC07EC
Complementary color
Monochromatic Colors of #FC07EC
Black with #FC07EC
Text Example
Text Example
White with #FC07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07EC; }
p { color: rgb(252,7,236); }
H1.HeaderClassName
{
color: #FC07EC;
}
.AnyTagClassName
{
color: #FC07EC;
}
</style>
background-color css
<style>
a { background-color: #FC07EC; }
a { background-color: rgb(252,7,236); }
div.DivClassName
{
background-color: #FC07EC;
}
.BgClassName
{
background-color: #FC07EC;
}
</style>
border-color css
<style>
span { border-color: #FC07EC; }
span { border-color: rgb(252,7,236); }
td.TdClassName
{
border-color: #FC07EC;
}
.TagClassName
{
border-color: #FC07EC;
}
</style>