Shades of Magenta #FE11EE
Tints of Magenta #FE11EE
RGB
CMYK
RGB Variations
Color information
#FE11EE (or 0xFE11EE) is known color: Magenta. HEX triplet: FE, 11 and EE. RGB value is (254,17,238). Sum of RGB (Red+Green+Blue) = 254+17+238=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 17 (7.03% from 255 or 3.34% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11EE is #01EE11. Grayscale: #707070. Windows color (decimal): -126482 or 15602174. OLE color: 15602174.
HSL color Cylindrical-coordinate representation of color #FE11EE: hue angle of 304.05º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11EE is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 238 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.00 |
| HSL | 304.05º | 0.99% | 0.53% | - |
| HSV(B) | 304.05º | 0.93% | 1% | - |
| XYZ | 56.51 | 27.64 | 83.25 | - |
| YUV | 113.06 | 198.52 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 238 | 0 | 0.93 | 0.06 | 0.00 | 304.05 | 0.99 | 0.53 |
| Hex | FE | 11 | EE | 0 | 5D | 6 | 0 | 130 | 63 | 35 |
| Octal | 376 | 21 | 356 | 0 | 135 | 6 | 0 | 460 | 143 | 65 |
| Binary | 11111110 | 10001 | 11101110 | 0 | 1011101 | 110 | 0 | 100110000 | 1100011 | 110101 |
Color Harmonies of #FE11EE
Complementary color
Monochromatic Colors of #FE11EE
Black with #FE11EE
Text Example
Text Example
White with #FE11EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11EE; }
p { color: rgb(254,17,238); }
H1.HeaderClassName
{
color: #FE11EE;
}
.AnyTagClassName
{
color: #FE11EE;
}
</style>
background-color css
<style>
a { background-color: #FE11EE; }
a { background-color: rgb(254,17,238); }
div.DivClassName
{
background-color: #FE11EE;
}
.BgClassName
{
background-color: #FE11EE;
}
</style>
border-color css
<style>
span { border-color: #FE11EE; }
span { border-color: rgb(254,17,238); }
td.TdClassName
{
border-color: #FE11EE;
}
.TagClassName
{
border-color: #FE11EE;
}
</style>