Shades of Violet #F996FF
Tints of Violet #F996FF
RGB
CMYK
RGB Variations
Color information
#F996FF (or 0xF996FF) is known color: Violet. HEX triplet: F9, 96 and FF. RGB value is (249,150,255). Sum of RGB (Red+Green+Blue) = 249+150+255=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 150 (58.98% from 255 or 22.94% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #F996FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996FF is #066900. Grayscale: #BFBFBF. Windows color (decimal): -420097 or 16750329. OLE color: 16750329.
HSL color Cylindrical-coordinate representation of color #F996FF: hue angle of 296.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F996FF is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 150 | 255 | - |
| CMYK | 0.02 | 0.41 | 0 | 0 |
| HSL | 296.57º | 1% | 0.79% | - |
| HSV(B) | 296.57º | 0.41% | 1% | - |
| XYZ | 68.02 | 49.17 | 100.51 | - |
| YUV | 191.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 255 | 0.02 | 0.41 | 0 | 0 | 296.57 | 1 | 0.79 |
| Hex | F9 | 96 | FF | 2 | 29 | 0 | 0 | 129 | 64 | 4F |
| Octal | 371 | 226 | 377 | 2 | 51 | 0 | 0 | 451 | 144 | 117 |
| Binary | 11111001 | 10010110 | 11111111 | 10 | 101001 | 0 | 0 | 100101001 | 1100100 | 1001111 |
Color Harmonies of #F996FF
Complementary color
Monochromatic Colors of #F996FF
Black with #F996FF
Text Example
Text Example
White with #F996FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996FF; }
p { color: rgb(249,150,255); }
H1.HeaderClassName
{
color: #F996FF;
}
.AnyTagClassName
{
color: #F996FF;
}
</style>
background-color css
<style>
a { background-color: #F996FF; }
a { background-color: rgb(249,150,255); }
div.DivClassName
{
background-color: #F996FF;
}
.BgClassName
{
background-color: #F996FF;
}
</style>
border-color css
<style>
span { border-color: #F996FF; }
span { border-color: rgb(249,150,255); }
td.TdClassName
{
border-color: #F996FF;
}
.TagClassName
{
border-color: #F996FF;
}
</style>