Shades of Violet #F696F2
Tints of Violet #F696F2
RGB
CMYK
RGB Variations
Color information
#F696F2 (or 0xF696F2) is known color: Violet. HEX triplet: F6, 96 and F2. RGB value is (246,150,242). Sum of RGB (Red+Green+Blue) = 246+150+242=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F696F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696F2 is #09690D. Grayscale: #BCBCBC. Windows color (decimal): -616718 or 15898358. OLE color: 15898358.
HSL color Cylindrical-coordinate representation of color #F696F2: hue angle of 302.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696F2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 242 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.04 |
| HSL | 302.5º | 0.84% | 0.78% | - |
| HSV(B) | 302.5º | 0.39% | 0.96% | - |
| XYZ | 64.94 | 47.82 | 89.81 | - |
| YUV | 189.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 242 | 0 | 0.39 | 0.02 | 0.04 | 302.5 | 0.84 | 0.78 |
| Hex | F6 | 96 | F2 | 0 | 27 | 2 | 4 | 12E | 54 | 4E |
| Octal | 366 | 226 | 362 | 0 | 47 | 2 | 4 | 456 | 124 | 116 |
| Binary | 11110110 | 10010110 | 11110010 | 0 | 100111 | 10 | 100 | 100101110 | 1010100 | 1001110 |
Color Harmonies of #F696F2
Complementary color
Monochromatic Colors of #F696F2
Black with #F696F2
Text Example
Text Example
White with #F696F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696F2; }
p { color: rgb(246,150,242); }
H1.HeaderClassName
{
color: #F696F2;
}
.AnyTagClassName
{
color: #F696F2;
}
</style>
background-color css
<style>
a { background-color: #F696F2; }
a { background-color: rgb(246,150,242); }
div.DivClassName
{
background-color: #F696F2;
}
.BgClassName
{
background-color: #F696F2;
}
</style>
border-color css
<style>
span { border-color: #F696F2; }
span { border-color: rgb(246,150,242); }
td.TdClassName
{
border-color: #F696F2;
}
.TagClassName
{
border-color: #F696F2;
}
</style>