Shades of Hot Magenta #FC06D4
Tints of Hot Magenta #FC06D4
RGB
CMYK
RGB Variations
Color information
#FC06D4 (or 0xFC06D4) is known color: Hot Magenta. HEX triplet: FC, 06 and D4. RGB value is (252,6,212). Sum of RGB (Red+Green+Blue) = 252+6+212=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 6 (2.73% from 255 or 1.28% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06D4 is #03F92B. Grayscale: #666666. Windows color (decimal): -260396 or 13895420. OLE color: 13895420.
HSL color Cylindrical-coordinate representation of color #FC06D4: hue angle of 309.76º 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 #FC06D4 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 212 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.01 |
| HSL | 309.76º | 0.98% | 0.51% | - |
| HSV(B) | 309.76º | 0.98% | 0.99% | - |
| XYZ | 52.09 | 25.58 | 64.48 | - |
| YUV | 103.04 | 189.5 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 212 | 0 | 0.98 | 0.16 | 0.01 | 309.76 | 0.98 | 0.51 |
| Hex | FC | 6 | D4 | 0 | 62 | 10 | 1 | 136 | 62 | 33 |
| Octal | 374 | 6 | 324 | 0 | 142 | 20 | 1 | 466 | 142 | 63 |
| Binary | 11111100 | 110 | 11010100 | 0 | 1100010 | 10000 | 1 | 100110110 | 1100010 | 110011 |
Color Harmonies of #FC06D4
Complementary color
Monochromatic Colors of #FC06D4
Black with #FC06D4
Text Example
Text Example
White with #FC06D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06D4; }
p { color: rgb(252,6,212); }
H1.HeaderClassName
{
color: #FC06D4;
}
.AnyTagClassName
{
color: #FC06D4;
}
</style>
background-color css
<style>
a { background-color: #FC06D4; }
a { background-color: rgb(252,6,212); }
div.DivClassName
{
background-color: #FC06D4;
}
.BgClassName
{
background-color: #FC06D4;
}
</style>
border-color css
<style>
span { border-color: #FC06D4; }
span { border-color: rgb(252,6,212); }
td.TdClassName
{
border-color: #FC06D4;
}
.TagClassName
{
border-color: #FC06D4;
}
</style>