Shades of Hot Magenta #FE11DA
Tints of Hot Magenta #FE11DA
RGB
CMYK
RGB Variations
Color information
#FE11DA (or 0xFE11DA) is known color: Hot Magenta. HEX triplet: FE, 11 and DA. RGB value is (254,17,218). Sum of RGB (Red+Green+Blue) = 254+17+218=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11DA is #01EE25. Grayscale: #6E6E6E. Windows color (decimal): -126502 or 14291454. OLE color: 14291454.
HSL color Cylindrical-coordinate representation of color #FE11DA: hue angle of 309.11º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11DA is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 218 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.00 |
| HSL | 309.11º | 0.99% | 0.53% | - |
| HSV(B) | 309.11º | 0.93% | 1% | - |
| XYZ | 53.73 | 26.53 | 68.62 | - |
| YUV | 110.78 | 188.52 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 218 | 0 | 0.93 | 0.14 | 0.00 | 309.11 | 0.99 | 0.53 |
| Hex | FE | 11 | DA | 0 | 5D | E | 0 | 135 | 63 | 35 |
| Octal | 376 | 21 | 332 | 0 | 135 | 16 | 0 | 465 | 143 | 65 |
| Binary | 11111110 | 10001 | 11011010 | 0 | 1011101 | 1110 | 0 | 100110101 | 1100011 | 110101 |
Color Harmonies of #FE11DA
Complementary color
Monochromatic Colors of #FE11DA
Black with #FE11DA
Text Example
Text Example
White with #FE11DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11DA; }
p { color: rgb(254,17,218); }
H1.HeaderClassName
{
color: #FE11DA;
}
.AnyTagClassName
{
color: #FE11DA;
}
</style>
background-color css
<style>
a { background-color: #FE11DA; }
a { background-color: rgb(254,17,218); }
div.DivClassName
{
background-color: #FE11DA;
}
.BgClassName
{
background-color: #FE11DA;
}
</style>
border-color css
<style>
span { border-color: #FE11DA; }
span { border-color: rgb(254,17,218); }
td.TdClassName
{
border-color: #FE11DA;
}
.TagClassName
{
border-color: #FE11DA;
}
</style>