Shades of Hot Magenta #FD02E5
Tints of Hot Magenta #FD02E5
RGB
CMYK
RGB Variations
Color information
#FD02E5 (or 0xFD02E5) is known color: Hot Magenta. HEX triplet: FD, 02 and E5. RGB value is (253,2,229). Sum of RGB (Red+Green+Blue) = 253+2+229=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 2 (1.17% from 255 or 0.41% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02E5 is #02FD1A. Grayscale: #666666. Windows color (decimal): -195867 or 15008509. OLE color: 15008509.
HSL color Cylindrical-coordinate representation of color #FD02E5: hue angle of 305.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD02E5 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 229 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.01 |
| HSL | 305.74º | 0.98% | 0.5% | - |
| HSV(B) | 305.74º | 0.99% | 0.99% | - |
| XYZ | 54.67 | 26.58 | 76.38 | - |
| YUV | 102.93 | 199.16 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 229 | 0 | 0.99 | 0.09 | 0.01 | 305.74 | 0.98 | 0.5 |
| Hex | FD | 2 | E5 | 0 | 63 | 9 | 1 | 132 | 62 | 32 |
| Octal | 375 | 2 | 345 | 0 | 143 | 11 | 1 | 462 | 142 | 62 |
| Binary | 11111101 | 10 | 11100101 | 0 | 1100011 | 1001 | 1 | 100110010 | 1100010 | 110010 |
Color Harmonies of #FD02E5
Complementary color
Monochromatic Colors of #FD02E5
Black with #FD02E5
Text Example
Text Example
White with #FD02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD02E5; }
p { color: rgb(253,2,229); }
H1.HeaderClassName
{
color: #FD02E5;
}
.AnyTagClassName
{
color: #FD02E5;
}
</style>
background-color css
<style>
a { background-color: #FD02E5; }
a { background-color: rgb(253,2,229); }
div.DivClassName
{
background-color: #FD02E5;
}
.BgClassName
{
background-color: #FD02E5;
}
</style>
border-color css
<style>
span { border-color: #FD02E5; }
span { border-color: rgb(253,2,229); }
td.TdClassName
{
border-color: #FD02E5;
}
.TagClassName
{
border-color: #FD02E5;
}
</style>