Shades of Hot Magenta #FD00D0
Tints of Hot Magenta #FD00D0
RGB
CMYK
RGB Variations
Color information
#FD00D0 (or 0xFD00D0) is known color: Hot Magenta. HEX triplet: FD, 00 and D0. RGB value is (253,0,208). Sum of RGB (Red+Green+Blue) = 253+0+208=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00D0 is #02FF2F. Grayscale: #626262. Windows color (decimal): -196400 or 13631741. OLE color: 13631741.
HSL color Cylindrical-coordinate representation of color #FD00D0: hue angle of 310.67º 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 #FD00D0 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.18 | 0.01 |
| HSL | 310.67º | 1% | 0.5% | - |
| HSV(B) | 310.67º | 1% | 0.99% | - |
| XYZ | 51.89 | 25.44 | 61.85 | - |
| YUV | 99.36 | 189.32 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 208 | 0 | 1 | 0.18 | 0.01 | 310.67 | 1 | 0.5 |
| Hex | FD | 0 | D0 | 0 | 64 | 12 | 1 | 137 | 64 | 32 |
| Octal | 375 | 0 | 320 | 0 | 144 | 22 | 1 | 467 | 144 | 62 |
| Binary | 11111101 | 0 | 11010000 | 0 | 1100100 | 10010 | 1 | 100110111 | 1100100 | 110010 |
Color Harmonies of #FD00D0
Complementary color
Monochromatic Colors of #FD00D0
Black with #FD00D0
Text Example
Text Example
White with #FD00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00D0; }
p { color: rgb(253,0,208); }
H1.HeaderClassName
{
color: #FD00D0;
}
.AnyTagClassName
{
color: #FD00D0;
}
</style>
background-color css
<style>
a { background-color: #FD00D0; }
a { background-color: rgb(253,0,208); }
div.DivClassName
{
background-color: #FD00D0;
}
.BgClassName
{
background-color: #FD00D0;
}
</style>
border-color css
<style>
span { border-color: #FD00D0; }
span { border-color: rgb(253,0,208); }
td.TdClassName
{
border-color: #FD00D0;
}
.TagClassName
{
border-color: #FD00D0;
}
</style>