Shades of Violet #F686ED
Tints of Violet #F686ED
RGB
CMYK
RGB Variations
Color information
#F686ED (or 0xF686ED) is known color: Violet. HEX triplet: F6, 86 and ED. RGB value is (246,134,237). Sum of RGB (Red+Green+Blue) = 246+134+237=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 134 (52.73% from 255 or 21.72% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F686ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F686ED is #097912. Grayscale: #B2B2B2. Windows color (decimal): -620819 or 15566582. OLE color: 15566582.
HSL color Cylindrical-coordinate representation of color #F686ED: hue angle of 304.82º 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 #F686ED is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 237 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.04 |
| HSL | 304.82º | 0.86% | 0.75% | - |
| HSV(B) | 304.82º | 0.46% | 0.96% | - |
| XYZ | 61.82 | 42.76 | 85.12 | - |
| YUV | 179.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 237 | 0 | 0.46 | 0.04 | 0.04 | 304.82 | 0.86 | 0.75 |
| Hex | F6 | 86 | ED | 0 | 2E | 4 | 4 | 131 | 56 | 4B |
| Octal | 366 | 206 | 355 | 0 | 56 | 4 | 4 | 461 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11101101 | 0 | 101110 | 100 | 100 | 100110001 | 1010110 | 1001011 |
Color Harmonies of #F686ED
Complementary color
Monochromatic Colors of #F686ED
Black with #F686ED
Text Example
Text Example
White with #F686ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686ED; }
p { color: rgb(246,134,237); }
H1.HeaderClassName
{
color: #F686ED;
}
.AnyTagClassName
{
color: #F686ED;
}
</style>
background-color css
<style>
a { background-color: #F686ED; }
a { background-color: rgb(246,134,237); }
div.DivClassName
{
background-color: #F686ED;
}
.BgClassName
{
background-color: #F686ED;
}
</style>
border-color css
<style>
span { border-color: #F686ED; }
span { border-color: rgb(246,134,237); }
td.TdClassName
{
border-color: #F686ED;
}
.TagClassName
{
border-color: #F686ED;
}
</style>