Shades of Hot Magenta #FD00E4
Tints of Hot Magenta #FD00E4
RGB
CMYK
RGB Variations
Color information
#FD00E4 (or 0xFD00E4) is known color: Hot Magenta. HEX triplet: FD, 00 and E4. RGB value is (253,0,228). Sum of RGB (Red+Green+Blue) = 253+0+228=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00E4 is #02FF1B. Grayscale: #646464. Windows color (decimal): -196380 or 14942461. OLE color: 14942461.
HSL color Cylindrical-coordinate representation of color #FD00E4: hue angle of 305.93º 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 #FD00E4 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 228 | - |
| CMYK | 0 | 1 | 0.10 | 0.01 |
| HSL | 305.93º | 1% | 0.5% | - |
| HSV(B) | 305.93º | 1% | 0.99% | - |
| XYZ | 54.51 | 26.48 | 75.64 | - |
| YUV | 101.64 | 199.32 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 228 | 0 | 1 | 0.10 | 0.01 | 305.93 | 1 | 0.5 |
| Hex | FD | 0 | E4 | 0 | 64 | A | 1 | 132 | 64 | 32 |
| Octal | 375 | 0 | 344 | 0 | 144 | 12 | 1 | 462 | 144 | 62 |
| Binary | 11111101 | 0 | 11100100 | 0 | 1100100 | 1010 | 1 | 100110010 | 1100100 | 110010 |
Color Harmonies of #FD00E4
Complementary color
Monochromatic Colors of #FD00E4
Black with #FD00E4
Text Example
Text Example
White with #FD00E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00E4; }
p { color: rgb(253,0,228); }
H1.HeaderClassName
{
color: #FD00E4;
}
.AnyTagClassName
{
color: #FD00E4;
}
</style>
background-color css
<style>
a { background-color: #FD00E4; }
a { background-color: rgb(253,0,228); }
div.DivClassName
{
background-color: #FD00E4;
}
.BgClassName
{
background-color: #FD00E4;
}
</style>
border-color css
<style>
span { border-color: #FD00E4; }
span { border-color: rgb(253,0,228); }
td.TdClassName
{
border-color: #FD00E4;
}
.TagClassName
{
border-color: #FD00E4;
}
</style>