Shades of Violet #F096F0
Tints of Violet #F096F0
RGB
CMYK
RGB Variations
Color information
#F096F0 (or 0xF096F0) is known color: Violet. HEX triplet: F0, 96 and F0. RGB value is (240,150,240). Sum of RGB (Red+Green+Blue) = 240+150+240=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F096F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096F0 is #0F690F. Grayscale: #BABABA. Windows color (decimal): -1009936 or 15767280. OLE color: 15767280.
HSL color Cylindrical-coordinate representation of color #F096F0: hue angle of 300º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096F0 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 240 | - |
| CMYK | 0 | 0.37 | 0 | 0.06 |
| HSL | 300º | 0.75% | 0.76% | - |
| HSV(B) | 300º | 0.38% | 0.94% | - |
| XYZ | 62.57 | 46.63 | 88.14 | - |
| YUV | 187.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 240 | 0 | 0.37 | 0 | 0.06 | 300 | 0.75 | 0.76 |
| Hex | F0 | 96 | F0 | 0 | 25 | 0 | 6 | 12C | 4B | 4C |
| Octal | 360 | 226 | 360 | 0 | 45 | 0 | 6 | 454 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11110000 | 0 | 100101 | 0 | 110 | 100101100 | 1001011 | 1001100 |
Color Harmonies of #F096F0
Complementary color
Monochromatic Colors of #F096F0
Black with #F096F0
Text Example
Text Example
White with #F096F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096F0; }
p { color: rgb(240,150,240); }
H1.HeaderClassName
{
color: #F096F0;
}
.AnyTagClassName
{
color: #F096F0;
}
</style>
background-color css
<style>
a { background-color: #F096F0; }
a { background-color: rgb(240,150,240); }
div.DivClassName
{
background-color: #F096F0;
}
.BgClassName
{
background-color: #F096F0;
}
</style>
border-color css
<style>
span { border-color: #F096F0; }
span { border-color: rgb(240,150,240); }
td.TdClassName
{
border-color: #F096F0;
}
.TagClassName
{
border-color: #F096F0;
}
</style>