Shades of Magenta #FE15FA
Tints of Magenta #FE15FA
RGB
CMYK
RGB Variations
Color information
#FE15FA (or 0xFE15FA) is known color: Magenta. HEX triplet: FE, 15 and FA. RGB value is (254,21,250). Sum of RGB (Red+Green+Blue) = 254+21+250=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 21 (8.59% from 255 or 4% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15FA is #01EA05. Grayscale: #747474. Windows color (decimal): -125446 or 16389630. OLE color: 16389630.
HSL color Cylindrical-coordinate representation of color #FE15FA: hue angle of 301.03º 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 #FE15FA is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 250 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.00 |
| HSL | 301.03º | 0.99% | 0.54% | - |
| HSV(B) | 301.03º | 0.92% | 1% | - |
| XYZ | 58.4 | 28.51 | 92.87 | - |
| YUV | 116.77 | 203.19 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 250 | 0 | 0.92 | 0.02 | 0.00 | 301.03 | 0.99 | 0.54 |
| Hex | FE | 15 | FA | 0 | 5C | 2 | 0 | 12D | 63 | 36 |
| Octal | 376 | 25 | 372 | 0 | 134 | 2 | 0 | 455 | 143 | 66 |
| Binary | 11111110 | 10101 | 11111010 | 0 | 1011100 | 10 | 0 | 100101101 | 1100011 | 110110 |
Color Harmonies of #FE15FA
Complementary color
Monochromatic Colors of #FE15FA
Black with #FE15FA
Text Example
Text Example
White with #FE15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15FA; }
p { color: rgb(254,21,250); }
H1.HeaderClassName
{
color: #FE15FA;
}
.AnyTagClassName
{
color: #FE15FA;
}
</style>
background-color css
<style>
a { background-color: #FE15FA; }
a { background-color: rgb(254,21,250); }
div.DivClassName
{
background-color: #FE15FA;
}
.BgClassName
{
background-color: #FE15FA;
}
</style>
border-color css
<style>
span { border-color: #FE15FA; }
span { border-color: rgb(254,21,250); }
td.TdClassName
{
border-color: #FE15FA;
}
.TagClassName
{
border-color: #FE15FA;
}
</style>