Shades of Violet #F077EF
Tints of Violet #F077EF
RGB
CMYK
RGB Variations
Color information
#F077EF (or 0xF077EF) is known color: Violet. HEX triplet: F0, 77 and EF. RGB value is (240,119,239). Sum of RGB (Red+Green+Blue) = 240+119+239=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 119 (46.88% from 255 or 19.90% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F077EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077EF is #0F8810. Grayscale: #A8A8A8. Windows color (decimal): -1017873 or 15693808. OLE color: 15693808.
HSL color Cylindrical-coordinate representation of color #F077EF: hue angle of 300.5º 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 #F077EF is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 239 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.06 |
| HSL | 300.5º | 0.8% | 0.7% | - |
| HSV(B) | 300.5º | 0.5% | 0.94% | - |
| XYZ | 58.11 | 37.95 | 85.92 | - |
| YUV | 168.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 239 | 0 | 0.50 | 0.00 | 0.06 | 300.5 | 0.8 | 0.7 |
| Hex | F0 | 77 | EF | 0 | 32 | 0 | 6 | 12C | 50 | 46 |
| Octal | 360 | 167 | 357 | 0 | 62 | 0 | 6 | 454 | 120 | 106 |
| Binary | 11110000 | 1110111 | 11101111 | 0 | 110010 | 0 | 110 | 100101100 | 1010000 | 1000110 |
Color Harmonies of #F077EF
Complementary color
Monochromatic Colors of #F077EF
Black with #F077EF
Text Example
Text Example
White with #F077EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077EF; }
p { color: rgb(240,119,239); }
H1.HeaderClassName
{
color: #F077EF;
}
.AnyTagClassName
{
color: #F077EF;
}
</style>
background-color css
<style>
a { background-color: #F077EF; }
a { background-color: rgb(240,119,239); }
div.DivClassName
{
background-color: #F077EF;
}
.BgClassName
{
background-color: #F077EF;
}
</style>
border-color css
<style>
span { border-color: #F077EF; }
span { border-color: rgb(240,119,239); }
td.TdClassName
{
border-color: #F077EF;
}
.TagClassName
{
border-color: #F077EF;
}
</style>