Shades of Illusion #F096B6
Tints of Illusion #F096B6
RGB
CMYK
RGB Variations
Color information
#F096B6 (or 0xF096B6) is known color: Illusion. HEX triplet: F0, 96 and B6. RGB value is (240,150,182). Sum of RGB (Red+Green+Blue) = 240+150+182=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F096B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096B6 is #0F6949. Grayscale: #B4B4B4. Windows color (decimal): -1009994 or 11966192. OLE color: 11966192.
HSL color Cylindrical-coordinate representation of color #F096B6: hue angle of 338.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 #F096B6 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 182 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.06 |
| HSL | 338.67º | 0.75% | 0.76% | - |
| HSV(B) | 338.67º | 0.38% | 0.94% | - |
| XYZ | 55.29 | 43.72 | 49.78 | - |
| YUV | 180.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 182 | 0 | 0.37 | 0.24 | 0.06 | 338.67 | 0.75 | 0.76 |
| Hex | F0 | 96 | B6 | 0 | 25 | 18 | 6 | 153 | 4B | 4C |
| Octal | 360 | 226 | 266 | 0 | 45 | 30 | 6 | 523 | 113 | 114 |
| Binary | 11110000 | 10010110 | 10110110 | 0 | 100101 | 11000 | 110 | 101010011 | 1001011 | 1001100 |
Color Harmonies of #F096B6
Complementary color
Monochromatic Colors of #F096B6
Black with #F096B6
Text Example
Text Example
White with #F096B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096B6; }
p { color: rgb(240,150,182); }
H1.HeaderClassName
{
color: #F096B6;
}
.AnyTagClassName
{
color: #F096B6;
}
</style>
background-color css
<style>
a { background-color: #F096B6; }
a { background-color: rgb(240,150,182); }
div.DivClassName
{
background-color: #F096B6;
}
.BgClassName
{
background-color: #F096B6;
}
</style>
border-color css
<style>
span { border-color: #F096B6; }
span { border-color: rgb(240,150,182); }
td.TdClassName
{
border-color: #F096B6;
}
.TagClassName
{
border-color: #F096B6;
}
</style>