Shades of Violet #F686FB
Tints of Violet #F686FB
RGB
CMYK
RGB Variations
Color information
#F686FB (or 0xF686FB) is known color: Violet. HEX triplet: F6, 86 and FB. RGB value is (246,134,251). Sum of RGB (Red+Green+Blue) = 246+134+251=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 134 (52.73% from 255 or 21.24% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #F686FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F686FB is #097904. Grayscale: #B4B4B4. Windows color (decimal): -620805 or 16484086. OLE color: 16484086.
HSL color Cylindrical-coordinate representation of color #F686FB: hue angle of 297.44º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F686FB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 134 | 251 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.02 |
| HSL | 297.44º | 0.94% | 0.75% | - |
| HSV(B) | 297.44º | 0.47% | 0.98% | - |
| XYZ | 63.94 | 43.61 | 96.31 | - |
| YUV | 180.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 251 | 0.02 | 0.47 | 0 | 0.02 | 297.44 | 0.94 | 0.75 |
| Hex | F6 | 86 | FB | 2 | 2F | 0 | 2 | 129 | 5E | 4B |
| Octal | 366 | 206 | 373 | 2 | 57 | 0 | 2 | 451 | 136 | 113 |
| Binary | 11110110 | 10000110 | 11111011 | 10 | 101111 | 0 | 10 | 100101001 | 1011110 | 1001011 |
Color Harmonies of #F686FB
Complementary color
Monochromatic Colors of #F686FB
Black with #F686FB
Text Example
Text Example
White with #F686FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686FB; }
p { color: rgb(246,134,251); }
H1.HeaderClassName
{
color: #F686FB;
}
.AnyTagClassName
{
color: #F686FB;
}
</style>
background-color css
<style>
a { background-color: #F686FB; }
a { background-color: rgb(246,134,251); }
div.DivClassName
{
background-color: #F686FB;
}
.BgClassName
{
background-color: #F686FB;
}
</style>
border-color css
<style>
span { border-color: #F686FB; }
span { border-color: rgb(246,134,251); }
td.TdClassName
{
border-color: #F686FB;
}
.TagClassName
{
border-color: #F686FB;
}
</style>