Shades of Illusion #F096B0
Tints of Illusion #F096B0
RGB
CMYK
RGB Variations
Color information
#F096B0 (or 0xF096B0) is known color: Illusion. HEX triplet: F0, 96 and B0. RGB value is (240,150,176). Sum of RGB (Red+Green+Blue) = 240+150+176=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F096B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096B0 is #0F694F. Grayscale: #B3B3B3. Windows color (decimal): -1010000 or 11572976. OLE color: 11572976.
HSL color Cylindrical-coordinate representation of color #F096B0: hue angle of 342.67º 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 #F096B0 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 176 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.06 |
| HSL | 342.67º | 0.75% | 0.76% | - |
| HSV(B) | 342.67º | 0.38% | 0.94% | - |
| XYZ | 54.68 | 43.47 | 46.58 | - |
| YUV | 179.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 176 | 0 | 0.37 | 0.27 | 0.06 | 342.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | B0 | 0 | 25 | 1B | 6 | 157 | 4B | 4C |
| Octal | 360 | 226 | 260 | 0 | 45 | 33 | 6 | 527 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10110000 | 0 | 100101 | 11011 | 110 | 101010111 | 1001011 | 1001100 |
Color Harmonies of #F096B0
Complementary color
Monochromatic Colors of #F096B0
Black with #F096B0
Text Example
Text Example
White with #F096B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096B0; }
p { color: rgb(240,150,176); }
H1.HeaderClassName
{
color: #F096B0;
}
.AnyTagClassName
{
color: #F096B0;
}
</style>
background-color css
<style>
a { background-color: #F096B0; }
a { background-color: rgb(240,150,176); }
div.DivClassName
{
background-color: #F096B0;
}
.BgClassName
{
background-color: #F096B0;
}
</style>
border-color css
<style>
span { border-color: #F096B0; }
span { border-color: rgb(240,150,176); }
td.TdClassName
{
border-color: #F096B0;
}
.TagClassName
{
border-color: #F096B0;
}
</style>