Shades of Violet #F073EC
Tints of Violet #F073EC
RGB
CMYK
RGB Variations
Color information
#F073EC (or 0xF073EC) is known color: Violet. HEX triplet: F0, 73 and EC. RGB value is (240,115,236). Sum of RGB (Red+Green+Blue) = 240+115+236=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F073EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073EC is #0F8C13. Grayscale: #A5A5A5. Windows color (decimal): -1018900 or 15496176. OLE color: 15496176.
HSL color Cylindrical-coordinate representation of color #F073EC: hue angle of 301.92º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073EC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 236 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.06 |
| HSL | 301.92º | 0.81% | 0.7% | - |
| HSV(B) | 301.92º | 0.52% | 0.94% | - |
| XYZ | 57.21 | 36.84 | 83.45 | - |
| YUV | 166.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 236 | 0 | 0.52 | 0.02 | 0.06 | 301.92 | 0.81 | 0.7 |
| Hex | F0 | 73 | EC | 0 | 34 | 2 | 6 | 12E | 51 | 46 |
| Octal | 360 | 163 | 354 | 0 | 64 | 2 | 6 | 456 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11101100 | 0 | 110100 | 10 | 110 | 100101110 | 1010001 | 1000110 |
Color Harmonies of #F073EC
Complementary color
Monochromatic Colors of #F073EC
Black with #F073EC
Text Example
Text Example
White with #F073EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073EC; }
p { color: rgb(240,115,236); }
H1.HeaderClassName
{
color: #F073EC;
}
.AnyTagClassName
{
color: #F073EC;
}
</style>
background-color css
<style>
a { background-color: #F073EC; }
a { background-color: rgb(240,115,236); }
div.DivClassName
{
background-color: #F073EC;
}
.BgClassName
{
background-color: #F073EC;
}
</style>
border-color css
<style>
span { border-color: #F073EC; }
span { border-color: rgb(240,115,236); }
td.TdClassName
{
border-color: #F073EC;
}
.TagClassName
{
border-color: #F073EC;
}
</style>