Shades of Hot Magenta #FC00DF
Tints of Hot Magenta #FC00DF
RGB
CMYK
RGB Variations
Color information
#FC00DF (or 0xFC00DF) is known color: Hot Magenta. HEX triplet: FC, 00 and DF. RGB value is (252,0,223). Sum of RGB (Red+Green+Blue) = 252+0+223=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00DF is #03FF20. Grayscale: #646464. Windows color (decimal): -261921 or 14614780. OLE color: 14614780.
HSL color Cylindrical-coordinate representation of color #FC00DF: hue angle of 306.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00DF is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.12 | 0.01 |
| HSL | 306.9º | 1% | 0.49% | - |
| HSV(B) | 306.9º | 1% | 0.99% | - |
| XYZ | 53.46 | 26.02 | 72.02 | - |
| YUV | 100.77 | 196.99 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 223 | 0 | 1 | 0.12 | 0.01 | 306.9 | 1 | 0.49 |
| Hex | FC | 0 | DF | 0 | 64 | C | 1 | 133 | 64 | 31 |
| Octal | 374 | 0 | 337 | 0 | 144 | 14 | 1 | 463 | 144 | 61 |
| Binary | 11111100 | 0 | 11011111 | 0 | 1100100 | 1100 | 1 | 100110011 | 1100100 | 110001 |
Color Harmonies of #FC00DF
Complementary color
Monochromatic Colors of #FC00DF
Black with #FC00DF
Text Example
Text Example
White with #FC00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00DF; }
p { color: rgb(252,0,223); }
H1.HeaderClassName
{
color: #FC00DF;
}
.AnyTagClassName
{
color: #FC00DF;
}
</style>
background-color css
<style>
a { background-color: #FC00DF; }
a { background-color: rgb(252,0,223); }
div.DivClassName
{
background-color: #FC00DF;
}
.BgClassName
{
background-color: #FC00DF;
}
</style>
border-color css
<style>
span { border-color: #FC00DF; }
span { border-color: rgb(252,0,223); }
td.TdClassName
{
border-color: #FC00DF;
}
.TagClassName
{
border-color: #FC00DF;
}
</style>