Shades of Magenta #F011E6
Tints of Magenta #F011E6
RGB
CMYK
RGB Variations
Color information
#F011E6 (or 0xF011E6) is known color: Magenta. HEX triplet: F0, 11 and E6. RGB value is (240,17,230). Sum of RGB (Red+Green+Blue) = 240+17+230=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F011E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011E6 is #0FEE19. Grayscale: #6B6B6B. Windows color (decimal): -1043994 or 15077872. OLE color: 15077872.
HSL color Cylindrical-coordinate representation of color #F011E6: hue angle of 302.69º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011E6 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 230 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.06 |
| HSL | 302.69º | 0.88% | 0.5% | - |
| HSV(B) | 302.69º | 0.93% | 0.94% | - |
| XYZ | 50.42 | 24.64 | 76.96 | - |
| YUV | 107.96 | 196.88 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 230 | 0 | 0.93 | 0.04 | 0.06 | 302.69 | 0.88 | 0.5 |
| Hex | F0 | 11 | E6 | 0 | 5D | 4 | 6 | 12F | 58 | 32 |
| Octal | 360 | 21 | 346 | 0 | 135 | 4 | 6 | 457 | 130 | 62 |
| Binary | 11110000 | 10001 | 11100110 | 0 | 1011101 | 100 | 110 | 100101111 | 1011000 | 110010 |
Color Harmonies of #F011E6
Complementary color
Monochromatic Colors of #F011E6
Black with #F011E6
Text Example
Text Example
White with #F011E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F011E6; }
p { color: rgb(240,17,230); }
H1.HeaderClassName
{
color: #F011E6;
}
.AnyTagClassName
{
color: #F011E6;
}
</style>
background-color css
<style>
a { background-color: #F011E6; }
a { background-color: rgb(240,17,230); }
div.DivClassName
{
background-color: #F011E6;
}
.BgClassName
{
background-color: #F011E6;
}
</style>
border-color css
<style>
span { border-color: #F011E6; }
span { border-color: rgb(240,17,230); }
td.TdClassName
{
border-color: #F011E6;
}
.TagClassName
{
border-color: #F011E6;
}
</style>