Shades of Violet #F096F1
Tints of Violet #F096F1
RGB
CMYK
RGB Variations
Color information
#F096F1 (or 0xF096F1) is known color: Violet. HEX triplet: F0, 96 and F1. RGB value is (240,150,241). Sum of RGB (Red+Green+Blue) = 240+150+241=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #F096F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096F1 is #0F690E. Grayscale: #BBBBBB. Windows color (decimal): -1009935 or 15832816. OLE color: 15832816.
HSL color Cylindrical-coordinate representation of color #F096F1: hue angle of 299.34º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096F1 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 150 | 241 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.05 |
| HSL | 299.34º | 0.76% | 0.77% | - |
| HSV(B) | 299.34º | 0.38% | 0.95% | - |
| XYZ | 62.72 | 46.69 | 88.93 | - |
| YUV | 187.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 241 | 0.00 | 0.38 | 0 | 0.05 | 299.34 | 0.76 | 0.77 |
| Hex | F0 | 96 | F1 | 0 | 26 | 0 | 5 | 12B | 4C | 4D |
| Octal | 360 | 226 | 361 | 0 | 46 | 0 | 5 | 453 | 114 | 115 |
| Binary | 11110000 | 10010110 | 11110001 | 0 | 100110 | 0 | 101 | 100101011 | 1001100 | 1001101 |
Color Harmonies of #F096F1
Complementary color
Monochromatic Colors of #F096F1
Black with #F096F1
Text Example
Text Example
White with #F096F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096F1; }
p { color: rgb(240,150,241); }
H1.HeaderClassName
{
color: #F096F1;
}
.AnyTagClassName
{
color: #F096F1;
}
</style>
background-color css
<style>
a { background-color: #F096F1; }
a { background-color: rgb(240,150,241); }
div.DivClassName
{
background-color: #F096F1;
}
.BgClassName
{
background-color: #F096F1;
}
</style>
border-color css
<style>
span { border-color: #F096F1; }
span { border-color: rgb(240,150,241); }
td.TdClassName
{
border-color: #F096F1;
}
.TagClassName
{
border-color: #F096F1;
}
</style>