Shades of Magenta #FE10EE
Tints of Magenta #FE10EE
RGB
CMYK
RGB Variations
Color information
#FE10EE (or 0xFE10EE) is known color: Magenta. HEX triplet: FE, 10 and EE. RGB value is (254,16,238). Sum of RGB (Red+Green+Blue) = 254+16+238=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 16 (6.64% from 255 or 3.15% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE10EE is #01EF11. Grayscale: #6F6F6F. Windows color (decimal): -126738 or 15601918. OLE color: 15601918.
HSL color Cylindrical-coordinate representation of color #FE10EE: hue angle of 304.03º 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 #FE10EE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 238 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.00 |
| HSL | 304.03º | 0.99% | 0.53% | - |
| HSV(B) | 304.03º | 0.94% | 1% | - |
| XYZ | 56.49 | 27.61 | 83.24 | - |
| YUV | 112.47 | 198.85 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 238 | 0 | 0.94 | 0.06 | 0.00 | 304.03 | 0.99 | 0.53 |
| Hex | FE | 10 | EE | 0 | 5E | 6 | 0 | 130 | 63 | 35 |
| Octal | 376 | 20 | 356 | 0 | 136 | 6 | 0 | 460 | 143 | 65 |
| Binary | 11111110 | 10000 | 11101110 | 0 | 1011110 | 110 | 0 | 100110000 | 1100011 | 110101 |
Color Harmonies of #FE10EE
Complementary color
Monochromatic Colors of #FE10EE
Black with #FE10EE
Text Example
Text Example
White with #FE10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10EE; }
p { color: rgb(254,16,238); }
H1.HeaderClassName
{
color: #FE10EE;
}
.AnyTagClassName
{
color: #FE10EE;
}
</style>
background-color css
<style>
a { background-color: #FE10EE; }
a { background-color: rgb(254,16,238); }
div.DivClassName
{
background-color: #FE10EE;
}
.BgClassName
{
background-color: #FE10EE;
}
</style>
border-color css
<style>
span { border-color: #FE10EE; }
span { border-color: rgb(254,16,238); }
td.TdClassName
{
border-color: #FE10EE;
}
.TagClassName
{
border-color: #FE10EE;
}
</style>