Shades of Violet #F086E8
Tints of Violet #F086E8
RGB
CMYK
RGB Variations
Color information
#F086E8 (or 0xF086E8) is known color: Violet. HEX triplet: F0, 86 and E8. RGB value is (240,134,232). Sum of RGB (Red+Green+Blue) = 240+134+232=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F086E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086E8 is #0F7917. Grayscale: #B0B0B0. Windows color (decimal): -1014040 or 15238896. OLE color: 15238896.
HSL color Cylindrical-coordinate representation of color #F086E8: hue angle of 304.53º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086E8 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 232 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.06 |
| HSL | 304.53º | 0.78% | 0.73% | - |
| HSV(B) | 304.53º | 0.44% | 0.94% | - |
| XYZ | 59.03 | 41.4 | 81.22 | - |
| YUV | 176.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 232 | 0 | 0.44 | 0.03 | 0.06 | 304.53 | 0.78 | 0.73 |
| Hex | F0 | 86 | E8 | 0 | 2C | 3 | 6 | 131 | 4E | 49 |
| Octal | 360 | 206 | 350 | 0 | 54 | 3 | 6 | 461 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11101000 | 0 | 101100 | 11 | 110 | 100110001 | 1001110 | 1001001 |
Color Harmonies of #F086E8
Complementary color
Monochromatic Colors of #F086E8
Black with #F086E8
Text Example
Text Example
White with #F086E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086E8; }
p { color: rgb(240,134,232); }
H1.HeaderClassName
{
color: #F086E8;
}
.AnyTagClassName
{
color: #F086E8;
}
</style>
background-color css
<style>
a { background-color: #F086E8; }
a { background-color: rgb(240,134,232); }
div.DivClassName
{
background-color: #F086E8;
}
.BgClassName
{
background-color: #F086E8;
}
</style>
border-color css
<style>
span { border-color: #F086E8; }
span { border-color: rgb(240,134,232); }
td.TdClassName
{
border-color: #F086E8;
}
.TagClassName
{
border-color: #F086E8;
}
</style>