Shades of Magenta #F011FF
Tints of Magenta #F011FF
RGB
CMYK
RGB Variations
Color information
#F011FF (or 0xF011FF) is known color: Magenta. HEX triplet: F0, 11 and FF. RGB value is (240,17,255). Sum of RGB (Red+Green+Blue) = 240+17+255=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 17 (7.03% from 255 or 3.32% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #F011FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011FF is #0FEE00. Grayscale: #6E6E6E. Windows color (decimal): -1043969 or 16716272. OLE color: 16716272.
HSL color Cylindrical-coordinate representation of color #F011FF: hue angle of 296.22º 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 #F011FF is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 17 | 255 | - |
| CMYK | 0.06 | 0.93 | 0 | 0 |
| HSL | 296.22º | 1% | 0.53% | - |
| HSV(B) | 296.22º | 0.93% | 1% | - |
| XYZ | 54.19 | 26.15 | 96.8 | - |
| YUV | 110.81 | 209.38 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 255 | 0.06 | 0.93 | 0 | 0 | 296.22 | 1 | 0.53 |
| Hex | F0 | 11 | FF | 6 | 5D | 0 | 0 | 128 | 64 | 35 |
| Octal | 360 | 21 | 377 | 6 | 135 | 0 | 0 | 450 | 144 | 65 |
| Binary | 11110000 | 10001 | 11111111 | 110 | 1011101 | 0 | 0 | 100101000 | 1100100 | 110101 |
Color Harmonies of #F011FF
Complementary color
Monochromatic Colors of #F011FF
Black with #F011FF
Text Example
Text Example
White with #F011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011FF; }
p { color: rgb(240,17,255); }
H1.HeaderClassName
{
color: #F011FF;
}
.AnyTagClassName
{
color: #F011FF;
}
</style>
background-color css
<style>
a { background-color: #F011FF; }
a { background-color: rgb(240,17,255); }
div.DivClassName
{
background-color: #F011FF;
}
.BgClassName
{
background-color: #F011FF;
}
</style>
border-color css
<style>
span { border-color: #F011FF; }
span { border-color: rgb(240,17,255); }
td.TdClassName
{
border-color: #F011FF;
}
.TagClassName
{
border-color: #F011FF;
}
</style>