Shades of Violet #F680EF
Tints of Violet #F680EF
RGB
CMYK
RGB Variations
Color information
#F680EF (or 0xF680EF) is known color: Violet. HEX triplet: F6, 80 and EF. RGB value is (246,128,239). Sum of RGB (Red+Green+Blue) = 246+128+239=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F680EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F680EF is #097F10. Grayscale: #AFAFAF. Windows color (decimal): -622353 or 15696118. OLE color: 15696118.
HSL color Cylindrical-coordinate representation of color #F680EF: hue angle of 303.56º 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 #F680EF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 239 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.04 |
| HSL | 303.56º | 0.87% | 0.73% | - |
| HSV(B) | 303.56º | 0.48% | 0.96% | - |
| XYZ | 61.31 | 41.26 | 86.39 | - |
| YUV | 175.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 239 | 0 | 0.48 | 0.03 | 0.04 | 303.56 | 0.87 | 0.73 |
| Hex | F6 | 80 | EF | 0 | 30 | 3 | 4 | 130 | 57 | 49 |
| Octal | 366 | 200 | 357 | 0 | 60 | 3 | 4 | 460 | 127 | 111 |
| Binary | 11110110 | 10000000 | 11101111 | 0 | 110000 | 11 | 100 | 100110000 | 1010111 | 1001001 |
Color Harmonies of #F680EF
Complementary color
Monochromatic Colors of #F680EF
Black with #F680EF
Text Example
Text Example
White with #F680EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680EF; }
p { color: rgb(246,128,239); }
H1.HeaderClassName
{
color: #F680EF;
}
.AnyTagClassName
{
color: #F680EF;
}
</style>
background-color css
<style>
a { background-color: #F680EF; }
a { background-color: rgb(246,128,239); }
div.DivClassName
{
background-color: #F680EF;
}
.BgClassName
{
background-color: #F680EF;
}
</style>
border-color css
<style>
span { border-color: #F680EF; }
span { border-color: rgb(246,128,239); }
td.TdClassName
{
border-color: #F680EF;
}
.TagClassName
{
border-color: #F680EF;
}
</style>