Shades of Hot Magenta #FE03D2
Tints of Hot Magenta #FE03D2
RGB
CMYK
RGB Variations
Color information
#FE03D2 (or 0xFE03D2) is known color: Hot Magenta. HEX triplet: FE, 03 and D2. RGB value is (254,3,210). Sum of RGB (Red+Green+Blue) = 254+3+210=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 3 (1.56% from 255 or 0.64% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03D2 is #01FC2D. Grayscale: #656565. Windows color (decimal): -130094 or 13763582. OLE color: 13763582.
HSL color Cylindrical-coordinate representation of color #FE03D2: hue angle of 310.52º 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 #FE03D2 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 210 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.00 |
| HSL | 310.52º | 0.99% | 0.5% | - |
| HSV(B) | 310.52º | 0.99% | 1% | - |
| XYZ | 52.54 | 25.79 | 63.18 | - |
| YUV | 101.65 | 189.16 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 210 | 0 | 0.99 | 0.17 | 0.00 | 310.52 | 0.99 | 0.5 |
| Hex | FE | 3 | D2 | 0 | 63 | 11 | 0 | 137 | 63 | 32 |
| Octal | 376 | 3 | 322 | 0 | 143 | 21 | 0 | 467 | 143 | 62 |
| Binary | 11111110 | 11 | 11010010 | 0 | 1100011 | 10001 | 0 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FE03D2
Complementary color
Monochromatic Colors of #FE03D2
Black with #FE03D2
Text Example
Text Example
White with #FE03D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03D2; }
p { color: rgb(254,3,210); }
H1.HeaderClassName
{
color: #FE03D2;
}
.AnyTagClassName
{
color: #FE03D2;
}
</style>
background-color css
<style>
a { background-color: #FE03D2; }
a { background-color: rgb(254,3,210); }
div.DivClassName
{
background-color: #FE03D2;
}
.BgClassName
{
background-color: #FE03D2;
}
</style>
border-color css
<style>
span { border-color: #FE03D2; }
span { border-color: rgb(254,3,210); }
td.TdClassName
{
border-color: #FE03D2;
}
.TagClassName
{
border-color: #FE03D2;
}
</style>