Shades of Violet #F077EC
Tints of Violet #F077EC
RGB
CMYK
RGB Variations
Color information
#F077EC (or 0xF077EC) is known color: Violet. HEX triplet: F0, 77 and EC. RGB value is (240,119,236). Sum of RGB (Red+Green+Blue) = 240+119+236=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 119 (46.88% from 255 or 20% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F077EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077EC is #0F8813. Grayscale: #A8A8A8. Windows color (decimal): -1017876 or 15497200. OLE color: 15497200.
HSL color Cylindrical-coordinate representation of color #F077EC: hue angle of 301.98º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077EC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 236 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.06 |
| HSL | 301.98º | 0.8% | 0.7% | - |
| HSV(B) | 301.98º | 0.5% | 0.94% | - |
| XYZ | 57.67 | 37.78 | 83.61 | - |
| YUV | 168.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 236 | 0 | 0.50 | 0.02 | 0.06 | 301.98 | 0.8 | 0.7 |
| Hex | F0 | 77 | EC | 0 | 32 | 2 | 6 | 12E | 50 | 46 |
| Octal | 360 | 167 | 354 | 0 | 62 | 2 | 6 | 456 | 120 | 106 |
| Binary | 11110000 | 1110111 | 11101100 | 0 | 110010 | 10 | 110 | 100101110 | 1010000 | 1000110 |
Color Harmonies of #F077EC
Complementary color
Monochromatic Colors of #F077EC
Black with #F077EC
Text Example
Text Example
White with #F077EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077EC; }
p { color: rgb(240,119,236); }
H1.HeaderClassName
{
color: #F077EC;
}
.AnyTagClassName
{
color: #F077EC;
}
</style>
background-color css
<style>
a { background-color: #F077EC; }
a { background-color: rgb(240,119,236); }
div.DivClassName
{
background-color: #F077EC;
}
.BgClassName
{
background-color: #F077EC;
}
</style>
border-color css
<style>
span { border-color: #F077EC; }
span { border-color: rgb(240,119,236); }
td.TdClassName
{
border-color: #F077EC;
}
.TagClassName
{
border-color: #F077EC;
}
</style>