Shades of Magenta #FE15FE
Tints of Magenta #FE15FE
RGB
CMYK
RGB Variations
Color information
#FE15FE (or 0xFE15FE) is known color: Magenta. HEX triplet: FE, 15 and FE. RGB value is (254,21,254). Sum of RGB (Red+Green+Blue) = 254+21+254=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 21 (8.59% from 255 or 3.97% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE15FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15FE is #01EA01. Grayscale: #747474. Windows color (decimal): -125442 or 16651774. OLE color: 16651774.
HSL color Cylindrical-coordinate representation of color #FE15FE: hue angle of 300º 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 #FE15FE is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 254 | - |
| CMYK | 0 | 0.92 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.54% | - |
| HSV(B) | 300º | 0.92% | 1% | - |
| XYZ | 59.03 | 28.76 | 96.21 | - |
| YUV | 117.23 | 205.19 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 254 | 0 | 0.92 | 0 | 0.00 | 300 | 0.99 | 0.54 |
| Hex | FE | 15 | FE | 0 | 5C | 0 | 0 | 12C | 63 | 36 |
| Octal | 376 | 25 | 376 | 0 | 134 | 0 | 0 | 454 | 143 | 66 |
| Binary | 11111110 | 10101 | 11111110 | 0 | 1011100 | 0 | 0 | 100101100 | 1100011 | 110110 |
Color Harmonies of #FE15FE
Complementary color
Monochromatic Colors of #FE15FE
Black with #FE15FE
Text Example
Text Example
White with #FE15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15FE; }
p { color: rgb(254,21,254); }
H1.HeaderClassName
{
color: #FE15FE;
}
.AnyTagClassName
{
color: #FE15FE;
}
</style>
background-color css
<style>
a { background-color: #FE15FE; }
a { background-color: rgb(254,21,254); }
div.DivClassName
{
background-color: #FE15FE;
}
.BgClassName
{
background-color: #FE15FE;
}
</style>
border-color css
<style>
span { border-color: #FE15FE; }
span { border-color: rgb(254,21,254); }
td.TdClassName
{
border-color: #FE15FE;
}
.TagClassName
{
border-color: #FE15FE;
}
</style>