Shades of Violet #F070EC
Tints of Violet #F070EC
RGB
CMYK
RGB Variations
Color information
#F070EC (or 0xF070EC) is known color: Violet. HEX triplet: F0, 70 and EC. RGB value is (240,112,236). Sum of RGB (Red+Green+Blue) = 240+112+236=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F070EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F070EC is #0F8F13. Grayscale: #A4A4A4. Windows color (decimal): -1019668 or 15495408. OLE color: 15495408.
HSL color Cylindrical-coordinate representation of color #F070EC: hue angle of 301.88º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070EC is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 236 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.06 |
| HSL | 301.88º | 0.81% | 0.69% | - |
| HSV(B) | 301.88º | 0.53% | 0.94% | - |
| XYZ | 56.87 | 36.17 | 83.34 | - |
| YUV | 164.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 236 | 0 | 0.53 | 0.02 | 0.06 | 301.88 | 0.81 | 0.69 |
| Hex | F0 | 70 | EC | 0 | 35 | 2 | 6 | 12E | 51 | 45 |
| Octal | 360 | 160 | 354 | 0 | 65 | 2 | 6 | 456 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11101100 | 0 | 110101 | 10 | 110 | 100101110 | 1010001 | 1000101 |
Color Harmonies of #F070EC
Complementary color
Monochromatic Colors of #F070EC
Black with #F070EC
Text Example
Text Example
White with #F070EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070EC; }
p { color: rgb(240,112,236); }
H1.HeaderClassName
{
color: #F070EC;
}
.AnyTagClassName
{
color: #F070EC;
}
</style>
background-color css
<style>
a { background-color: #F070EC; }
a { background-color: rgb(240,112,236); }
div.DivClassName
{
background-color: #F070EC;
}
.BgClassName
{
background-color: #F070EC;
}
</style>
border-color css
<style>
span { border-color: #F070EC; }
span { border-color: rgb(240,112,236); }
td.TdClassName
{
border-color: #F070EC;
}
.TagClassName
{
border-color: #F070EC;
}
</style>