Shades of Hot Magenta #FC06D3
Tints of Hot Magenta #FC06D3
RGB
CMYK
RGB Variations
Color information
#FC06D3 (or 0xFC06D3) is known color: Hot Magenta. HEX triplet: FC, 06 and D3. RGB value is (252,6,211). Sum of RGB (Red+Green+Blue) = 252+6+211=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06D3 is #03F92C. Grayscale: #666666. Windows color (decimal): -260397 or 13829884. OLE color: 13829884.
HSL color Cylindrical-coordinate representation of color #FC06D3: hue angle of 310º 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 #FC06D3 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 211 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.01 |
| HSL | 310º | 0.98% | 0.51% | - |
| HSV(B) | 310º | 0.98% | 0.99% | - |
| XYZ | 51.97 | 25.53 | 63.82 | - |
| YUV | 102.92 | 189 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 211 | 0 | 0.98 | 0.16 | 0.01 | 310 | 0.98 | 0.51 |
| Hex | FC | 6 | D3 | 0 | 62 | 10 | 1 | 136 | 62 | 33 |
| Octal | 374 | 6 | 323 | 0 | 142 | 20 | 1 | 466 | 142 | 63 |
| Binary | 11111100 | 110 | 11010011 | 0 | 1100010 | 10000 | 1 | 100110110 | 1100010 | 110011 |
Color Harmonies of #FC06D3
Complementary color
Monochromatic Colors of #FC06D3
Black with #FC06D3
Text Example
Text Example
White with #FC06D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06D3; }
p { color: rgb(252,6,211); }
H1.HeaderClassName
{
color: #FC06D3;
}
.AnyTagClassName
{
color: #FC06D3;
}
</style>
background-color css
<style>
a { background-color: #FC06D3; }
a { background-color: rgb(252,6,211); }
div.DivClassName
{
background-color: #FC06D3;
}
.BgClassName
{
background-color: #FC06D3;
}
</style>
border-color css
<style>
span { border-color: #FC06D3; }
span { border-color: rgb(252,6,211); }
td.TdClassName
{
border-color: #FC06D3;
}
.TagClassName
{
border-color: #FC06D3;
}
</style>