Shades of Hot Magenta #FE03DA
Tints of Hot Magenta #FE03DA
RGB
CMYK
RGB Variations
Color information
#FE03DA (or 0xFE03DA) is known color: Hot Magenta. HEX triplet: FE, 03 and DA. RGB value is (254,3,218). Sum of RGB (Red+Green+Blue) = 254+3+218=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03DA is #01FC25. Grayscale: #656565. Windows color (decimal): -130086 or 14287870. OLE color: 14287870.
HSL color Cylindrical-coordinate representation of color #FE03DA: hue angle of 308.61º 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 #FE03DA is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.00 |
| HSL | 308.61º | 0.99% | 0.5% | - |
| HSV(B) | 308.61º | 0.99% | 1% | - |
| XYZ | 53.56 | 26.2 | 68.56 | - |
| YUV | 102.56 | 193.16 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 218 | 0 | 0.99 | 0.14 | 0.00 | 308.61 | 0.99 | 0.5 |
| Hex | FE | 3 | DA | 0 | 63 | E | 0 | 135 | 63 | 32 |
| Octal | 376 | 3 | 332 | 0 | 143 | 16 | 0 | 465 | 143 | 62 |
| Binary | 11111110 | 11 | 11011010 | 0 | 1100011 | 1110 | 0 | 100110101 | 1100011 | 110010 |
Color Harmonies of #FE03DA
Complementary color
Monochromatic Colors of #FE03DA
Black with #FE03DA
Text Example
Text Example
White with #FE03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03DA; }
p { color: rgb(254,3,218); }
H1.HeaderClassName
{
color: #FE03DA;
}
.AnyTagClassName
{
color: #FE03DA;
}
</style>
background-color css
<style>
a { background-color: #FE03DA; }
a { background-color: rgb(254,3,218); }
div.DivClassName
{
background-color: #FE03DA;
}
.BgClassName
{
background-color: #FE03DA;
}
</style>
border-color css
<style>
span { border-color: #FE03DA; }
span { border-color: rgb(254,3,218); }
td.TdClassName
{
border-color: #FE03DA;
}
.TagClassName
{
border-color: #FE03DA;
}
</style>