Shades of Violet #F076EE
Tints of Violet #F076EE
RGB
CMYK
RGB Variations
Color information
#F076EE (or 0xF076EE) is known color: Violet. HEX triplet: F0, 76 and EE. RGB value is (240,118,238). Sum of RGB (Red+Green+Blue) = 240+118+238=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 118 (46.48% from 255 or 19.80% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F076EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F076EE is #0F8911. Grayscale: #A7A7A7. Windows color (decimal): -1018130 or 15628016. OLE color: 15628016.
HSL color Cylindrical-coordinate representation of color #F076EE: hue angle of 300.98º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076EE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 238 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.06 |
| HSL | 300.98º | 0.8% | 0.7% | - |
| HSV(B) | 300.98º | 0.51% | 0.94% | - |
| XYZ | 57.85 | 37.66 | 85.11 | - |
| YUV | 168.16 | 167.42 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 238 | 0 | 0.51 | 0.01 | 0.06 | 300.98 | 0.8 | 0.7 |
| Hex | F0 | 76 | EE | 0 | 33 | 1 | 6 | 12D | 50 | 46 |
| Octal | 360 | 166 | 356 | 0 | 63 | 1 | 6 | 455 | 120 | 106 |
| Binary | 11110000 | 1110110 | 11101110 | 0 | 110011 | 1 | 110 | 100101101 | 1010000 | 1000110 |
Color Harmonies of #F076EE
Complementary color
Monochromatic Colors of #F076EE
Black with #F076EE
Text Example
Text Example
White with #F076EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076EE; }
p { color: rgb(240,118,238); }
H1.HeaderClassName
{
color: #F076EE;
}
.AnyTagClassName
{
color: #F076EE;
}
</style>
background-color css
<style>
a { background-color: #F076EE; }
a { background-color: rgb(240,118,238); }
div.DivClassName
{
background-color: #F076EE;
}
.BgClassName
{
background-color: #F076EE;
}
</style>
border-color css
<style>
span { border-color: #F076EE; }
span { border-color: rgb(240,118,238); }
td.TdClassName
{
border-color: #F076EE;
}
.TagClassName
{
border-color: #F076EE;
}
</style>