Shades of Hot Magenta #FC03DF
Tints of Hot Magenta #FC03DF
RGB
CMYK
RGB Variations
Color information
#FC03DF (or 0xFC03DF) is known color: Hot Magenta. HEX triplet: FC, 03 and DF. RGB value is (252,3,223). Sum of RGB (Red+Green+Blue) = 252+3+223=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 3 (1.56% from 255 or 0.63% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03DF is #03FC20. Grayscale: #656565. Windows color (decimal): -261153 or 14615548. OLE color: 14615548.
HSL color Cylindrical-coordinate representation of color #FC03DF: hue angle of 306.99º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC03DF is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.01 |
| HSL | 306.99º | 0.98% | 0.5% | - |
| HSV(B) | 306.99º | 0.99% | 0.99% | - |
| XYZ | 53.5 | 26.09 | 72.03 | - |
| YUV | 102.53 | 195.99 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 223 | 0 | 0.99 | 0.12 | 0.01 | 306.99 | 0.98 | 0.5 |
| Hex | FC | 3 | DF | 0 | 63 | C | 1 | 133 | 62 | 32 |
| Octal | 374 | 3 | 337 | 0 | 143 | 14 | 1 | 463 | 142 | 62 |
| Binary | 11111100 | 11 | 11011111 | 0 | 1100011 | 1100 | 1 | 100110011 | 1100010 | 110010 |
Color Harmonies of #FC03DF
Complementary color
Monochromatic Colors of #FC03DF
Black with #FC03DF
Text Example
Text Example
White with #FC03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03DF; }
p { color: rgb(252,3,223); }
H1.HeaderClassName
{
color: #FC03DF;
}
.AnyTagClassName
{
color: #FC03DF;
}
</style>
background-color css
<style>
a { background-color: #FC03DF; }
a { background-color: rgb(252,3,223); }
div.DivClassName
{
background-color: #FC03DF;
}
.BgClassName
{
background-color: #FC03DF;
}
</style>
border-color css
<style>
span { border-color: #FC03DF; }
span { border-color: rgb(252,3,223); }
td.TdClassName
{
border-color: #FC03DF;
}
.TagClassName
{
border-color: #FC03DF;
}
</style>