Shades of Illusion #F090B6
Tints of Illusion #F090B6
RGB
CMYK
RGB Variations
Color information
#F090B6 (or 0xF090B6) is known color: Illusion. HEX triplet: F0, 90 and B6. RGB value is (240,144,182). Sum of RGB (Red+Green+Blue) = 240+144+182=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F090B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090B6 is #0F6F49. Grayscale: #B0B0B0. Windows color (decimal): -1011530 or 11964656. OLE color: 11964656.
HSL color Cylindrical-coordinate representation of color #F090B6: hue angle of 336.25º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090B6 is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 182 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.06 |
| HSL | 336.25º | 0.76% | 0.75% | - |
| HSV(B) | 336.25º | 0.4% | 0.94% | - |
| XYZ | 54.35 | 41.85 | 49.47 | - |
| YUV | 177.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 182 | 0 | 0.4 | 0.24 | 0.06 | 336.25 | 0.76 | 0.75 |
| Hex | F0 | 90 | B6 | 0 | 28 | 18 | 6 | 150 | 4C | 4B |
| Octal | 360 | 220 | 266 | 0 | 50 | 30 | 6 | 520 | 114 | 113 |
| Binary | 11110000 | 10010000 | 10110110 | 0 | 101000 | 11000 | 110 | 101010000 | 1001100 | 1001011 |
Color Harmonies of #F090B6
Complementary color
Monochromatic Colors of #F090B6
Black with #F090B6
Text Example
Text Example
White with #F090B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090B6; }
p { color: rgb(240,144,182); }
H1.HeaderClassName
{
color: #F090B6;
}
.AnyTagClassName
{
color: #F090B6;
}
</style>
background-color css
<style>
a { background-color: #F090B6; }
a { background-color: rgb(240,144,182); }
div.DivClassName
{
background-color: #F090B6;
}
.BgClassName
{
background-color: #F090B6;
}
</style>
border-color css
<style>
span { border-color: #F090B6; }
span { border-color: rgb(240,144,182); }
td.TdClassName
{
border-color: #F090B6;
}
.TagClassName
{
border-color: #F090B6;
}
</style>