Shades of Hot Magenta #FE03D0
Tints of Hot Magenta #FE03D0
RGB
CMYK
RGB Variations
Color information
#FE03D0 (or 0xFE03D0) is known color: Hot Magenta. HEX triplet: FE, 03 and D0. RGB value is (254,3,208). Sum of RGB (Red+Green+Blue) = 254+3+208=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03D0 is #01FC2F. Grayscale: #646464. Windows color (decimal): -130096 or 13632510. OLE color: 13632510.
HSL color Cylindrical-coordinate representation of color #FE03D0: hue angle of 311º 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 #FE03D0 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 208 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.00 |
| HSL | 311º | 0.99% | 0.5% | - |
| HSV(B) | 311º | 0.99% | 1% | - |
| XYZ | 52.29 | 25.69 | 61.88 | - |
| YUV | 101.42 | 188.16 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 208 | 0 | 0.99 | 0.18 | 0.00 | 311 | 0.99 | 0.5 |
| Hex | FE | 3 | D0 | 0 | 63 | 12 | 0 | 137 | 63 | 32 |
| Octal | 376 | 3 | 320 | 0 | 143 | 22 | 0 | 467 | 143 | 62 |
| Binary | 11111110 | 11 | 11010000 | 0 | 1100011 | 10010 | 0 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FE03D0
Complementary color
Monochromatic Colors of #FE03D0
Black with #FE03D0
Text Example
Text Example
White with #FE03D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03D0; }
p { color: rgb(254,3,208); }
H1.HeaderClassName
{
color: #FE03D0;
}
.AnyTagClassName
{
color: #FE03D0;
}
</style>
background-color css
<style>
a { background-color: #FE03D0; }
a { background-color: rgb(254,3,208); }
div.DivClassName
{
background-color: #FE03D0;
}
.BgClassName
{
background-color: #FE03D0;
}
</style>
border-color css
<style>
span { border-color: #FE03D0; }
span { border-color: rgb(254,3,208); }
td.TdClassName
{
border-color: #FE03D0;
}
.TagClassName
{
border-color: #FE03D0;
}
</style>