Shades of Hot Magenta #FD00CE
Tints of Hot Magenta #FD00CE
RGB
CMYK
RGB Variations
Color information
#FD00CE (or 0xFD00CE) is known color: Hot Magenta. HEX triplet: FD, 00 and CE. RGB value is (253,0,206). Sum of RGB (Red+Green+Blue) = 253+0+206=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00CE is #02FF31. Grayscale: #626262. Windows color (decimal): -196402 or 13500669. OLE color: 13500669.
HSL color Cylindrical-coordinate representation of color #FD00CE: hue angle of 311.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00CE is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.19 | 0.01 |
| HSL | 311.15º | 1% | 0.5% | - |
| HSV(B) | 311.15º | 1% | 0.99% | - |
| XYZ | 51.65 | 25.34 | 60.56 | - |
| YUV | 99.13 | 188.32 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 206 | 0 | 1 | 0.19 | 0.01 | 311.15 | 1 | 0.5 |
| Hex | FD | 0 | CE | 0 | 64 | 13 | 1 | 137 | 64 | 32 |
| Octal | 375 | 0 | 316 | 0 | 144 | 23 | 1 | 467 | 144 | 62 |
| Binary | 11111101 | 0 | 11001110 | 0 | 1100100 | 10011 | 1 | 100110111 | 1100100 | 110010 |
Color Harmonies of #FD00CE
Complementary color
Monochromatic Colors of #FD00CE
Black with #FD00CE
Text Example
Text Example
White with #FD00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00CE; }
p { color: rgb(253,0,206); }
H1.HeaderClassName
{
color: #FD00CE;
}
.AnyTagClassName
{
color: #FD00CE;
}
</style>
background-color css
<style>
a { background-color: #FD00CE; }
a { background-color: rgb(253,0,206); }
div.DivClassName
{
background-color: #FD00CE;
}
.BgClassName
{
background-color: #FD00CE;
}
</style>
border-color css
<style>
span { border-color: #FD00CE; }
span { border-color: rgb(253,0,206); }
td.TdClassName
{
border-color: #FD00CE;
}
.TagClassName
{
border-color: #FD00CE;
}
</style>