Shades of Violet #F696FE
Tints of Violet #F696FE
RGB
CMYK
RGB Variations
Color information
#F696FE (or 0xF696FE) is known color: Violet. HEX triplet: F6, 96 and FE. RGB value is (246,150,254). Sum of RGB (Red+Green+Blue) = 246+150+254=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 150 (58.98% from 255 or 23.08% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #F696FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696FE is #096901. Grayscale: #BEBEBE. Windows color (decimal): -616706 or 16684790. OLE color: 16684790.
HSL color Cylindrical-coordinate representation of color #F696FE: hue angle of 295.38º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F696FE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 150 | 254 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.00 |
| HSL | 295.38º | 0.98% | 0.79% | - |
| HSV(B) | 295.38º | 0.41% | 1% | - |
| XYZ | 66.8 | 48.56 | 99.62 | - |
| YUV | 190.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 254 | 0.03 | 0.41 | 0 | 0.00 | 295.38 | 0.98 | 0.79 |
| Hex | F6 | 96 | FE | 3 | 29 | 0 | 0 | 127 | 62 | 4F |
| Octal | 366 | 226 | 376 | 3 | 51 | 0 | 0 | 447 | 142 | 117 |
| Binary | 11110110 | 10010110 | 11111110 | 11 | 101001 | 0 | 0 | 100100111 | 1100010 | 1001111 |
Color Harmonies of #F696FE
Complementary color
Monochromatic Colors of #F696FE
Black with #F696FE
Text Example
Text Example
White with #F696FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696FE; }
p { color: rgb(246,150,254); }
H1.HeaderClassName
{
color: #F696FE;
}
.AnyTagClassName
{
color: #F696FE;
}
</style>
background-color css
<style>
a { background-color: #F696FE; }
a { background-color: rgb(246,150,254); }
div.DivClassName
{
background-color: #F696FE;
}
.BgClassName
{
background-color: #F696FE;
}
</style>
border-color css
<style>
span { border-color: #F696FE; }
span { border-color: rgb(246,150,254); }
td.TdClassName
{
border-color: #F696FE;
}
.TagClassName
{
border-color: #F696FE;
}
</style>