Shades of Violet #F086F0
Tints of Violet #F086F0
RGB
CMYK
RGB Variations
Color information
#F086F0 (or 0xF086F0) is known color: Violet. HEX triplet: F0, 86 and F0. RGB value is (240,134,240). Sum of RGB (Red+Green+Blue) = 240+134+240=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F086F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086F0 is #0F790F. Grayscale: #B1B1B1. Windows color (decimal): -1014032 or 15763184. OLE color: 15763184.
HSL color Cylindrical-coordinate representation of color #F086F0: hue angle of 300º 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 #F086F0 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 240 | - |
| CMYK | 0 | 0.44 | 0 | 0.06 |
| HSL | 300º | 0.78% | 0.73% | - |
| HSV(B) | 300º | 0.44% | 0.94% | - |
| XYZ | 60.19 | 41.87 | 87.35 | - |
| YUV | 177.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 240 | 0 | 0.44 | 0 | 0.06 | 300 | 0.78 | 0.73 |
| Hex | F0 | 86 | F0 | 0 | 2C | 0 | 6 | 12C | 4E | 49 |
| Octal | 360 | 206 | 360 | 0 | 54 | 0 | 6 | 454 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11110000 | 0 | 101100 | 0 | 110 | 100101100 | 1001110 | 1001001 |
Color Harmonies of #F086F0
Complementary color
Monochromatic Colors of #F086F0
Black with #F086F0
Text Example
Text Example
White with #F086F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086F0; }
p { color: rgb(240,134,240); }
H1.HeaderClassName
{
color: #F086F0;
}
.AnyTagClassName
{
color: #F086F0;
}
</style>
background-color css
<style>
a { background-color: #F086F0; }
a { background-color: rgb(240,134,240); }
div.DivClassName
{
background-color: #F086F0;
}
.BgClassName
{
background-color: #F086F0;
}
</style>
border-color css
<style>
span { border-color: #F086F0; }
span { border-color: rgb(240,134,240); }
td.TdClassName
{
border-color: #F086F0;
}
.TagClassName
{
border-color: #F086F0;
}
</style>