Shades of Magenta #FE15EE
Tints of Magenta #FE15EE
RGB
CMYK
RGB Variations
Color information
#FE15EE (or 0xFE15EE) is known color: Magenta. HEX triplet: FE, 15 and EE. RGB value is (254,21,238). Sum of RGB (Red+Green+Blue) = 254+21+238=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 21 (8.59% from 255 or 4.09% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15EE is #01EA11. Grayscale: #727272. Windows color (decimal): -125458 or 15603198. OLE color: 15603198.
HSL color Cylindrical-coordinate representation of color #FE15EE: hue angle of 304.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE15EE is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 238 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.00 |
| HSL | 304.12º | 0.99% | 0.54% | - |
| HSV(B) | 304.12º | 0.92% | 1% | - |
| XYZ | 56.57 | 27.78 | 83.27 | - |
| YUV | 115.41 | 197.19 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 238 | 0 | 0.92 | 0.06 | 0.00 | 304.12 | 0.99 | 0.54 |
| Hex | FE | 15 | EE | 0 | 5C | 6 | 0 | 130 | 63 | 36 |
| Octal | 376 | 25 | 356 | 0 | 134 | 6 | 0 | 460 | 143 | 66 |
| Binary | 11111110 | 10101 | 11101110 | 0 | 1011100 | 110 | 0 | 100110000 | 1100011 | 110110 |
Color Harmonies of #FE15EE
Complementary color
Monochromatic Colors of #FE15EE
Black with #FE15EE
Text Example
Text Example
White with #FE15EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15EE; }
p { color: rgb(254,21,238); }
H1.HeaderClassName
{
color: #FE15EE;
}
.AnyTagClassName
{
color: #FE15EE;
}
</style>
background-color css
<style>
a { background-color: #FE15EE; }
a { background-color: rgb(254,21,238); }
div.DivClassName
{
background-color: #FE15EE;
}
.BgClassName
{
background-color: #FE15EE;
}
</style>
border-color css
<style>
span { border-color: #FE15EE; }
span { border-color: rgb(254,21,238); }
td.TdClassName
{
border-color: #FE15EE;
}
.TagClassName
{
border-color: #FE15EE;
}
</style>