Shades of Magenta #FE11FF
Tints of Magenta #FE11FF
RGB
CMYK
RGB Variations
Color information
#FE11FF (or 0xFE11FF) is known color: Magenta. HEX triplet: FE, 11 and FF. RGB value is (254,17,255). Sum of RGB (Red+Green+Blue) = 254+17+255=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 17 (7.03% from 255 or 3.23% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11FF is #01EE00. Grayscale: #727272. Windows color (decimal): -126465 or 16716286. OLE color: 16716286.
HSL color Cylindrical-coordinate representation of color #FE11FF: hue angle of 299.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11FF is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 17 | 255 | - |
| CMYK | 0.00 | 0.93 | 0 | 0 |
| HSL | 299.75º | 1% | 0.53% | - |
| HSV(B) | 299.75º | 0.93% | 1% | - |
| XYZ | 59.12 | 28.69 | 97.03 | - |
| YUV | 115 | 207.02 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 255 | 0.00 | 0.93 | 0 | 0 | 299.75 | 1 | 0.53 |
| Hex | FE | 11 | FF | 0 | 5D | 0 | 0 | 12C | 64 | 35 |
| Octal | 376 | 21 | 377 | 0 | 135 | 0 | 0 | 454 | 144 | 65 |
| Binary | 11111110 | 10001 | 11111111 | 0 | 1011101 | 0 | 0 | 100101100 | 1100100 | 110101 |
Color Harmonies of #FE11FF
Complementary color
Monochromatic Colors of #FE11FF
Black with #FE11FF
Text Example
Text Example
White with #FE11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11FF; }
p { color: rgb(254,17,255); }
H1.HeaderClassName
{
color: #FE11FF;
}
.AnyTagClassName
{
color: #FE11FF;
}
</style>
background-color css
<style>
a { background-color: #FE11FF; }
a { background-color: rgb(254,17,255); }
div.DivClassName
{
background-color: #FE11FF;
}
.BgClassName
{
background-color: #FE11FF;
}
</style>
border-color css
<style>
span { border-color: #FE11FF; }
span { border-color: rgb(254,17,255); }
td.TdClassName
{
border-color: #FE11FF;
}
.TagClassName
{
border-color: #FE11FF;
}
</style>