Shades of Hot Magenta #FC00D5
Tints of Hot Magenta #FC00D5
RGB
CMYK
RGB Variations
Color information
#FC00D5 (or 0xFC00D5) is known color: Hot Magenta. HEX triplet: FC, 00 and D5. RGB value is (252,0,213). Sum of RGB (Red+Green+Blue) = 252+0+213=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00D5 is #03FF2A. Grayscale: #636363. Windows color (decimal): -261931 or 13959420. OLE color: 13959420.
HSL color Cylindrical-coordinate representation of color #FC00D5: hue angle of 309.29º 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 #FC00D5 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 213 | - |
| CMYK | 0 | 1 | 0.15 | 0.01 |
| HSL | 309.29º | 1% | 0.49% | - |
| HSV(B) | 309.29º | 1% | 0.99% | - |
| XYZ | 52.16 | 25.5 | 65.12 | - |
| YUV | 99.63 | 191.99 | 236.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 213 | 0 | 1 | 0.15 | 0.01 | 309.29 | 1 | 0.49 |
| Hex | FC | 0 | D5 | 0 | 64 | F | 1 | 135 | 64 | 31 |
| Octal | 374 | 0 | 325 | 0 | 144 | 17 | 1 | 465 | 144 | 61 |
| Binary | 11111100 | 0 | 11010101 | 0 | 1100100 | 1111 | 1 | 100110101 | 1100100 | 110001 |
Color Harmonies of #FC00D5
Complementary color
Monochromatic Colors of #FC00D5
Black with #FC00D5
Text Example
Text Example
White with #FC00D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00D5; }
p { color: rgb(252,0,213); }
H1.HeaderClassName
{
color: #FC00D5;
}
.AnyTagClassName
{
color: #FC00D5;
}
</style>
background-color css
<style>
a { background-color: #FC00D5; }
a { background-color: rgb(252,0,213); }
div.DivClassName
{
background-color: #FC00D5;
}
.BgClassName
{
background-color: #FC00D5;
}
</style>
border-color css
<style>
span { border-color: #FC00D5; }
span { border-color: rgb(252,0,213); }
td.TdClassName
{
border-color: #FC00D5;
}
.TagClassName
{
border-color: #FC00D5;
}
</style>