Shades of Magenta #FE11FA
Tints of Magenta #FE11FA
RGB
CMYK
RGB Variations
Color information
#FE11FA (or 0xFE11FA) is known color: Magenta. HEX triplet: FE, 11 and FA. RGB value is (254,17,250). Sum of RGB (Red+Green+Blue) = 254+17+250=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 17 (7.03% from 255 or 3.26% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11FA is #01EE05. Grayscale: #717171. Windows color (decimal): -126470 or 16388606. OLE color: 16388606.
HSL color Cylindrical-coordinate representation of color #FE11FA: hue angle of 301.01º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11FA is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 250 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.00 |
| HSL | 301.01º | 0.99% | 0.53% | - |
| HSV(B) | 301.01º | 0.93% | 1% | - |
| XYZ | 58.33 | 28.37 | 92.84 | - |
| YUV | 114.43 | 204.52 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 250 | 0 | 0.93 | 0.02 | 0.00 | 301.01 | 0.99 | 0.53 |
| Hex | FE | 11 | FA | 0 | 5D | 2 | 0 | 12D | 63 | 35 |
| Octal | 376 | 21 | 372 | 0 | 135 | 2 | 0 | 455 | 143 | 65 |
| Binary | 11111110 | 10001 | 11111010 | 0 | 1011101 | 10 | 0 | 100101101 | 1100011 | 110101 |
Color Harmonies of #FE11FA
Complementary color
Monochromatic Colors of #FE11FA
Black with #FE11FA
Text Example
Text Example
White with #FE11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11FA; }
p { color: rgb(254,17,250); }
H1.HeaderClassName
{
color: #FE11FA;
}
.AnyTagClassName
{
color: #FE11FA;
}
</style>
background-color css
<style>
a { background-color: #FE11FA; }
a { background-color: rgb(254,17,250); }
div.DivClassName
{
background-color: #FE11FA;
}
.BgClassName
{
background-color: #FE11FA;
}
</style>
border-color css
<style>
span { border-color: #FE11FA; }
span { border-color: rgb(254,17,250); }
td.TdClassName
{
border-color: #FE11FA;
}
.TagClassName
{
border-color: #FE11FA;
}
</style>