Shades of Violet #F086FF
Tints of Violet #F086FF
RGB
CMYK
RGB Variations
Color information
#F086FF (or 0xF086FF) is known color: Violet. HEX triplet: F0, 86 and FF. RGB value is (240,134,255). Sum of RGB (Red+Green+Blue) = 240+134+255=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 134 (52.73% from 255 or 21.30% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #F086FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086FF is #0F7900. Grayscale: #B3B3B3. Windows color (decimal): -1014017 or 16746224. OLE color: 16746224.
HSL color Cylindrical-coordinate representation of color #F086FF: hue angle of 292.56º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F086FF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 134 | 255 | - |
| CMYK | 0.06 | 0.47 | 0 | 0 |
| HSL | 292.56º | 1% | 0.76% | - |
| HSV(B) | 292.56º | 0.47% | 1% | - |
| XYZ | 62.51 | 42.8 | 99.57 | - |
| YUV | 179.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 255 | 0.06 | 0.47 | 0 | 0 | 292.56 | 1 | 0.76 |
| Hex | F0 | 86 | FF | 6 | 2F | 0 | 0 | 125 | 64 | 4C |
| Octal | 360 | 206 | 377 | 6 | 57 | 0 | 0 | 445 | 144 | 114 |
| Binary | 11110000 | 10000110 | 11111111 | 110 | 101111 | 0 | 0 | 100100101 | 1100100 | 1001100 |
Color Harmonies of #F086FF
Complementary color
Monochromatic Colors of #F086FF
Black with #F086FF
Text Example
Text Example
White with #F086FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086FF; }
p { color: rgb(240,134,255); }
H1.HeaderClassName
{
color: #F086FF;
}
.AnyTagClassName
{
color: #F086FF;
}
</style>
background-color css
<style>
a { background-color: #F086FF; }
a { background-color: rgb(240,134,255); }
div.DivClassName
{
background-color: #F086FF;
}
.BgClassName
{
background-color: #F086FF;
}
</style>
border-color css
<style>
span { border-color: #F086FF; }
span { border-color: rgb(240,134,255); }
td.TdClassName
{
border-color: #F086FF;
}
.TagClassName
{
border-color: #F086FF;
}
</style>