Shades of Violet #F087EC
Tints of Violet #F087EC
RGB
CMYK
RGB Variations
Color information
#F087EC (or 0xF087EC) is known color: Violet. HEX triplet: F0, 87 and EC. RGB value is (240,135,236). Sum of RGB (Red+Green+Blue) = 240+135+236=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 135 (53.12% from 255 or 22.09% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F087EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087EC is #0F7813. Grayscale: #B1B1B1. Windows color (decimal): -1013780 or 15501296. OLE color: 15501296.
HSL color Cylindrical-coordinate representation of color #F087EC: hue angle of 302.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087EC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 236 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.06 |
| HSL | 302.29º | 0.78% | 0.74% | - |
| HSV(B) | 302.29º | 0.44% | 0.94% | - |
| XYZ | 59.74 | 41.91 | 84.3 | - |
| YUV | 177.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 236 | 0 | 0.44 | 0.02 | 0.06 | 302.29 | 0.78 | 0.74 |
| Hex | F0 | 87 | EC | 0 | 2C | 2 | 6 | 12E | 4E | 4A |
| Octal | 360 | 207 | 354 | 0 | 54 | 2 | 6 | 456 | 116 | 112 |
| Binary | 11110000 | 10000111 | 11101100 | 0 | 101100 | 10 | 110 | 100101110 | 1001110 | 1001010 |
Color Harmonies of #F087EC
Complementary color
Monochromatic Colors of #F087EC
Black with #F087EC
Text Example
Text Example
White with #F087EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087EC; }
p { color: rgb(240,135,236); }
H1.HeaderClassName
{
color: #F087EC;
}
.AnyTagClassName
{
color: #F087EC;
}
</style>
background-color css
<style>
a { background-color: #F087EC; }
a { background-color: rgb(240,135,236); }
div.DivClassName
{
background-color: #F087EC;
}
.BgClassName
{
background-color: #F087EC;
}
</style>
border-color css
<style>
span { border-color: #F087EC; }
span { border-color: rgb(240,135,236); }
td.TdClassName
{
border-color: #F087EC;
}
.TagClassName
{
border-color: #F087EC;
}
</style>