Shades of Magenta #FE10E8
Tints of Magenta #FE10E8
RGB
CMYK
RGB Variations
Color information
#FE10E8 (or 0xFE10E8) is known color: Magenta. HEX triplet: FE, 10 and E8. RGB value is (254,16,232). Sum of RGB (Red+Green+Blue) = 254+16+232=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 16 (6.64% from 255 or 3.19% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE10E8 is #01EF17. Grayscale: #6F6F6F. Windows color (decimal): -126744 or 15208702. OLE color: 15208702.
HSL color Cylindrical-coordinate representation of color #FE10E8: hue angle of 305.55º 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 #FE10E8 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 232 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.00 |
| HSL | 305.55º | 0.99% | 0.53% | - |
| HSV(B) | 305.55º | 0.94% | 1% | - |
| XYZ | 55.62 | 27.27 | 78.68 | - |
| YUV | 111.79 | 195.85 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 232 | 0 | 0.94 | 0.09 | 0.00 | 305.55 | 0.99 | 0.53 |
| Hex | FE | 10 | E8 | 0 | 5E | 9 | 0 | 132 | 63 | 35 |
| Octal | 376 | 20 | 350 | 0 | 136 | 11 | 0 | 462 | 143 | 65 |
| Binary | 11111110 | 10000 | 11101000 | 0 | 1011110 | 1001 | 0 | 100110010 | 1100011 | 110101 |
Color Harmonies of #FE10E8
Complementary color
Monochromatic Colors of #FE10E8
Black with #FE10E8
Text Example
Text Example
White with #FE10E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10E8; }
p { color: rgb(254,16,232); }
H1.HeaderClassName
{
color: #FE10E8;
}
.AnyTagClassName
{
color: #FE10E8;
}
</style>
background-color css
<style>
a { background-color: #FE10E8; }
a { background-color: rgb(254,16,232); }
div.DivClassName
{
background-color: #FE10E8;
}
.BgClassName
{
background-color: #FE10E8;
}
</style>
border-color css
<style>
span { border-color: #FE10E8; }
span { border-color: rgb(254,16,232); }
td.TdClassName
{
border-color: #FE10E8;
}
.TagClassName
{
border-color: #FE10E8;
}
</style>