Shades of Violet #F06EE3
Tints of Violet #F06EE3
RGB
CMYK
RGB Variations
Color information
#F06EE3 (or 0xF06EE3) is known color: Violet. HEX triplet: F0, 6E and E3. RGB value is (240,110,227). Sum of RGB (Red+Green+Blue) = 240+110+227=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 110 (43.36% from 255 or 19.06% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EE3 is #0F911C. Grayscale: #A1A1A1. Windows color (decimal): -1020189 or 14905072. OLE color: 14905072.
HSL color Cylindrical-coordinate representation of color #F06EE3: hue angle of 306º 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 #F06EE3 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 227 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.06 |
| HSL | 306º | 0.81% | 0.69% | - |
| HSV(B) | 306º | 0.54% | 0.94% | - |
| XYZ | 55.38 | 35.22 | 76.55 | - |
| YUV | 162.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 227 | 0 | 0.54 | 0.05 | 0.06 | 306 | 0.81 | 0.69 |
| Hex | F0 | 6E | E3 | 0 | 36 | 5 | 6 | 132 | 51 | 45 |
| Octal | 360 | 156 | 343 | 0 | 66 | 5 | 6 | 462 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11100011 | 0 | 110110 | 101 | 110 | 100110010 | 1010001 | 1000101 |
Color Harmonies of #F06EE3
Complementary color
Monochromatic Colors of #F06EE3
Black with #F06EE3
Text Example
Text Example
White with #F06EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EE3; }
p { color: rgb(240,110,227); }
H1.HeaderClassName
{
color: #F06EE3;
}
.AnyTagClassName
{
color: #F06EE3;
}
</style>
background-color css
<style>
a { background-color: #F06EE3; }
a { background-color: rgb(240,110,227); }
div.DivClassName
{
background-color: #F06EE3;
}
.BgClassName
{
background-color: #F06EE3;
}
</style>
border-color css
<style>
span { border-color: #F06EE3; }
span { border-color: rgb(240,110,227); }
td.TdClassName
{
border-color: #F06EE3;
}
.TagClassName
{
border-color: #F06EE3;
}
</style>