Shades of Violet #F680EC
Tints of Violet #F680EC
RGB
CMYK
RGB Variations
Color information
#F680EC (or 0xF680EC) is known color: Violet. HEX triplet: F6, 80 and EC. RGB value is (246,128,236). Sum of RGB (Red+Green+Blue) = 246+128+236=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F680EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F680EC is #097F13. Grayscale: #AFAFAF. Windows color (decimal): -622356 or 15499510. OLE color: 15499510.
HSL color Cylindrical-coordinate representation of color #F680EC: hue angle of 305.08º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680EC is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 236 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.04 |
| HSL | 305.08º | 0.87% | 0.73% | - |
| HSV(B) | 305.08º | 0.48% | 0.96% | - |
| XYZ | 60.87 | 41.09 | 84.08 | - |
| YUV | 175.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 236 | 0 | 0.48 | 0.04 | 0.04 | 305.08 | 0.87 | 0.73 |
| Hex | F6 | 80 | EC | 0 | 30 | 4 | 4 | 131 | 57 | 49 |
| Octal | 366 | 200 | 354 | 0 | 60 | 4 | 4 | 461 | 127 | 111 |
| Binary | 11110110 | 10000000 | 11101100 | 0 | 110000 | 100 | 100 | 100110001 | 1010111 | 1001001 |
Color Harmonies of #F680EC
Complementary color
Monochromatic Colors of #F680EC
Black with #F680EC
Text Example
Text Example
White with #F680EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680EC; }
p { color: rgb(246,128,236); }
H1.HeaderClassName
{
color: #F680EC;
}
.AnyTagClassName
{
color: #F680EC;
}
</style>
background-color css
<style>
a { background-color: #F680EC; }
a { background-color: rgb(246,128,236); }
div.DivClassName
{
background-color: #F680EC;
}
.BgClassName
{
background-color: #F680EC;
}
</style>
border-color css
<style>
span { border-color: #F680EC; }
span { border-color: rgb(246,128,236); }
td.TdClassName
{
border-color: #F680EC;
}
.TagClassName
{
border-color: #F680EC;
}
</style>