Shades of Magenta #FE11FB
Tints of Magenta #FE11FB
RGB
CMYK
RGB Variations
Color information
#FE11FB (or 0xFE11FB) is known color: Magenta. HEX triplet: FE, 11 and FB. RGB value is (254,17,251). Sum of RGB (Red+Green+Blue) = 254+17+251=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 17 (7.03% from 255 or 3.26% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11FB is #01EE04. Grayscale: #717171. Windows color (decimal): -126469 or 16454142. OLE color: 16454142.
HSL color Cylindrical-coordinate representation of color #FE11FB: hue angle of 300.76º 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 #FE11FB is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 251 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.00 |
| HSL | 300.76º | 0.99% | 0.53% | - |
| HSV(B) | 300.76º | 0.93% | 1% | - |
| XYZ | 58.49 | 28.44 | 93.67 | - |
| YUV | 114.54 | 205.02 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 251 | 0 | 0.93 | 0.01 | 0.00 | 300.76 | 0.99 | 0.53 |
| Hex | FE | 11 | FB | 0 | 5D | 1 | 0 | 12D | 63 | 35 |
| Octal | 376 | 21 | 373 | 0 | 135 | 1 | 0 | 455 | 143 | 65 |
| Binary | 11111110 | 10001 | 11111011 | 0 | 1011101 | 1 | 0 | 100101101 | 1100011 | 110101 |
Color Harmonies of #FE11FB
Complementary color
Monochromatic Colors of #FE11FB
Black with #FE11FB
Text Example
Text Example
White with #FE11FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11FB; }
p { color: rgb(254,17,251); }
H1.HeaderClassName
{
color: #FE11FB;
}
.AnyTagClassName
{
color: #FE11FB;
}
</style>
background-color css
<style>
a { background-color: #FE11FB; }
a { background-color: rgb(254,17,251); }
div.DivClassName
{
background-color: #FE11FB;
}
.BgClassName
{
background-color: #FE11FB;
}
</style>
border-color css
<style>
span { border-color: #FE11FB; }
span { border-color: rgb(254,17,251); }
td.TdClassName
{
border-color: #FE11FB;
}
.TagClassName
{
border-color: #FE11FB;
}
</style>