Shades of Hot Magenta #FD00E5
Tints of Hot Magenta #FD00E5
RGB
CMYK
RGB Variations
Color information
#FD00E5 (or 0xFD00E5) is known color: Hot Magenta. HEX triplet: FD, 00 and E5. RGB value is (253,0,229). Sum of RGB (Red+Green+Blue) = 253+0+229=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00E5 is #02FF1A. Grayscale: #656565. Windows color (decimal): -196379 or 15007997. OLE color: 15007997.
HSL color Cylindrical-coordinate representation of color #FD00E5: hue angle of 305.69º 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 #FD00E5 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 229 | - |
| CMYK | 0 | 1 | 0.09 | 0.01 |
| HSL | 305.69º | 1% | 0.5% | - |
| HSV(B) | 305.69º | 1% | 0.99% | - |
| XYZ | 54.65 | 26.54 | 76.37 | - |
| YUV | 101.75 | 199.82 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 229 | 0 | 1 | 0.09 | 0.01 | 305.69 | 1 | 0.5 |
| Hex | FD | 0 | E5 | 0 | 64 | 9 | 1 | 132 | 64 | 32 |
| Octal | 375 | 0 | 345 | 0 | 144 | 11 | 1 | 462 | 144 | 62 |
| Binary | 11111101 | 0 | 11100101 | 0 | 1100100 | 1001 | 1 | 100110010 | 1100100 | 110010 |
Color Harmonies of #FD00E5
Complementary color
Monochromatic Colors of #FD00E5
Black with #FD00E5
Text Example
Text Example
White with #FD00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00E5; }
p { color: rgb(253,0,229); }
H1.HeaderClassName
{
color: #FD00E5;
}
.AnyTagClassName
{
color: #FD00E5;
}
</style>
background-color css
<style>
a { background-color: #FD00E5; }
a { background-color: rgb(253,0,229); }
div.DivClassName
{
background-color: #FD00E5;
}
.BgClassName
{
background-color: #FD00E5;
}
</style>
border-color css
<style>
span { border-color: #FD00E5; }
span { border-color: rgb(253,0,229); }
td.TdClassName
{
border-color: #FD00E5;
}
.TagClassName
{
border-color: #FD00E5;
}
</style>