Shades of Magenta #FE15FF
Tints of Magenta #FE15FF
RGB
CMYK
RGB Variations
Color information
#FE15FF (or 0xFE15FF) is known color: Magenta. HEX triplet: FE, 15 and FF. RGB value is (254,21,255). Sum of RGB (Red+Green+Blue) = 254+21+255=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 21 (8.59% from 255 or 3.96% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE15FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15FF is #01EA00. Grayscale: #747474. Windows color (decimal): -125441 or 16717310. OLE color: 16717310.
HSL color Cylindrical-coordinate representation of color #FE15FF: hue angle of 299.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE15FF is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 21 | 255 | - |
| CMYK | 0.00 | 0.92 | 0 | 0 |
| HSL | 299.74º | 1% | 0.54% | - |
| HSV(B) | 299.74º | 0.92% | 1% | - |
| XYZ | 59.19 | 28.83 | 97.05 | - |
| YUV | 117.34 | 205.69 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 255 | 0.00 | 0.92 | 0 | 0 | 299.74 | 1 | 0.54 |
| Hex | FE | 15 | FF | 0 | 5C | 0 | 0 | 12C | 64 | 36 |
| Octal | 376 | 25 | 377 | 0 | 134 | 0 | 0 | 454 | 144 | 66 |
| Binary | 11111110 | 10101 | 11111111 | 0 | 1011100 | 0 | 0 | 100101100 | 1100100 | 110110 |
Color Harmonies of #FE15FF
Complementary color
Monochromatic Colors of #FE15FF
Black with #FE15FF
Text Example
Text Example
White with #FE15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15FF; }
p { color: rgb(254,21,255); }
H1.HeaderClassName
{
color: #FE15FF;
}
.AnyTagClassName
{
color: #FE15FF;
}
</style>
background-color css
<style>
a { background-color: #FE15FF; }
a { background-color: rgb(254,21,255); }
div.DivClassName
{
background-color: #FE15FF;
}
.BgClassName
{
background-color: #FE15FF;
}
</style>
border-color css
<style>
span { border-color: #FE15FF; }
span { border-color: rgb(254,21,255); }
td.TdClassName
{
border-color: #FE15FF;
}
.TagClassName
{
border-color: #FE15FF;
}
</style>