Shades of Hot Magenta #FC06D0
Tints of Hot Magenta #FC06D0
RGB
CMYK
RGB Variations
Color information
#FC06D0 (or 0xFC06D0) is known color: Hot Magenta. HEX triplet: FC, 06 and D0. RGB value is (252,6,208). Sum of RGB (Red+Green+Blue) = 252+6+208=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06D0 is #03F92F. Grayscale: #666666. Windows color (decimal): -260400 or 13633276. OLE color: 13633276.
HSL color Cylindrical-coordinate representation of color #FC06D0: hue angle of 310.73º 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 #FC06D0 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 208 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.01 |
| HSL | 310.73º | 0.98% | 0.51% | - |
| HSV(B) | 310.73º | 0.98% | 0.99% | - |
| XYZ | 51.6 | 25.38 | 61.85 | - |
| YUV | 102.58 | 187.5 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 208 | 0 | 0.98 | 0.17 | 0.01 | 310.73 | 0.98 | 0.51 |
| Hex | FC | 6 | D0 | 0 | 62 | 11 | 1 | 137 | 62 | 33 |
| Octal | 374 | 6 | 320 | 0 | 142 | 21 | 1 | 467 | 142 | 63 |
| Binary | 11111100 | 110 | 11010000 | 0 | 1100010 | 10001 | 1 | 100110111 | 1100010 | 110011 |
Color Harmonies of #FC06D0
Complementary color
Monochromatic Colors of #FC06D0
Black with #FC06D0
Text Example
Text Example
White with #FC06D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06D0; }
p { color: rgb(252,6,208); }
H1.HeaderClassName
{
color: #FC06D0;
}
.AnyTagClassName
{
color: #FC06D0;
}
</style>
background-color css
<style>
a { background-color: #FC06D0; }
a { background-color: rgb(252,6,208); }
div.DivClassName
{
background-color: #FC06D0;
}
.BgClassName
{
background-color: #FC06D0;
}
</style>
border-color css
<style>
span { border-color: #FC06D0; }
span { border-color: rgb(252,6,208); }
td.TdClassName
{
border-color: #FC06D0;
}
.TagClassName
{
border-color: #FC06D0;
}
</style>