Shades of Illusion #F09AB0
Tints of Illusion #F09AB0
RGB
CMYK
RGB Variations
Color information
#F09AB0 (or 0xF09AB0) is known color: Illusion. HEX triplet: F0, 9A and B0. RGB value is (240,154,176). Sum of RGB (Red+Green+Blue) = 240+154+176=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09AB0 is #0F654F. Grayscale: #B6B6B6. Windows color (decimal): -1008976 or 11574000. OLE color: 11574000.
HSL color Cylindrical-coordinate representation of color #F09AB0: hue angle of 344.65º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AB0 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 176 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.06 |
| HSL | 344.65º | 0.74% | 0.77% | - |
| HSV(B) | 344.65º | 0.36% | 0.94% | - |
| XYZ | 55.33 | 44.77 | 46.8 | - |
| YUV | 182.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 176 | 0 | 0.36 | 0.27 | 0.06 | 344.65 | 0.74 | 0.77 |
| Hex | F0 | 9A | B0 | 0 | 24 | 1B | 6 | 159 | 4A | 4D |
| Octal | 360 | 232 | 260 | 0 | 44 | 33 | 6 | 531 | 112 | 115 |
| Binary | 11110000 | 10011010 | 10110000 | 0 | 100100 | 11011 | 110 | 101011001 | 1001010 | 1001101 |
Color Harmonies of #F09AB0
Complementary color
Monochromatic Colors of #F09AB0
Black with #F09AB0
Text Example
Text Example
White with #F09AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09AB0; }
p { color: rgb(240,154,176); }
H1.HeaderClassName
{
color: #F09AB0;
}
.AnyTagClassName
{
color: #F09AB0;
}
</style>
background-color css
<style>
a { background-color: #F09AB0; }
a { background-color: rgb(240,154,176); }
div.DivClassName
{
background-color: #F09AB0;
}
.BgClassName
{
background-color: #F09AB0;
}
</style>
border-color css
<style>
span { border-color: #F09AB0; }
span { border-color: rgb(240,154,176); }
td.TdClassName
{
border-color: #F09AB0;
}
.TagClassName
{
border-color: #F09AB0;
}
</style>