Shades of Hot Magenta #FC04D5
Tints of Hot Magenta #FC04D5
RGB
CMYK
RGB Variations
Color information
#FC04D5 (or 0xFC04D5) is known color: Hot Magenta. HEX triplet: FC, 04 and D5. RGB value is (252,4,213). Sum of RGB (Red+Green+Blue) = 252+4+213=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04D5 is #03FB2A. Grayscale: #656565. Windows color (decimal): -260907 or 13960444. OLE color: 13960444.
HSL color Cylindrical-coordinate representation of color #FC04D5: hue angle of 309.44º 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 #FC04D5 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 213 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.01 |
| HSL | 309.44º | 0.98% | 0.5% | - |
| HSV(B) | 309.44º | 0.98% | 0.99% | - |
| XYZ | 52.2 | 25.59 | 65.14 | - |
| YUV | 101.98 | 190.66 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 213 | 0 | 0.98 | 0.15 | 0.01 | 309.44 | 0.98 | 0.5 |
| Hex | FC | 4 | D5 | 0 | 62 | F | 1 | 135 | 62 | 32 |
| Octal | 374 | 4 | 325 | 0 | 142 | 17 | 1 | 465 | 142 | 62 |
| Binary | 11111100 | 100 | 11010101 | 0 | 1100010 | 1111 | 1 | 100110101 | 1100010 | 110010 |
Color Harmonies of #FC04D5
Complementary color
Monochromatic Colors of #FC04D5
Black with #FC04D5
Text Example
Text Example
White with #FC04D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04D5; }
p { color: rgb(252,4,213); }
H1.HeaderClassName
{
color: #FC04D5;
}
.AnyTagClassName
{
color: #FC04D5;
}
</style>
background-color css
<style>
a { background-color: #FC04D5; }
a { background-color: rgb(252,4,213); }
div.DivClassName
{
background-color: #FC04D5;
}
.BgClassName
{
background-color: #FC04D5;
}
</style>
border-color css
<style>
span { border-color: #FC04D5; }
span { border-color: rgb(252,4,213); }
td.TdClassName
{
border-color: #FC04D5;
}
.TagClassName
{
border-color: #FC04D5;
}
</style>