Shades of Hot Magenta #FC06DF
Tints of Hot Magenta #FC06DF
RGB
CMYK
RGB Variations
Color information
#FC06DF (or 0xFC06DF) is known color: Hot Magenta. HEX triplet: FC, 06 and DF. RGB value is (252,6,223). Sum of RGB (Red+Green+Blue) = 252+6+223=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06DF is #03F920. Grayscale: #676767. Windows color (decimal): -260385 or 14616316. OLE color: 14616316.
HSL color Cylindrical-coordinate representation of color #FC06DF: hue angle of 307.07º 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 #FC06DF is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 223 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.01 |
| HSL | 307.07º | 0.98% | 0.51% | - |
| HSV(B) | 307.07º | 0.98% | 0.99% | - |
| XYZ | 53.53 | 26.15 | 72.04 | - |
| YUV | 104.29 | 195 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 223 | 0 | 0.98 | 0.12 | 0.01 | 307.07 | 0.98 | 0.51 |
| Hex | FC | 6 | DF | 0 | 62 | C | 1 | 133 | 62 | 33 |
| Octal | 374 | 6 | 337 | 0 | 142 | 14 | 1 | 463 | 142 | 63 |
| Binary | 11111100 | 110 | 11011111 | 0 | 1100010 | 1100 | 1 | 100110011 | 1100010 | 110011 |
Color Harmonies of #FC06DF
Complementary color
Monochromatic Colors of #FC06DF
Black with #FC06DF
Text Example
Text Example
White with #FC06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06DF; }
p { color: rgb(252,6,223); }
H1.HeaderClassName
{
color: #FC06DF;
}
.AnyTagClassName
{
color: #FC06DF;
}
</style>
background-color css
<style>
a { background-color: #FC06DF; }
a { background-color: rgb(252,6,223); }
div.DivClassName
{
background-color: #FC06DF;
}
.BgClassName
{
background-color: #FC06DF;
}
</style>
border-color css
<style>
span { border-color: #FC06DF; }
span { border-color: rgb(252,6,223); }
td.TdClassName
{
border-color: #FC06DF;
}
.TagClassName
{
border-color: #FC06DF;
}
</style>