Shades of Violet #F088EC
Tints of Violet #F088EC
RGB
CMYK
RGB Variations
Color information
#F088EC (or 0xF088EC) is known color: Violet. HEX triplet: F0, 88 and EC. RGB value is (240,136,236). Sum of RGB (Red+Green+Blue) = 240+136+236=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 136 (53.52% from 255 or 22.22% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F088EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088EC is #0F7713. Grayscale: #B2B2B2. Windows color (decimal): -1013524 or 15501552. OLE color: 15501552.
HSL color Cylindrical-coordinate representation of color #F088EC: hue angle of 302.31º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088EC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 236 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.06 |
| HSL | 302.31º | 0.78% | 0.74% | - |
| HSV(B) | 302.31º | 0.43% | 0.94% | - |
| XYZ | 59.88 | 42.19 | 84.34 | - |
| YUV | 178.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 236 | 0 | 0.43 | 0.02 | 0.06 | 302.31 | 0.78 | 0.74 |
| Hex | F0 | 88 | EC | 0 | 2B | 2 | 6 | 12E | 4E | 4A |
| Octal | 360 | 210 | 354 | 0 | 53 | 2 | 6 | 456 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11101100 | 0 | 101011 | 10 | 110 | 100101110 | 1001110 | 1001010 |
Color Harmonies of #F088EC
Complementary color
Monochromatic Colors of #F088EC
Black with #F088EC
Text Example
Text Example
White with #F088EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088EC; }
p { color: rgb(240,136,236); }
H1.HeaderClassName
{
color: #F088EC;
}
.AnyTagClassName
{
color: #F088EC;
}
</style>
background-color css
<style>
a { background-color: #F088EC; }
a { background-color: rgb(240,136,236); }
div.DivClassName
{
background-color: #F088EC;
}
.BgClassName
{
background-color: #F088EC;
}
</style>
border-color css
<style>
span { border-color: #F088EC; }
span { border-color: rgb(240,136,236); }
td.TdClassName
{
border-color: #F088EC;
}
.TagClassName
{
border-color: #F088EC;
}
</style>