Shades of Magenta #FE15EF
Tints of Magenta #FE15EF
RGB
CMYK
RGB Variations
Color information
#FE15EF (or 0xFE15EF) is known color: Magenta. HEX triplet: FE, 15 and EF. RGB value is (254,21,239). Sum of RGB (Red+Green+Blue) = 254+21+239=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 21 (8.59% from 255 or 4.09% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15EF is #01EA10. Grayscale: #727272. Windows color (decimal): -125457 or 15668734. OLE color: 15668734.
HSL color Cylindrical-coordinate representation of color #FE15EF: hue angle of 303.86º 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 #FE15EF is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 239 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.00 |
| HSL | 303.86º | 0.99% | 0.54% | - |
| HSV(B) | 303.86º | 0.92% | 1% | - |
| XYZ | 56.72 | 27.84 | 84.05 | - |
| YUV | 115.52 | 197.69 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 239 | 0 | 0.92 | 0.06 | 0.00 | 303.86 | 0.99 | 0.54 |
| Hex | FE | 15 | EF | 0 | 5C | 6 | 0 | 130 | 63 | 36 |
| Octal | 376 | 25 | 357 | 0 | 134 | 6 | 0 | 460 | 143 | 66 |
| Binary | 11111110 | 10101 | 11101111 | 0 | 1011100 | 110 | 0 | 100110000 | 1100011 | 110110 |
Color Harmonies of #FE15EF
Complementary color
Monochromatic Colors of #FE15EF
Black with #FE15EF
Text Example
Text Example
White with #FE15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15EF; }
p { color: rgb(254,21,239); }
H1.HeaderClassName
{
color: #FE15EF;
}
.AnyTagClassName
{
color: #FE15EF;
}
</style>
background-color css
<style>
a { background-color: #FE15EF; }
a { background-color: rgb(254,21,239); }
div.DivClassName
{
background-color: #FE15EF;
}
.BgClassName
{
background-color: #FE15EF;
}
</style>
border-color css
<style>
span { border-color: #FE15EF; }
span { border-color: rgb(254,21,239); }
td.TdClassName
{
border-color: #FE15EF;
}
.TagClassName
{
border-color: #FE15EF;
}
</style>