Shades of Violet #F996FE
Tints of Violet #F996FE
RGB
CMYK
RGB Variations
Color information
#F996FE (or 0xF996FE) is known color: Violet. HEX triplet: F9, 96 and FE. RGB value is (249,150,254). Sum of RGB (Red+Green+Blue) = 249+150+254=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 150 (58.98% from 255 or 22.97% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #F996FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996FE is #066901. Grayscale: #BFBFBF. Windows color (decimal): -420098 or 16684793. OLE color: 16684793.
HSL color Cylindrical-coordinate representation of color #F996FE: hue angle of 297.12º 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 #F996FE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 150 | 254 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.00 |
| HSL | 297.12º | 0.98% | 0.79% | - |
| HSV(B) | 297.12º | 0.41% | 1% | - |
| XYZ | 67.86 | 49.11 | 99.67 | - |
| YUV | 191.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 254 | 0.02 | 0.41 | 0 | 0.00 | 297.12 | 0.98 | 0.79 |
| Hex | F9 | 96 | FE | 2 | 29 | 0 | 0 | 129 | 62 | 4F |
| Octal | 371 | 226 | 376 | 2 | 51 | 0 | 0 | 451 | 142 | 117 |
| Binary | 11111001 | 10010110 | 11111110 | 10 | 101001 | 0 | 0 | 100101001 | 1100010 | 1001111 |
Color Harmonies of #F996FE
Complementary color
Monochromatic Colors of #F996FE
Black with #F996FE
Text Example
Text Example
White with #F996FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996FE; }
p { color: rgb(249,150,254); }
H1.HeaderClassName
{
color: #F996FE;
}
.AnyTagClassName
{
color: #F996FE;
}
</style>
background-color css
<style>
a { background-color: #F996FE; }
a { background-color: rgb(249,150,254); }
div.DivClassName
{
background-color: #F996FE;
}
.BgClassName
{
background-color: #F996FE;
}
</style>
border-color css
<style>
span { border-color: #F996FE; }
span { border-color: rgb(249,150,254); }
td.TdClassName
{
border-color: #F996FE;
}
.TagClassName
{
border-color: #F996FE;
}
</style>