Shades of Illusion #F09EAA
Tints of Illusion #F09EAA
RGB
CMYK
RGB Variations
Color information
#F09EAA (or 0xF09EAA) is known color: Illusion. HEX triplet: F0, 9E and AA. RGB value is (240,158,170). Sum of RGB (Red+Green+Blue) = 240+158+170=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09EAA is #0F6155. Grayscale: #B7B7B7. Windows color (decimal): -1007958 or 11181808. OLE color: 11181808.
HSL color Cylindrical-coordinate representation of color #F09EAA: hue angle of 351.22º 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 #F09EAA is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 170 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.06 |
| HSL | 351.22º | 0.73% | 0.78% | - |
| HSV(B) | 351.22º | 0.34% | 0.94% | - |
| XYZ | 55.42 | 45.88 | 43.97 | - |
| YUV | 183.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 170 | 0 | 0.34 | 0.29 | 0.06 | 351.22 | 0.73 | 0.78 |
| Hex | F0 | 9E | AA | 0 | 22 | 1D | 6 | 15F | 49 | 4E |
| Octal | 360 | 236 | 252 | 0 | 42 | 35 | 6 | 537 | 111 | 116 |
| Binary | 11110000 | 10011110 | 10101010 | 0 | 100010 | 11101 | 110 | 101011111 | 1001001 | 1001110 |
Color Harmonies of #F09EAA
Complementary color
Monochromatic Colors of #F09EAA
Black with #F09EAA
Text Example
Text Example
White with #F09EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EAA; }
p { color: rgb(240,158,170); }
H1.HeaderClassName
{
color: #F09EAA;
}
.AnyTagClassName
{
color: #F09EAA;
}
</style>
background-color css
<style>
a { background-color: #F09EAA; }
a { background-color: rgb(240,158,170); }
div.DivClassName
{
background-color: #F09EAA;
}
.BgClassName
{
background-color: #F09EAA;
}
</style>
border-color css
<style>
span { border-color: #F09EAA; }
span { border-color: rgb(240,158,170); }
td.TdClassName
{
border-color: #F09EAA;
}
.TagClassName
{
border-color: #F09EAA;
}
</style>