Shades of Hot Magenta #FC06CF
Tints of Hot Magenta #FC06CF
RGB
CMYK
RGB Variations
Color information
#FC06CF (or 0xFC06CF) is known color: Hot Magenta. HEX triplet: FC, 06 and CF. RGB value is (252,6,207). Sum of RGB (Red+Green+Blue) = 252+6+207=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06CF is #03F930. Grayscale: #656565. Windows color (decimal): -260401 or 13567740. OLE color: 13567740.
HSL color Cylindrical-coordinate representation of color #FC06CF: hue angle of 310.98º 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 #FC06CF is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 207 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.01 |
| HSL | 310.98º | 0.98% | 0.51% | - |
| HSV(B) | 310.98º | 0.98% | 0.99% | - |
| XYZ | 51.47 | 25.33 | 61.21 | - |
| YUV | 102.47 | 187 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 207 | 0 | 0.98 | 0.18 | 0.01 | 310.98 | 0.98 | 0.51 |
| Hex | FC | 6 | CF | 0 | 62 | 12 | 1 | 137 | 62 | 33 |
| Octal | 374 | 6 | 317 | 0 | 142 | 22 | 1 | 467 | 142 | 63 |
| Binary | 11111100 | 110 | 11001111 | 0 | 1100010 | 10010 | 1 | 100110111 | 1100010 | 110011 |
Color Harmonies of #FC06CF
Complementary color
Monochromatic Colors of #FC06CF
Black with #FC06CF
Text Example
Text Example
White with #FC06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06CF; }
p { color: rgb(252,6,207); }
H1.HeaderClassName
{
color: #FC06CF;
}
.AnyTagClassName
{
color: #FC06CF;
}
</style>
background-color css
<style>
a { background-color: #FC06CF; }
a { background-color: rgb(252,6,207); }
div.DivClassName
{
background-color: #FC06CF;
}
.BgClassName
{
background-color: #FC06CF;
}
</style>
border-color css
<style>
span { border-color: #FC06CF; }
span { border-color: rgb(252,6,207); }
td.TdClassName
{
border-color: #FC06CF;
}
.TagClassName
{
border-color: #FC06CF;
}
</style>