Shades of Violet #F086E9
Tints of Violet #F086E9
RGB
CMYK
RGB Variations
Color information
#F086E9 (or 0xF086E9) is known color: Violet. HEX triplet: F0, 86 and E9. RGB value is (240,134,233). Sum of RGB (Red+Green+Blue) = 240+134+233=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F086E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086E9 is #0F7916. Grayscale: #B0B0B0. Windows color (decimal): -1014039 or 15304432. OLE color: 15304432.
HSL color Cylindrical-coordinate representation of color #F086E9: hue angle of 303.96º 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 #F086E9 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 233 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.06 |
| HSL | 303.96º | 0.78% | 0.73% | - |
| HSV(B) | 303.96º | 0.44% | 0.94% | - |
| XYZ | 59.17 | 41.46 | 81.97 | - |
| YUV | 176.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 233 | 0 | 0.44 | 0.03 | 0.06 | 303.96 | 0.78 | 0.73 |
| Hex | F0 | 86 | E9 | 0 | 2C | 3 | 6 | 130 | 4E | 49 |
| Octal | 360 | 206 | 351 | 0 | 54 | 3 | 6 | 460 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11101001 | 0 | 101100 | 11 | 110 | 100110000 | 1001110 | 1001001 |
Color Harmonies of #F086E9
Complementary color
Monochromatic Colors of #F086E9
Black with #F086E9
Text Example
Text Example
White with #F086E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086E9; }
p { color: rgb(240,134,233); }
H1.HeaderClassName
{
color: #F086E9;
}
.AnyTagClassName
{
color: #F086E9;
}
</style>
background-color css
<style>
a { background-color: #F086E9; }
a { background-color: rgb(240,134,233); }
div.DivClassName
{
background-color: #F086E9;
}
.BgClassName
{
background-color: #F086E9;
}
</style>
border-color css
<style>
span { border-color: #F086E9; }
span { border-color: rgb(240,134,233); }
td.TdClassName
{
border-color: #F086E9;
}
.TagClassName
{
border-color: #F086E9;
}
</style>