Shades of Violet #F685F0
Tints of Violet #F685F0
RGB
CMYK
RGB Variations
Color information
#F685F0 (or 0xF685F0) is known color: Violet. HEX triplet: F6, 85 and F0. RGB value is (246,133,240). Sum of RGB (Red+Green+Blue) = 246+133+240=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 133 (52.34% from 255 or 21.49% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F685F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F685F0 is #097A0F. Grayscale: #B2B2B2. Windows color (decimal): -621072 or 15762934. OLE color: 15762934.
HSL color Cylindrical-coordinate representation of color #F685F0: hue angle of 303.19º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F685F0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 240 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.04 |
| HSL | 303.19º | 0.86% | 0.74% | - |
| HSV(B) | 303.19º | 0.46% | 0.96% | - |
| XYZ | 62.12 | 42.66 | 87.4 | - |
| YUV | 178.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 240 | 0 | 0.46 | 0.02 | 0.04 | 303.19 | 0.86 | 0.74 |
| Hex | F6 | 85 | F0 | 0 | 2E | 2 | 4 | 12F | 56 | 4A |
| Octal | 366 | 205 | 360 | 0 | 56 | 2 | 4 | 457 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11110000 | 0 | 101110 | 10 | 100 | 100101111 | 1010110 | 1001010 |
Color Harmonies of #F685F0
Complementary color
Monochromatic Colors of #F685F0
Black with #F685F0
Text Example
Text Example
White with #F685F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685F0; }
p { color: rgb(246,133,240); }
H1.HeaderClassName
{
color: #F685F0;
}
.AnyTagClassName
{
color: #F685F0;
}
</style>
background-color css
<style>
a { background-color: #F685F0; }
a { background-color: rgb(246,133,240); }
div.DivClassName
{
background-color: #F685F0;
}
.BgClassName
{
background-color: #F685F0;
}
</style>
border-color css
<style>
span { border-color: #F685F0; }
span { border-color: rgb(246,133,240); }
td.TdClassName
{
border-color: #F685F0;
}
.TagClassName
{
border-color: #F685F0;
}
</style>