Shades of Violet #F096EB
Tints of Violet #F096EB
RGB
CMYK
RGB Variations
Color information
#F096EB (or 0xF096EB) is known color: Violet. HEX triplet: F0, 96 and EB. RGB value is (240,150,235). Sum of RGB (Red+Green+Blue) = 240+150+235=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F096EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096EB is #0F6914. Grayscale: #BABABA. Windows color (decimal): -1009941 or 15439600. OLE color: 15439600.
HSL color Cylindrical-coordinate representation of color #F096EB: hue angle of 303.33º 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 #F096EB is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 235 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.06 |
| HSL | 303.33º | 0.75% | 0.76% | - |
| HSV(B) | 303.33º | 0.38% | 0.94% | - |
| XYZ | 61.84 | 46.34 | 84.28 | - |
| YUV | 186.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 235 | 0 | 0.37 | 0.02 | 0.06 | 303.33 | 0.75 | 0.76 |
| Hex | F0 | 96 | EB | 0 | 25 | 2 | 6 | 12F | 4B | 4C |
| Octal | 360 | 226 | 353 | 0 | 45 | 2 | 6 | 457 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11101011 | 0 | 100101 | 10 | 110 | 100101111 | 1001011 | 1001100 |
Color Harmonies of #F096EB
Complementary color
Monochromatic Colors of #F096EB
Black with #F096EB
Text Example
Text Example
White with #F096EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096EB; }
p { color: rgb(240,150,235); }
H1.HeaderClassName
{
color: #F096EB;
}
.AnyTagClassName
{
color: #F096EB;
}
</style>
background-color css
<style>
a { background-color: #F096EB; }
a { background-color: rgb(240,150,235); }
div.DivClassName
{
background-color: #F096EB;
}
.BgClassName
{
background-color: #F096EB;
}
</style>
border-color css
<style>
span { border-color: #F096EB; }
span { border-color: rgb(240,150,235); }
td.TdClassName
{
border-color: #F096EB;
}
.TagClassName
{
border-color: #F096EB;
}
</style>