Shades of Violet #F08EFF
Tints of Violet #F08EFF
RGB
CMYK
RGB Variations
Color information
#F08EFF (or 0xF08EFF) is known color: Violet. HEX triplet: F0, 8E and FF. RGB value is (240,142,255). Sum of RGB (Red+Green+Blue) = 240+142+255=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 142 (55.86% from 255 or 22.29% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #F08EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08EFF is #0F7100. Grayscale: #B7B7B7. Windows color (decimal): -1011969 or 16748272. OLE color: 16748272.
HSL color Cylindrical-coordinate representation of color #F08EFF: hue angle of 292.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08EFF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 142 | 255 | - |
| CMYK | 0.06 | 0.44 | 0 | 0 |
| HSL | 292.04º | 1% | 0.78% | - |
| HSV(B) | 292.04º | 0.44% | 1% | - |
| XYZ | 63.66 | 45.09 | 99.96 | - |
| YUV | 184.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 255 | 0.06 | 0.44 | 0 | 0 | 292.04 | 1 | 0.78 |
| Hex | F0 | 8E | FF | 6 | 2C | 0 | 0 | 124 | 64 | 4E |
| Octal | 360 | 216 | 377 | 6 | 54 | 0 | 0 | 444 | 144 | 116 |
| Binary | 11110000 | 10001110 | 11111111 | 110 | 101100 | 0 | 0 | 100100100 | 1100100 | 1001110 |
Color Harmonies of #F08EFF
Complementary color
Monochromatic Colors of #F08EFF
Black with #F08EFF
Text Example
Text Example
White with #F08EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08EFF; }
p { color: rgb(240,142,255); }
H1.HeaderClassName
{
color: #F08EFF;
}
.AnyTagClassName
{
color: #F08EFF;
}
</style>
background-color css
<style>
a { background-color: #F08EFF; }
a { background-color: rgb(240,142,255); }
div.DivClassName
{
background-color: #F08EFF;
}
.BgClassName
{
background-color: #F08EFF;
}
</style>
border-color css
<style>
span { border-color: #F08EFF; }
span { border-color: rgb(240,142,255); }
td.TdClassName
{
border-color: #F08EFF;
}
.TagClassName
{
border-color: #F08EFF;
}
</style>