Shades of Hot Magenta #FC04DD
Tints of Hot Magenta #FC04DD
RGB
CMYK
RGB Variations
Color information
#FC04DD (or 0xFC04DD) is known color: Hot Magenta. HEX triplet: FC, 04 and DD. RGB value is (252,4,221). Sum of RGB (Red+Green+Blue) = 252+4+221=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 4 (1.95% from 255 or 0.84% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04DD is #03FB22. Grayscale: #666666. Windows color (decimal): -260899 or 14484732. OLE color: 14484732.
HSL color Cylindrical-coordinate representation of color #FC04DD: hue angle of 307.5º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC04DD is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 221 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.01 |
| HSL | 307.5º | 0.98% | 0.5% | - |
| HSV(B) | 307.5º | 0.98% | 0.99% | - |
| XYZ | 53.24 | 26 | 70.62 | - |
| YUV | 102.89 | 194.66 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 221 | 0 | 0.98 | 0.12 | 0.01 | 307.5 | 0.98 | 0.5 |
| Hex | FC | 4 | DD | 0 | 62 | C | 1 | 134 | 62 | 32 |
| Octal | 374 | 4 | 335 | 0 | 142 | 14 | 1 | 464 | 142 | 62 |
| Binary | 11111100 | 100 | 11011101 | 0 | 1100010 | 1100 | 1 | 100110100 | 1100010 | 110010 |
Color Harmonies of #FC04DD
Complementary color
Monochromatic Colors of #FC04DD
Black with #FC04DD
Text Example
Text Example
White with #FC04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04DD; }
p { color: rgb(252,4,221); }
H1.HeaderClassName
{
color: #FC04DD;
}
.AnyTagClassName
{
color: #FC04DD;
}
</style>
background-color css
<style>
a { background-color: #FC04DD; }
a { background-color: rgb(252,4,221); }
div.DivClassName
{
background-color: #FC04DD;
}
.BgClassName
{
background-color: #FC04DD;
}
</style>
border-color css
<style>
span { border-color: #FC04DD; }
span { border-color: rgb(252,4,221); }
td.TdClassName
{
border-color: #FC04DD;
}
.TagClassName
{
border-color: #FC04DD;
}
</style>