Shades of Hot Magenta #FE0AD8
Tints of Hot Magenta #FE0AD8
RGB
CMYK
RGB Variations
Color information
#FE0AD8 (or 0xFE0AD8) is known color: Hot Magenta. HEX triplet: FE, 0A and D8. RGB value is (254,10,216). Sum of RGB (Red+Green+Blue) = 254+10+216=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0AD8 is #01F527. Grayscale: #696969. Windows color (decimal): -128296 or 14158590. OLE color: 14158590.
HSL color Cylindrical-coordinate representation of color #FE0AD8: hue angle of 309.34º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0AD8 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 216 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.00 |
| HSL | 309.34º | 0.99% | 0.52% | - |
| HSV(B) | 309.34º | 0.96% | 1% | - |
| XYZ | 53.38 | 26.25 | 67.22 | - |
| YUV | 106.44 | 189.84 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 216 | 0 | 0.96 | 0.15 | 0.00 | 309.34 | 0.99 | 0.52 |
| Hex | FE | A | D8 | 0 | 60 | F | 0 | 135 | 63 | 34 |
| Octal | 376 | 12 | 330 | 0 | 140 | 17 | 0 | 465 | 143 | 64 |
| Binary | 11111110 | 1010 | 11011000 | 0 | 1100000 | 1111 | 0 | 100110101 | 1100011 | 110100 |
Color Harmonies of #FE0AD8
Complementary color
Monochromatic Colors of #FE0AD8
Black with #FE0AD8
Text Example
Text Example
White with #FE0AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AD8; }
p { color: rgb(254,10,216); }
H1.HeaderClassName
{
color: #FE0AD8;
}
.AnyTagClassName
{
color: #FE0AD8;
}
</style>
background-color css
<style>
a { background-color: #FE0AD8; }
a { background-color: rgb(254,10,216); }
div.DivClassName
{
background-color: #FE0AD8;
}
.BgClassName
{
background-color: #FE0AD8;
}
</style>
border-color css
<style>
span { border-color: #FE0AD8; }
span { border-color: rgb(254,10,216); }
td.TdClassName
{
border-color: #FE0AD8;
}
.TagClassName
{
border-color: #FE0AD8;
}
</style>