Shades of Magenta #FE11F0
Tints of Magenta #FE11F0
RGB
CMYK
RGB Variations
Color information
#FE11F0 (or 0xFE11F0) is known color: Magenta. HEX triplet: FE, 11 and F0. RGB value is (254,17,240). Sum of RGB (Red+Green+Blue) = 254+17+240=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 17 (7.03% from 255 or 3.33% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE11F0 is #01EE0F. Grayscale: #707070. Windows color (decimal): -126480 or 15733246. OLE color: 15733246.
HSL color Cylindrical-coordinate representation of color #FE11F0: hue angle of 303.54º 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 #FE11F0 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 240 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.00 |
| HSL | 303.54º | 0.99% | 0.53% | - |
| HSV(B) | 303.54º | 0.93% | 1% | - |
| XYZ | 56.8 | 27.76 | 84.8 | - |
| YUV | 113.29 | 199.52 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 240 | 0 | 0.93 | 0.06 | 0.00 | 303.54 | 0.99 | 0.53 |
| Hex | FE | 11 | F0 | 0 | 5D | 6 | 0 | 130 | 63 | 35 |
| Octal | 376 | 21 | 360 | 0 | 135 | 6 | 0 | 460 | 143 | 65 |
| Binary | 11111110 | 10001 | 11110000 | 0 | 1011101 | 110 | 0 | 100110000 | 1100011 | 110101 |
Color Harmonies of #FE11F0
Complementary color
Monochromatic Colors of #FE11F0
Black with #FE11F0
Text Example
Text Example
White with #FE11F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11F0; }
p { color: rgb(254,17,240); }
H1.HeaderClassName
{
color: #FE11F0;
}
.AnyTagClassName
{
color: #FE11F0;
}
</style>
background-color css
<style>
a { background-color: #FE11F0; }
a { background-color: rgb(254,17,240); }
div.DivClassName
{
background-color: #FE11F0;
}
.BgClassName
{
background-color: #FE11F0;
}
</style>
border-color css
<style>
span { border-color: #FE11F0; }
span { border-color: rgb(254,17,240); }
td.TdClassName
{
border-color: #FE11F0;
}
.TagClassName
{
border-color: #FE11F0;
}
</style>