Shades of Hot Magenta #FE03D9
Tints of Hot Magenta #FE03D9
RGB
CMYK
RGB Variations
Color information
#FE03D9 (or 0xFE03D9) is known color: Hot Magenta. HEX triplet: FE, 03 and D9. RGB value is (254,3,217). Sum of RGB (Red+Green+Blue) = 254+3+217=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 3 (1.56% from 255 or 0.63% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03D9 is #01FC26. Grayscale: #656565. Windows color (decimal): -130087 or 14222334. OLE color: 14222334.
HSL color Cylindrical-coordinate representation of color #FE03D9: hue angle of 308.84º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE03D9 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 217 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.00 |
| HSL | 308.84º | 0.99% | 0.5% | - |
| HSV(B) | 308.84º | 0.99% | 1% | - |
| XYZ | 53.43 | 26.15 | 67.88 | - |
| YUV | 102.45 | 192.66 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 217 | 0 | 0.99 | 0.15 | 0.00 | 308.84 | 0.99 | 0.5 |
| Hex | FE | 3 | D9 | 0 | 63 | F | 0 | 135 | 63 | 32 |
| Octal | 376 | 3 | 331 | 0 | 143 | 17 | 0 | 465 | 143 | 62 |
| Binary | 11111110 | 11 | 11011001 | 0 | 1100011 | 1111 | 0 | 100110101 | 1100011 | 110010 |
Color Harmonies of #FE03D9
Complementary color
Monochromatic Colors of #FE03D9
Black with #FE03D9
Text Example
Text Example
White with #FE03D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03D9; }
p { color: rgb(254,3,217); }
H1.HeaderClassName
{
color: #FE03D9;
}
.AnyTagClassName
{
color: #FE03D9;
}
</style>
background-color css
<style>
a { background-color: #FE03D9; }
a { background-color: rgb(254,3,217); }
div.DivClassName
{
background-color: #FE03D9;
}
.BgClassName
{
background-color: #FE03D9;
}
</style>
border-color css
<style>
span { border-color: #FE03D9; }
span { border-color: rgb(254,3,217); }
td.TdClassName
{
border-color: #FE03D9;
}
.TagClassName
{
border-color: #FE03D9;
}
</style>