Shades of Violet #F696FA
Tints of Violet #F696FA
RGB
CMYK
RGB Variations
Color information
#F696FA (or 0xF696FA) is known color: Violet. HEX triplet: F6, 96 and FA. RGB value is (246,150,250). Sum of RGB (Red+Green+Blue) = 246+150+250=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 150 (58.98% from 255 or 23.22% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #F696FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696FA is #096905. Grayscale: #BDBDBD. Windows color (decimal): -616710 or 16422646. OLE color: 16422646.
HSL color Cylindrical-coordinate representation of color #F696FA: hue angle of 297.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F696FA is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 150 | 250 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.02 |
| HSL | 297.6º | 0.91% | 0.78% | - |
| HSV(B) | 297.6º | 0.4% | 0.98% | - |
| XYZ | 66.17 | 48.31 | 96.28 | - |
| YUV | 190.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 250 | 0.02 | 0.4 | 0 | 0.02 | 297.6 | 0.91 | 0.78 |
| Hex | F6 | 96 | FA | 2 | 28 | 0 | 2 | 12A | 5B | 4E |
| Octal | 366 | 226 | 372 | 2 | 50 | 0 | 2 | 452 | 133 | 116 |
| Binary | 11110110 | 10010110 | 11111010 | 10 | 101000 | 0 | 10 | 100101010 | 1011011 | 1001110 |
Color Harmonies of #F696FA
Complementary color
Monochromatic Colors of #F696FA
Black with #F696FA
Text Example
Text Example
White with #F696FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696FA; }
p { color: rgb(246,150,250); }
H1.HeaderClassName
{
color: #F696FA;
}
.AnyTagClassName
{
color: #F696FA;
}
</style>
background-color css
<style>
a { background-color: #F696FA; }
a { background-color: rgb(246,150,250); }
div.DivClassName
{
background-color: #F696FA;
}
.BgClassName
{
background-color: #F696FA;
}
</style>
border-color css
<style>
span { border-color: #F696FA; }
span { border-color: rgb(246,150,250); }
td.TdClassName
{
border-color: #F696FA;
}
.TagClassName
{
border-color: #F696FA;
}
</style>