Shades of Magenta #FE10E6
Tints of Magenta #FE10E6
RGB
CMYK
RGB Variations
Color information
#FE10E6 (or 0xFE10E6) is known color: Magenta. HEX triplet: FE, 10 and E6. RGB value is (254,16,230). Sum of RGB (Red+Green+Blue) = 254+16+230=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 16 (6.64% from 255 or 3.2% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE10E6 is #01EF19. Grayscale: #6E6E6E. Windows color (decimal): -126746 or 15077630. OLE color: 15077630.
HSL color Cylindrical-coordinate representation of color #FE10E6: hue angle of 306.05º 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 #FE10E6 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 230 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.00 |
| HSL | 306.05º | 0.99% | 0.53% | - |
| HSV(B) | 306.05º | 0.94% | 1% | - |
| XYZ | 55.34 | 27.15 | 77.19 | - |
| YUV | 111.56 | 194.85 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 230 | 0 | 0.94 | 0.09 | 0.00 | 306.05 | 0.99 | 0.53 |
| Hex | FE | 10 | E6 | 0 | 5E | 9 | 0 | 132 | 63 | 35 |
| Octal | 376 | 20 | 346 | 0 | 136 | 11 | 0 | 462 | 143 | 65 |
| Binary | 11111110 | 10000 | 11100110 | 0 | 1011110 | 1001 | 0 | 100110010 | 1100011 | 110101 |
Color Harmonies of #FE10E6
Complementary color
Monochromatic Colors of #FE10E6
Black with #FE10E6
Text Example
Text Example
White with #FE10E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10E6; }
p { color: rgb(254,16,230); }
H1.HeaderClassName
{
color: #FE10E6;
}
.AnyTagClassName
{
color: #FE10E6;
}
</style>
background-color css
<style>
a { background-color: #FE10E6; }
a { background-color: rgb(254,16,230); }
div.DivClassName
{
background-color: #FE10E6;
}
.BgClassName
{
background-color: #FE10E6;
}
</style>
border-color css
<style>
span { border-color: #FE10E6; }
span { border-color: rgb(254,16,230); }
td.TdClassName
{
border-color: #FE10E6;
}
.TagClassName
{
border-color: #FE10E6;
}
</style>