Shades of Hot Magenta #FC06E5
Tints of Hot Magenta #FC06E5
RGB
CMYK
RGB Variations
Color information
#FC06E5 (or 0xFC06E5) is known color: Hot Magenta. HEX triplet: FC, 06 and E5. RGB value is (252,6,229). Sum of RGB (Red+Green+Blue) = 252+6+229=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 6 (2.73% from 255 or 1.23% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06E5 is #03F91A. Grayscale: #686868. Windows color (decimal): -260379 or 15009532. OLE color: 15009532.
HSL color Cylindrical-coordinate representation of color #FC06E5: hue angle of 305.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC06E5 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 229 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.01 |
| HSL | 305.61º | 0.98% | 0.51% | - |
| HSV(B) | 305.61º | 0.98% | 0.99% | - |
| XYZ | 54.35 | 26.48 | 76.38 | - |
| YUV | 104.98 | 198 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 229 | 0 | 0.98 | 0.09 | 0.01 | 305.61 | 0.98 | 0.51 |
| Hex | FC | 6 | E5 | 0 | 62 | 9 | 1 | 132 | 62 | 33 |
| Octal | 374 | 6 | 345 | 0 | 142 | 11 | 1 | 462 | 142 | 63 |
| Binary | 11111100 | 110 | 11100101 | 0 | 1100010 | 1001 | 1 | 100110010 | 1100010 | 110011 |
Color Harmonies of #FC06E5
Complementary color
Monochromatic Colors of #FC06E5
Black with #FC06E5
Text Example
Text Example
White with #FC06E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06E5; }
p { color: rgb(252,6,229); }
H1.HeaderClassName
{
color: #FC06E5;
}
.AnyTagClassName
{
color: #FC06E5;
}
</style>
background-color css
<style>
a { background-color: #FC06E5; }
a { background-color: rgb(252,6,229); }
div.DivClassName
{
background-color: #FC06E5;
}
.BgClassName
{
background-color: #FC06E5;
}
</style>
border-color css
<style>
span { border-color: #FC06E5; }
span { border-color: rgb(252,6,229); }
td.TdClassName
{
border-color: #FC06E5;
}
.TagClassName
{
border-color: #FC06E5;
}
</style>