Shades of Violet #F080E8
Tints of Violet #F080E8
RGB
CMYK
RGB Variations
Color information
#F080E8 (or 0xF080E8) is known color: Violet. HEX triplet: F0, 80 and E8. RGB value is (240,128,232). Sum of RGB (Red+Green+Blue) = 240+128+232=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F080E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080E8 is #0F7F17. Grayscale: #ADADAD. Windows color (decimal): -1015576 or 15237360. OLE color: 15237360.
HSL color Cylindrical-coordinate representation of color #F080E8: hue angle of 304.29º 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 #F080E8 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 232 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.06 |
| HSL | 304.29º | 0.79% | 0.72% | - |
| HSV(B) | 304.29º | 0.47% | 0.94% | - |
| XYZ | 58.22 | 39.79 | 80.96 | - |
| YUV | 173.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 232 | 0 | 0.47 | 0.03 | 0.06 | 304.29 | 0.79 | 0.72 |
| Hex | F0 | 80 | E8 | 0 | 2F | 3 | 6 | 130 | 4F | 48 |
| Octal | 360 | 200 | 350 | 0 | 57 | 3 | 6 | 460 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11101000 | 0 | 101111 | 11 | 110 | 100110000 | 1001111 | 1001000 |
Color Harmonies of #F080E8
Complementary color
Monochromatic Colors of #F080E8
Black with #F080E8
Text Example
Text Example
White with #F080E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080E8; }
p { color: rgb(240,128,232); }
H1.HeaderClassName
{
color: #F080E8;
}
.AnyTagClassName
{
color: #F080E8;
}
</style>
background-color css
<style>
a { background-color: #F080E8; }
a { background-color: rgb(240,128,232); }
div.DivClassName
{
background-color: #F080E8;
}
.BgClassName
{
background-color: #F080E8;
}
</style>
border-color css
<style>
span { border-color: #F080E8; }
span { border-color: rgb(240,128,232); }
td.TdClassName
{
border-color: #F080E8;
}
.TagClassName
{
border-color: #F080E8;
}
</style>