Shades of Hot Magenta #FC07E5
Tints of Hot Magenta #FC07E5
RGB
CMYK
RGB Variations
Color information
#FC07E5 (or 0xFC07E5) is known color: Hot Magenta. HEX triplet: FC, 07 and E5. RGB value is (252,7,229). Sum of RGB (Red+Green+Blue) = 252+7+229=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 7 (3.12% from 255 or 1.43% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07E5 is #03F81A. Grayscale: #686868. Windows color (decimal): -260123 or 15009788. OLE color: 15009788.
HSL color Cylindrical-coordinate representation of color #FC07E5: hue angle of 305.63º 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 #FC07E5 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 229 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.01 |
| HSL | 305.63º | 0.98% | 0.51% | - |
| HSV(B) | 305.63º | 0.97% | 0.99% | - |
| XYZ | 54.36 | 26.5 | 76.38 | - |
| YUV | 105.56 | 197.67 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 229 | 0 | 0.97 | 0.09 | 0.01 | 305.63 | 0.98 | 0.51 |
| Hex | FC | 7 | E5 | 0 | 61 | 9 | 1 | 132 | 62 | 33 |
| Octal | 374 | 7 | 345 | 0 | 141 | 11 | 1 | 462 | 142 | 63 |
| Binary | 11111100 | 111 | 11100101 | 0 | 1100001 | 1001 | 1 | 100110010 | 1100010 | 110011 |
Color Harmonies of #FC07E5
Complementary color
Monochromatic Colors of #FC07E5
Black with #FC07E5
Text Example
Text Example
White with #FC07E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07E5; }
p { color: rgb(252,7,229); }
H1.HeaderClassName
{
color: #FC07E5;
}
.AnyTagClassName
{
color: #FC07E5;
}
</style>
background-color css
<style>
a { background-color: #FC07E5; }
a { background-color: rgb(252,7,229); }
div.DivClassName
{
background-color: #FC07E5;
}
.BgClassName
{
background-color: #FC07E5;
}
</style>
border-color css
<style>
span { border-color: #FC07E5; }
span { border-color: rgb(252,7,229); }
td.TdClassName
{
border-color: #FC07E5;
}
.TagClassName
{
border-color: #FC07E5;
}
</style>