Shades of Violet #F086EC
Tints of Violet #F086EC
RGB
CMYK
RGB Variations
Color information
#F086EC (or 0xF086EC) is known color: Violet. HEX triplet: F0, 86 and EC. RGB value is (240,134,236). Sum of RGB (Red+Green+Blue) = 240+134+236=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F086EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086EC is #0F7913. Grayscale: #B1B1B1. Windows color (decimal): -1014036 or 15501040. OLE color: 15501040.
HSL color Cylindrical-coordinate representation of color #F086EC: hue angle of 302.26º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086EC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 236 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.06 |
| HSL | 302.26º | 0.78% | 0.73% | - |
| HSV(B) | 302.26º | 0.44% | 0.94% | - |
| XYZ | 59.6 | 41.63 | 84.25 | - |
| YUV | 177.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 236 | 0 | 0.44 | 0.02 | 0.06 | 302.26 | 0.78 | 0.73 |
| Hex | F0 | 86 | EC | 0 | 2C | 2 | 6 | 12E | 4E | 49 |
| Octal | 360 | 206 | 354 | 0 | 54 | 2 | 6 | 456 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11101100 | 0 | 101100 | 10 | 110 | 100101110 | 1001110 | 1001001 |
Color Harmonies of #F086EC
Complementary color
Monochromatic Colors of #F086EC
Black with #F086EC
Text Example
Text Example
White with #F086EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086EC; }
p { color: rgb(240,134,236); }
H1.HeaderClassName
{
color: #F086EC;
}
.AnyTagClassName
{
color: #F086EC;
}
</style>
background-color css
<style>
a { background-color: #F086EC; }
a { background-color: rgb(240,134,236); }
div.DivClassName
{
background-color: #F086EC;
}
.BgClassName
{
background-color: #F086EC;
}
</style>
border-color css
<style>
span { border-color: #F086EC; }
span { border-color: rgb(240,134,236); }
td.TdClassName
{
border-color: #F086EC;
}
.TagClassName
{
border-color: #F086EC;
}
</style>