Shades of Violet #F06EE4
Tints of Violet #F06EE4
RGB
CMYK
RGB Variations
Color information
#F06EE4 (or 0xF06EE4) is known color: Violet. HEX triplet: F0, 6E and E4. RGB value is (240,110,228). Sum of RGB (Red+Green+Blue) = 240+110+228=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EE4 is #0F911B. Grayscale: #A1A1A1. Windows color (decimal): -1020188 or 14970608. OLE color: 14970608.
HSL color Cylindrical-coordinate representation of color #F06EE4: hue angle of 305.54º 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 #F06EE4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 228 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.06 |
| HSL | 305.54º | 0.81% | 0.69% | - |
| HSV(B) | 305.54º | 0.54% | 0.94% | - |
| XYZ | 55.51 | 35.28 | 77.28 | - |
| YUV | 162.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 228 | 0 | 0.54 | 0.05 | 0.06 | 305.54 | 0.81 | 0.69 |
| Hex | F0 | 6E | E4 | 0 | 36 | 5 | 6 | 132 | 51 | 45 |
| Octal | 360 | 156 | 344 | 0 | 66 | 5 | 6 | 462 | 121 | 105 |
| Binary | 11110000 | 1101110 | 11100100 | 0 | 110110 | 101 | 110 | 100110010 | 1010001 | 1000101 |
Color Harmonies of #F06EE4
Complementary color
Monochromatic Colors of #F06EE4
Black with #F06EE4
Text Example
Text Example
White with #F06EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EE4; }
p { color: rgb(240,110,228); }
H1.HeaderClassName
{
color: #F06EE4;
}
.AnyTagClassName
{
color: #F06EE4;
}
</style>
background-color css
<style>
a { background-color: #F06EE4; }
a { background-color: rgb(240,110,228); }
div.DivClassName
{
background-color: #F06EE4;
}
.BgClassName
{
background-color: #F06EE4;
}
</style>
border-color css
<style>
span { border-color: #F06EE4; }
span { border-color: rgb(240,110,228); }
td.TdClassName
{
border-color: #F06EE4;
}
.TagClassName
{
border-color: #F06EE4;
}
</style>