Shades of Violet #F680F9
Tints of Violet #F680F9
RGB
CMYK
RGB Variations
Color information
#F680F9 (or 0xF680F9) is known color: Violet. HEX triplet: F6, 80 and F9. RGB value is (246,128,249). Sum of RGB (Red+Green+Blue) = 246+128+249=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #F680F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F680F9 is #097F06. Grayscale: #B0B0B0. Windows color (decimal): -622343 or 16351478. OLE color: 16351478.
HSL color Cylindrical-coordinate representation of color #F680F9: hue angle of 298.51º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F680F9 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 128 | 249 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.02 |
| HSL | 298.51º | 0.91% | 0.74% | - |
| HSV(B) | 298.51º | 0.49% | 0.98% | - |
| XYZ | 62.82 | 41.87 | 94.39 | - |
| YUV | 177.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 249 | 0.01 | 0.49 | 0 | 0.02 | 298.51 | 0.91 | 0.74 |
| Hex | F6 | 80 | F9 | 1 | 31 | 0 | 2 | 12B | 5B | 4A |
| Octal | 366 | 200 | 371 | 1 | 61 | 0 | 2 | 453 | 133 | 112 |
| Binary | 11110110 | 10000000 | 11111001 | 1 | 110001 | 0 | 10 | 100101011 | 1011011 | 1001010 |
Color Harmonies of #F680F9
Complementary color
Monochromatic Colors of #F680F9
Black with #F680F9
Text Example
Text Example
White with #F680F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680F9; }
p { color: rgb(246,128,249); }
H1.HeaderClassName
{
color: #F680F9;
}
.AnyTagClassName
{
color: #F680F9;
}
</style>
background-color css
<style>
a { background-color: #F680F9; }
a { background-color: rgb(246,128,249); }
div.DivClassName
{
background-color: #F680F9;
}
.BgClassName
{
background-color: #F680F9;
}
</style>
border-color css
<style>
span { border-color: #F680F9; }
span { border-color: rgb(246,128,249); }
td.TdClassName
{
border-color: #F680F9;
}
.TagClassName
{
border-color: #F680F9;
}
</style>