Shades of Violet #F685EE
Tints of Violet #F685EE
RGB
CMYK
RGB Variations
Color information
#F685EE (or 0xF685EE) is known color: Violet. HEX triplet: F6, 85 and EE. RGB value is (246,133,238). Sum of RGB (Red+Green+Blue) = 246+133+238=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F685EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F685EE is #097A11. Grayscale: #B2B2B2. Windows color (decimal): -621074 or 15631862. OLE color: 15631862.
HSL color Cylindrical-coordinate representation of color #F685EE: hue angle of 304.25º 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 #F685EE is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 238 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.04 |
| HSL | 304.25º | 0.86% | 0.74% | - |
| HSV(B) | 304.25º | 0.46% | 0.96% | - |
| XYZ | 61.83 | 42.54 | 85.84 | - |
| YUV | 178.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 238 | 0 | 0.46 | 0.03 | 0.04 | 304.25 | 0.86 | 0.74 |
| Hex | F6 | 85 | EE | 0 | 2E | 3 | 4 | 130 | 56 | 4A |
| Octal | 366 | 205 | 356 | 0 | 56 | 3 | 4 | 460 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11101110 | 0 | 101110 | 11 | 100 | 100110000 | 1010110 | 1001010 |
Color Harmonies of #F685EE
Complementary color
Monochromatic Colors of #F685EE
Black with #F685EE
Text Example
Text Example
White with #F685EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685EE; }
p { color: rgb(246,133,238); }
H1.HeaderClassName
{
color: #F685EE;
}
.AnyTagClassName
{
color: #F685EE;
}
</style>
background-color css
<style>
a { background-color: #F685EE; }
a { background-color: rgb(246,133,238); }
div.DivClassName
{
background-color: #F685EE;
}
.BgClassName
{
background-color: #F685EE;
}
</style>
border-color css
<style>
span { border-color: #F685EE; }
span { border-color: rgb(246,133,238); }
td.TdClassName
{
border-color: #F685EE;
}
.TagClassName
{
border-color: #F685EE;
}
</style>