Shades of Illusion #F09EAE
Tints of Illusion #F09EAE
RGB
CMYK
RGB Variations
Color information
#F09EAE (or 0xF09EAE) is known color: Illusion. HEX triplet: F0, 9E and AE. RGB value is (240,158,174). Sum of RGB (Red+Green+Blue) = 240+158+174=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09EAE is #0F6151. Grayscale: #B8B8B8. Windows color (decimal): -1007954 or 11443952. OLE color: 11443952.
HSL color Cylindrical-coordinate representation of color #F09EAE: hue angle of 348.29º 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 #F09EAE is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 174 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.06 |
| HSL | 348.29º | 0.73% | 0.78% | - |
| HSV(B) | 348.29º | 0.34% | 0.94% | - |
| XYZ | 55.8 | 46.03 | 45.99 | - |
| YUV | 184.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 174 | 0 | 0.34 | 0.28 | 0.06 | 348.29 | 0.73 | 0.78 |
| Hex | F0 | 9E | AE | 0 | 22 | 1C | 6 | 15C | 49 | 4E |
| Octal | 360 | 236 | 256 | 0 | 42 | 34 | 6 | 534 | 111 | 116 |
| Binary | 11110000 | 10011110 | 10101110 | 0 | 100010 | 11100 | 110 | 101011100 | 1001001 | 1001110 |
Color Harmonies of #F09EAE
Complementary color
Monochromatic Colors of #F09EAE
Black with #F09EAE
Text Example
Text Example
White with #F09EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EAE; }
p { color: rgb(240,158,174); }
H1.HeaderClassName
{
color: #F09EAE;
}
.AnyTagClassName
{
color: #F09EAE;
}
</style>
background-color css
<style>
a { background-color: #F09EAE; }
a { background-color: rgb(240,158,174); }
div.DivClassName
{
background-color: #F09EAE;
}
.BgClassName
{
background-color: #F09EAE;
}
</style>
border-color css
<style>
span { border-color: #F09EAE; }
span { border-color: rgb(240,158,174); }
td.TdClassName
{
border-color: #F09EAE;
}
.TagClassName
{
border-color: #F09EAE;
}
</style>