Shades of Hot Magenta #FE10DA
Tints of Hot Magenta #FE10DA
RGB
CMYK
RGB Variations
Color information
#FE10DA (or 0xFE10DA) is known color: Hot Magenta. HEX triplet: FE, 10 and DA. RGB value is (254,16,218). Sum of RGB (Red+Green+Blue) = 254+16+218=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10DA is #01EF25. Grayscale: #6D6D6D. Windows color (decimal): -126758 or 14291198. OLE color: 14291198.
HSL color Cylindrical-coordinate representation of color #FE10DA: hue angle of 309.08º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE10DA is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 218 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.00 |
| HSL | 309.08º | 0.99% | 0.53% | - |
| HSV(B) | 309.08º | 0.94% | 1% | - |
| XYZ | 53.71 | 26.5 | 68.61 | - |
| YUV | 110.19 | 188.85 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 218 | 0 | 0.94 | 0.14 | 0.00 | 309.08 | 0.99 | 0.53 |
| Hex | FE | 10 | DA | 0 | 5E | E | 0 | 135 | 63 | 35 |
| Octal | 376 | 20 | 332 | 0 | 136 | 16 | 0 | 465 | 143 | 65 |
| Binary | 11111110 | 10000 | 11011010 | 0 | 1011110 | 1110 | 0 | 100110101 | 1100011 | 110101 |
Color Harmonies of #FE10DA
Complementary color
Monochromatic Colors of #FE10DA
Black with #FE10DA
Text Example
Text Example
White with #FE10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10DA; }
p { color: rgb(254,16,218); }
H1.HeaderClassName
{
color: #FE10DA;
}
.AnyTagClassName
{
color: #FE10DA;
}
</style>
background-color css
<style>
a { background-color: #FE10DA; }
a { background-color: rgb(254,16,218); }
div.DivClassName
{
background-color: #FE10DA;
}
.BgClassName
{
background-color: #FE10DA;
}
</style>
border-color css
<style>
span { border-color: #FE10DA; }
span { border-color: rgb(254,16,218); }
td.TdClassName
{
border-color: #FE10DA;
}
.TagClassName
{
border-color: #FE10DA;
}
</style>