Shades of Violet #F096FE
Tints of Violet #F096FE
RGB
CMYK
RGB Variations
Color information
#F096FE (or 0xF096FE) is known color: Violet. HEX triplet: F0, 96 and FE. RGB value is (240,150,254). Sum of RGB (Red+Green+Blue) = 240+150+254=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #F096FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096FE is #0F6901. Grayscale: #BCBCBC. Windows color (decimal): -1009922 or 16684784. OLE color: 16684784.
HSL color Cylindrical-coordinate representation of color #F096FE: hue angle of 291.92º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F096FE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 150 | 254 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.00 |
| HSL | 291.92º | 0.98% | 0.79% | - |
| HSV(B) | 291.92º | 0.41% | 1% | - |
| XYZ | 64.73 | 47.49 | 99.52 | - |
| YUV | 188.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 254 | 0.06 | 0.41 | 0 | 0.00 | 291.92 | 0.98 | 0.79 |
| Hex | F0 | 96 | FE | 6 | 29 | 0 | 0 | 124 | 62 | 4F |
| Octal | 360 | 226 | 376 | 6 | 51 | 0 | 0 | 444 | 142 | 117 |
| Binary | 11110000 | 10010110 | 11111110 | 110 | 101001 | 0 | 0 | 100100100 | 1100010 | 1001111 |
Color Harmonies of #F096FE
Complementary color
Monochromatic Colors of #F096FE
Black with #F096FE
Text Example
Text Example
White with #F096FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096FE; }
p { color: rgb(240,150,254); }
H1.HeaderClassName
{
color: #F096FE;
}
.AnyTagClassName
{
color: #F096FE;
}
</style>
background-color css
<style>
a { background-color: #F096FE; }
a { background-color: rgb(240,150,254); }
div.DivClassName
{
background-color: #F096FE;
}
.BgClassName
{
background-color: #F096FE;
}
</style>
border-color css
<style>
span { border-color: #F096FE; }
span { border-color: rgb(240,150,254); }
td.TdClassName
{
border-color: #F096FE;
}
.TagClassName
{
border-color: #F096FE;
}
</style>