Shades of Violet #F080EC
Tints of Violet #F080EC
RGB
CMYK
RGB Variations
Color information
#F080EC (or 0xF080EC) is known color: Violet. HEX triplet: F0, 80 and EC. RGB value is (240,128,236). Sum of RGB (Red+Green+Blue) = 240+128+236=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F080EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080EC is #0F7F13. Grayscale: #ADADAD. Windows color (decimal): -1015572 or 15499504. OLE color: 15499504.
HSL color Cylindrical-coordinate representation of color #F080EC: hue angle of 302.14º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080EC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 236 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.06 |
| HSL | 302.14º | 0.79% | 0.72% | - |
| HSV(B) | 302.14º | 0.47% | 0.94% | - |
| XYZ | 58.79 | 40.02 | 83.98 | - |
| YUV | 173.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 236 | 0 | 0.47 | 0.02 | 0.06 | 302.14 | 0.79 | 0.72 |
| Hex | F0 | 80 | EC | 0 | 2F | 2 | 6 | 12E | 4F | 48 |
| Octal | 360 | 200 | 354 | 0 | 57 | 2 | 6 | 456 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11101100 | 0 | 101111 | 10 | 110 | 100101110 | 1001111 | 1001000 |
Color Harmonies of #F080EC
Complementary color
Monochromatic Colors of #F080EC
Black with #F080EC
Text Example
Text Example
White with #F080EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080EC; }
p { color: rgb(240,128,236); }
H1.HeaderClassName
{
color: #F080EC;
}
.AnyTagClassName
{
color: #F080EC;
}
</style>
background-color css
<style>
a { background-color: #F080EC; }
a { background-color: rgb(240,128,236); }
div.DivClassName
{
background-color: #F080EC;
}
.BgClassName
{
background-color: #F080EC;
}
</style>
border-color css
<style>
span { border-color: #F080EC; }
span { border-color: rgb(240,128,236); }
td.TdClassName
{
border-color: #F080EC;
}
.TagClassName
{
border-color: #F080EC;
}
</style>