Shades of Violet #F077EE
Tints of Violet #F077EE
RGB
CMYK
RGB Variations
Color information
#F077EE (or 0xF077EE) is known color: Violet. HEX triplet: F0, 77 and EE. RGB value is (240,119,238). Sum of RGB (Red+Green+Blue) = 240+119+238=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F077EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077EE is #0F8811. Grayscale: #A8A8A8. Windows color (decimal): -1017874 or 15628272. OLE color: 15628272.
HSL color Cylindrical-coordinate representation of color #F077EE: hue angle of 300.99º 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 #F077EE is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 238 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.06 |
| HSL | 300.99º | 0.8% | 0.7% | - |
| HSV(B) | 300.99º | 0.5% | 0.94% | - |
| XYZ | 57.96 | 37.89 | 85.15 | - |
| YUV | 168.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 238 | 0 | 0.50 | 0.01 | 0.06 | 300.99 | 0.8 | 0.7 |
| Hex | F0 | 77 | EE | 0 | 32 | 1 | 6 | 12D | 50 | 46 |
| Octal | 360 | 167 | 356 | 0 | 62 | 1 | 6 | 455 | 120 | 106 |
| Binary | 11110000 | 1110111 | 11101110 | 0 | 110010 | 1 | 110 | 100101101 | 1010000 | 1000110 |
Color Harmonies of #F077EE
Complementary color
Monochromatic Colors of #F077EE
Black with #F077EE
Text Example
Text Example
White with #F077EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077EE; }
p { color: rgb(240,119,238); }
H1.HeaderClassName
{
color: #F077EE;
}
.AnyTagClassName
{
color: #F077EE;
}
</style>
background-color css
<style>
a { background-color: #F077EE; }
a { background-color: rgb(240,119,238); }
div.DivClassName
{
background-color: #F077EE;
}
.BgClassName
{
background-color: #F077EE;
}
</style>
border-color css
<style>
span { border-color: #F077EE; }
span { border-color: rgb(240,119,238); }
td.TdClassName
{
border-color: #F077EE;
}
.TagClassName
{
border-color: #F077EE;
}
</style>