Shades of Violet #F096FF
Tints of Violet #F096FF
RGB
CMYK
RGB Variations
Color information
#F096FF (or 0xF096FF) is known color: Violet. HEX triplet: F0, 96 and FF. RGB value is (240,150,255). Sum of RGB (Red+Green+Blue) = 240+150+255=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 150 (58.98% from 255 or 23.26% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #F096FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096FF is #0F6900. Grayscale: #BCBCBC. Windows color (decimal): -1009921 or 16750320. OLE color: 16750320.
HSL color Cylindrical-coordinate representation of color #F096FF: hue angle of 291.43º 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 #F096FF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 150 | 255 | - |
| CMYK | 0.06 | 0.41 | 0 | 0 |
| HSL | 291.43º | 1% | 0.79% | - |
| HSV(B) | 291.43º | 0.41% | 1% | - |
| XYZ | 64.89 | 47.56 | 100.37 | - |
| YUV | 188.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 255 | 0.06 | 0.41 | 0 | 0 | 291.43 | 1 | 0.79 |
| Hex | F0 | 96 | FF | 6 | 29 | 0 | 0 | 123 | 64 | 4F |
| Octal | 360 | 226 | 377 | 6 | 51 | 0 | 0 | 443 | 144 | 117 |
| Binary | 11110000 | 10010110 | 11111111 | 110 | 101001 | 0 | 0 | 100100011 | 1100100 | 1001111 |
Color Harmonies of #F096FF
Complementary color
Monochromatic Colors of #F096FF
Black with #F096FF
Text Example
Text Example
White with #F096FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096FF; }
p { color: rgb(240,150,255); }
H1.HeaderClassName
{
color: #F096FF;
}
.AnyTagClassName
{
color: #F096FF;
}
</style>
background-color css
<style>
a { background-color: #F096FF; }
a { background-color: rgb(240,150,255); }
div.DivClassName
{
background-color: #F096FF;
}
.BgClassName
{
background-color: #F096FF;
}
</style>
border-color css
<style>
span { border-color: #F096FF; }
span { border-color: rgb(240,150,255); }
td.TdClassName
{
border-color: #F096FF;
}
.TagClassName
{
border-color: #F096FF;
}
</style>