Shades of Violet #F06EEB
Tints of Violet #F06EEB
RGB
CMYK
RGB Variations
Color information
#F06EEB (or 0xF06EEB) is known color: Violet. HEX triplet: F0, 6E and EB. RGB value is (240,110,235). Sum of RGB (Red+Green+Blue) = 240+110+235=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EEB is #0F9114. Grayscale: #A2A2A2. Windows color (decimal): -1020181 or 15429360. OLE color: 15429360.
HSL color Cylindrical-coordinate representation of color #F06EEB: hue angle of 302.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06EEB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 235 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.06 |
| HSL | 302.31º | 0.81% | 0.69% | - |
| HSV(B) | 302.31º | 0.54% | 0.94% | - |
| XYZ | 56.51 | 35.68 | 82.51 | - |
| YUV | 163.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 235 | 0 | 0.54 | 0.02 | 0.06 | 302.31 | 0.81 | 0.69 |
| Hex | F0 | 6E | EB | 0 | 36 | 2 | 6 | 12E | 51 | 45 |
| Octal | 360 | 156 | 353 | 0 | 66 | 2 | 6 | 456 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11101011 | 0 | 110110 | 10 | 110 | 100101110 | 1010001 | 1000101 |
Color Harmonies of #F06EEB
Complementary color
Monochromatic Colors of #F06EEB
Black with #F06EEB
Text Example
Text Example
White with #F06EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EEB; }
p { color: rgb(240,110,235); }
H1.HeaderClassName
{
color: #F06EEB;
}
.AnyTagClassName
{
color: #F06EEB;
}
</style>
background-color css
<style>
a { background-color: #F06EEB; }
a { background-color: rgb(240,110,235); }
div.DivClassName
{
background-color: #F06EEB;
}
.BgClassName
{
background-color: #F06EEB;
}
</style>
border-color css
<style>
span { border-color: #F06EEB; }
span { border-color: rgb(240,110,235); }
td.TdClassName
{
border-color: #F06EEB;
}
.TagClassName
{
border-color: #F06EEB;
}
</style>