Shades of Violet #F696F7
Tints of Violet #F696F7
RGB
CMYK
RGB Variations
Color information
#F696F7 (or 0xF696F7) is known color: Violet. HEX triplet: F6, 96 and F7. RGB value is (246,150,247). Sum of RGB (Red+Green+Blue) = 246+150+247=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 150 (58.98% from 255 or 23.33% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #F696F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696F7 is #096908. Grayscale: #BDBDBD. Windows color (decimal): -616713 or 16226038. OLE color: 16226038.
HSL color Cylindrical-coordinate representation of color #F696F7: hue angle of 299.38º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696F7 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 150 | 247 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.03 |
| HSL | 299.38º | 0.86% | 0.78% | - |
| HSV(B) | 299.38º | 0.39% | 0.97% | - |
| XYZ | 65.7 | 48.12 | 93.82 | - |
| YUV | 189.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 247 | 0.00 | 0.39 | 0 | 0.03 | 299.38 | 0.86 | 0.78 |
| Hex | F6 | 96 | F7 | 0 | 27 | 0 | 3 | 12B | 56 | 4E |
| Octal | 366 | 226 | 367 | 0 | 47 | 0 | 3 | 453 | 126 | 116 |
| Binary | 11110110 | 10010110 | 11110111 | 0 | 100111 | 0 | 11 | 100101011 | 1010110 | 1001110 |
Color Harmonies of #F696F7
Complementary color
Monochromatic Colors of #F696F7
Black with #F696F7
Text Example
Text Example
White with #F696F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696F7; }
p { color: rgb(246,150,247); }
H1.HeaderClassName
{
color: #F696F7;
}
.AnyTagClassName
{
color: #F696F7;
}
</style>
background-color css
<style>
a { background-color: #F696F7; }
a { background-color: rgb(246,150,247); }
div.DivClassName
{
background-color: #F696F7;
}
.BgClassName
{
background-color: #F696F7;
}
</style>
border-color css
<style>
span { border-color: #F696F7; }
span { border-color: rgb(246,150,247); }
td.TdClassName
{
border-color: #F696F7;
}
.TagClassName
{
border-color: #F696F7;
}
</style>