Shades of Illusion #F09FAE
Tints of Illusion #F09FAE
RGB
CMYK
RGB Variations
Color information
#F09FAE (or 0xF09FAE) is known color: Illusion. HEX triplet: F0, 9F and AE. RGB value is (240,159,174). Sum of RGB (Red+Green+Blue) = 240+159+174=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09FAE is #0F6051. Grayscale: #B8B8B8. Windows color (decimal): -1007698 or 11444208. OLE color: 11444208.
HSL color Cylindrical-coordinate representation of color #F09FAE: hue angle of 348.89º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FAE is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 174 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.06 |
| HSL | 348.89º | 0.73% | 0.78% | - |
| HSV(B) | 348.89º | 0.34% | 0.94% | - |
| XYZ | 55.97 | 46.38 | 46.05 | - |
| YUV | 184.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 174 | 0 | 0.34 | 0.28 | 0.06 | 348.89 | 0.73 | 0.78 |
| Hex | F0 | 9F | AE | 0 | 22 | 1C | 6 | 15D | 49 | 4E |
| Octal | 360 | 237 | 256 | 0 | 42 | 34 | 6 | 535 | 111 | 116 |
| Binary | 11110000 | 10011111 | 10101110 | 0 | 100010 | 11100 | 110 | 101011101 | 1001001 | 1001110 |
Color Harmonies of #F09FAE
Complementary color
Monochromatic Colors of #F09FAE
Black with #F09FAE
Text Example
Text Example
White with #F09FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FAE; }
p { color: rgb(240,159,174); }
H1.HeaderClassName
{
color: #F09FAE;
}
.AnyTagClassName
{
color: #F09FAE;
}
</style>
background-color css
<style>
a { background-color: #F09FAE; }
a { background-color: rgb(240,159,174); }
div.DivClassName
{
background-color: #F09FAE;
}
.BgClassName
{
background-color: #F09FAE;
}
</style>
border-color css
<style>
span { border-color: #F09FAE; }
span { border-color: rgb(240,159,174); }
td.TdClassName
{
border-color: #F09FAE;
}
.TagClassName
{
border-color: #F09FAE;
}
</style>