Shades of Violet #F686F0
Tints of Violet #F686F0
RGB
CMYK
RGB Variations
Color information
#F686F0 (or 0xF686F0) is known color: Violet. HEX triplet: F6, 86 and F0. RGB value is (246,134,240). Sum of RGB (Red+Green+Blue) = 246+134+240=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 134 (52.73% from 255 or 21.61% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F686F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F686F0 is #09790F. Grayscale: #B3B3B3. Windows color (decimal): -620816 or 15763190. OLE color: 15763190.
HSL color Cylindrical-coordinate representation of color #F686F0: hue angle of 303.21º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686F0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 240 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.04 |
| HSL | 303.21º | 0.86% | 0.75% | - |
| HSV(B) | 303.21º | 0.46% | 0.96% | - |
| XYZ | 62.26 | 42.93 | 87.44 | - |
| YUV | 179.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 240 | 0 | 0.46 | 0.02 | 0.04 | 303.21 | 0.86 | 0.75 |
| Hex | F6 | 86 | F0 | 0 | 2E | 2 | 4 | 12F | 56 | 4B |
| Octal | 366 | 206 | 360 | 0 | 56 | 2 | 4 | 457 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11110000 | 0 | 101110 | 10 | 100 | 100101111 | 1010110 | 1001011 |
Color Harmonies of #F686F0
Complementary color
Monochromatic Colors of #F686F0
Black with #F686F0
Text Example
Text Example
White with #F686F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686F0; }
p { color: rgb(246,134,240); }
H1.HeaderClassName
{
color: #F686F0;
}
.AnyTagClassName
{
color: #F686F0;
}
</style>
background-color css
<style>
a { background-color: #F686F0; }
a { background-color: rgb(246,134,240); }
div.DivClassName
{
background-color: #F686F0;
}
.BgClassName
{
background-color: #F686F0;
}
</style>
border-color css
<style>
span { border-color: #F686F0; }
span { border-color: rgb(246,134,240); }
td.TdClassName
{
border-color: #F686F0;
}
.TagClassName
{
border-color: #F686F0;
}
</style>