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