Shades of Violet #F680F7
Tints of Violet #F680F7
RGB
CMYK
RGB Variations
Color information
#F680F7 (or 0xF680F7) is known color: Violet. HEX triplet: F6, 80 and F7. RGB value is (246,128,247). Sum of RGB (Red+Green+Blue) = 246+128+247=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 247 - color contains mainly: blue. Hex color #F680F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F680F7 is #097F08. Grayscale: #B0B0B0. Windows color (decimal): -622345 or 16220406. OLE color: 16220406.
HSL color Cylindrical-coordinate representation of color #F680F7: hue angle of 299.5º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680F7 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 128 | 247 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.03 |
| HSL | 299.5º | 0.88% | 0.74% | - |
| HSV(B) | 299.5º | 0.48% | 0.97% | - |
| XYZ | 62.51 | 41.75 | 92.76 | - |
| YUV | 176.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 247 | 0.00 | 0.48 | 0 | 0.03 | 299.5 | 0.88 | 0.74 |
| Hex | F6 | 80 | F7 | 0 | 30 | 0 | 3 | 12B | 58 | 4A |
| Octal | 366 | 200 | 367 | 0 | 60 | 0 | 3 | 453 | 130 | 112 |
| Binary | 11110110 | 10000000 | 11110111 | 0 | 110000 | 0 | 11 | 100101011 | 1011000 | 1001010 |
Color Harmonies of #F680F7
Complementary color
Monochromatic Colors of #F680F7
Black with #F680F7
Text Example
Text Example
White with #F680F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680F7; }
p { color: rgb(246,128,247); }
H1.HeaderClassName
{
color: #F680F7;
}
.AnyTagClassName
{
color: #F680F7;
}
</style>
background-color css
<style>
a { background-color: #F680F7; }
a { background-color: rgb(246,128,247); }
div.DivClassName
{
background-color: #F680F7;
}
.BgClassName
{
background-color: #F680F7;
}
</style>
border-color css
<style>
span { border-color: #F680F7; }
span { border-color: rgb(246,128,247); }
td.TdClassName
{
border-color: #F680F7;
}
.TagClassName
{
border-color: #F680F7;
}
</style>