Shades of Violet #F096FA
Tints of Violet #F096FA
RGB
CMYK
RGB Variations
Color information
#F096FA (or 0xF096FA) is known color: Violet. HEX triplet: F0, 96 and FA. RGB value is (240,150,250). Sum of RGB (Red+Green+Blue) = 240+150+250=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 150 (58.98% from 255 or 23.44% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #F096FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096FA is #0F6905. Grayscale: #BCBCBC. Windows color (decimal): -1009926 or 16422640. OLE color: 16422640.
HSL color Cylindrical-coordinate representation of color #F096FA: hue angle of 294º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F096FA is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 150 | 250 | - |
| CMYK | 0.04 | 0.4 | 0 | 0.02 |
| HSL | 294º | 0.91% | 0.78% | - |
| HSV(B) | 294º | 0.4% | 0.98% | - |
| XYZ | 64.1 | 47.24 | 96.18 | - |
| YUV | 188.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 250 | 0.04 | 0.4 | 0 | 0.02 | 294 | 0.91 | 0.78 |
| Hex | F0 | 96 | FA | 4 | 28 | 0 | 2 | 126 | 5B | 4E |
| Octal | 360 | 226 | 372 | 4 | 50 | 0 | 2 | 446 | 133 | 116 |
| Binary | 11110000 | 10010110 | 11111010 | 100 | 101000 | 0 | 10 | 100100110 | 1011011 | 1001110 |
Color Harmonies of #F096FA
Complementary color
Monochromatic Colors of #F096FA
Black with #F096FA
Text Example
Text Example
White with #F096FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096FA; }
p { color: rgb(240,150,250); }
H1.HeaderClassName
{
color: #F096FA;
}
.AnyTagClassName
{
color: #F096FA;
}
</style>
background-color css
<style>
a { background-color: #F096FA; }
a { background-color: rgb(240,150,250); }
div.DivClassName
{
background-color: #F096FA;
}
.BgClassName
{
background-color: #F096FA;
}
</style>
border-color css
<style>
span { border-color: #F096FA; }
span { border-color: rgb(240,150,250); }
td.TdClassName
{
border-color: #F096FA;
}
.TagClassName
{
border-color: #F096FA;
}
</style>