Shades of Violet #F696FB
Tints of Violet #F696FB
RGB
CMYK
RGB Variations
Color information
#F696FB (or 0xF696FB) is known color: Violet. HEX triplet: F6, 96 and FB. RGB value is (246,150,251). Sum of RGB (Red+Green+Blue) = 246+150+251=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 150 (58.98% from 255 or 23.18% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #F696FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696FB is #096904. Grayscale: #BDBDBD. Windows color (decimal): -616709 or 16488182. OLE color: 16488182.
HSL color Cylindrical-coordinate representation of color #F696FB: hue angle of 297.03º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F696FB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 150 | 251 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.02 |
| HSL | 297.03º | 0.93% | 0.79% | - |
| HSV(B) | 297.03º | 0.4% | 0.98% | - |
| XYZ | 66.32 | 48.37 | 97.11 | - |
| YUV | 190.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 251 | 0.02 | 0.40 | 0 | 0.02 | 297.03 | 0.93 | 0.79 |
| Hex | F6 | 96 | FB | 2 | 28 | 0 | 2 | 129 | 5D | 4F |
| Octal | 366 | 226 | 373 | 2 | 50 | 0 | 2 | 451 | 135 | 117 |
| Binary | 11110110 | 10010110 | 11111011 | 10 | 101000 | 0 | 10 | 100101001 | 1011101 | 1001111 |
Color Harmonies of #F696FB
Complementary color
Monochromatic Colors of #F696FB
Black with #F696FB
Text Example
Text Example
White with #F696FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696FB; }
p { color: rgb(246,150,251); }
H1.HeaderClassName
{
color: #F696FB;
}
.AnyTagClassName
{
color: #F696FB;
}
</style>
background-color css
<style>
a { background-color: #F696FB; }
a { background-color: rgb(246,150,251); }
div.DivClassName
{
background-color: #F696FB;
}
.BgClassName
{
background-color: #F696FB;
}
</style>
border-color css
<style>
span { border-color: #F696FB; }
span { border-color: rgb(246,150,251); }
td.TdClassName
{
border-color: #F696FB;
}
.TagClassName
{
border-color: #F696FB;
}
</style>