Shades of Violet #F06EE6
Tints of Violet #F06EE6
RGB
CMYK
RGB Variations
Color information
#F06EE6 (or 0xF06EE6) is known color: Violet. HEX triplet: F0, 6E and E6. RGB value is (240,110,230). Sum of RGB (Red+Green+Blue) = 240+110+230=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 110 (43.36% from 255 or 18.97% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EE6 is #0F9119. Grayscale: #A2A2A2. Windows color (decimal): -1020186 or 15101680. OLE color: 15101680.
HSL color Cylindrical-coordinate representation of color #F06EE6: hue angle of 304.62º 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 #F06EE6 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 230 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.06 |
| HSL | 304.62º | 0.81% | 0.69% | - |
| HSV(B) | 304.62º | 0.54% | 0.94% | - |
| XYZ | 55.79 | 35.39 | 78.75 | - |
| YUV | 162.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 230 | 0 | 0.54 | 0.04 | 0.06 | 304.62 | 0.81 | 0.69 |
| Hex | F0 | 6E | E6 | 0 | 36 | 4 | 6 | 131 | 51 | 45 |
| Octal | 360 | 156 | 346 | 0 | 66 | 4 | 6 | 461 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11100110 | 0 | 110110 | 100 | 110 | 100110001 | 1010001 | 1000101 |
Color Harmonies of #F06EE6
Complementary color
Monochromatic Colors of #F06EE6
Black with #F06EE6
Text Example
Text Example
White with #F06EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EE6; }
p { color: rgb(240,110,230); }
H1.HeaderClassName
{
color: #F06EE6;
}
.AnyTagClassName
{
color: #F06EE6;
}
</style>
background-color css
<style>
a { background-color: #F06EE6; }
a { background-color: rgb(240,110,230); }
div.DivClassName
{
background-color: #F06EE6;
}
.BgClassName
{
background-color: #F06EE6;
}
</style>
border-color css
<style>
span { border-color: #F06EE6; }
span { border-color: rgb(240,110,230); }
td.TdClassName
{
border-color: #F06EE6;
}
.TagClassName
{
border-color: #F06EE6;
}
</style>