Shades of Magenta #FE15F8
Tints of Magenta #FE15F8
RGB
CMYK
RGB Variations
Color information
#FE15F8 (or 0xFE15F8) is known color: Magenta. HEX triplet: FE, 15 and F8. RGB value is (254,21,248). Sum of RGB (Red+Green+Blue) = 254+21+248=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 21 (8.59% from 255 or 4.02% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15F8 is #01EA07. Grayscale: #737373. Windows color (decimal): -125448 or 16258558. OLE color: 16258558.
HSL color Cylindrical-coordinate representation of color #FE15F8: hue angle of 301.55º 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 #FE15F8 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 248 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.00 |
| HSL | 301.55º | 0.99% | 0.54% | - |
| HSV(B) | 301.55º | 0.92% | 1% | - |
| XYZ | 58.08 | 28.38 | 91.22 | - |
| YUV | 116.55 | 202.19 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 248 | 0 | 0.92 | 0.02 | 0.00 | 301.55 | 0.99 | 0.54 |
| Hex | FE | 15 | F8 | 0 | 5C | 2 | 0 | 12E | 63 | 36 |
| Octal | 376 | 25 | 370 | 0 | 134 | 2 | 0 | 456 | 143 | 66 |
| Binary | 11111110 | 10101 | 11111000 | 0 | 1011100 | 10 | 0 | 100101110 | 1100011 | 110110 |
Color Harmonies of #FE15F8
Complementary color
Monochromatic Colors of #FE15F8
Black with #FE15F8
Text Example
Text Example
White with #FE15F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15F8; }
p { color: rgb(254,21,248); }
H1.HeaderClassName
{
color: #FE15F8;
}
.AnyTagClassName
{
color: #FE15F8;
}
</style>
background-color css
<style>
a { background-color: #FE15F8; }
a { background-color: rgb(254,21,248); }
div.DivClassName
{
background-color: #FE15F8;
}
.BgClassName
{
background-color: #FE15F8;
}
</style>
border-color css
<style>
span { border-color: #FE15F8; }
span { border-color: rgb(254,21,248); }
td.TdClassName
{
border-color: #FE15F8;
}
.TagClassName
{
border-color: #FE15F8;
}
</style>