Shades of Illusion #F0A1AE
Tints of Illusion #F0A1AE
RGB
CMYK
RGB Variations
Color information
#F0A1AE (or 0xF0A1AE) is known color: Illusion. HEX triplet: F0, A1 and AE. RGB value is (240,161,174). Sum of RGB (Red+Green+Blue) = 240+161+174=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A1AE is #0F5E51. Grayscale: #BABABA. Windows color (decimal): -1007186 or 11444720. OLE color: 11444720.
HSL color Cylindrical-coordinate representation of color #F0A1AE: hue angle of 350.13º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1AE is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 174 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.06 |
| HSL | 350.13º | 0.72% | 0.79% | - |
| HSV(B) | 350.13º | 0.33% | 0.94% | - |
| XYZ | 56.32 | 47.07 | 46.16 | - |
| YUV | 186.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 174 | 0 | 0.33 | 0.28 | 0.06 | 350.13 | 0.72 | 0.79 |
| Hex | F0 | A1 | AE | 0 | 21 | 1C | 6 | 15E | 48 | 4F |
| Octal | 360 | 241 | 256 | 0 | 41 | 34 | 6 | 536 | 110 | 117 |
| Binary | 11110000 | 10100001 | 10101110 | 0 | 100001 | 11100 | 110 | 101011110 | 1001000 | 1001111 |
Color Harmonies of #F0A1AE
Complementary color
Monochromatic Colors of #F0A1AE
Black with #F0A1AE
Text Example
Text Example
White with #F0A1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A1AE; }
p { color: rgb(240,161,174); }
H1.HeaderClassName
{
color: #F0A1AE;
}
.AnyTagClassName
{
color: #F0A1AE;
}
</style>
background-color css
<style>
a { background-color: #F0A1AE; }
a { background-color: rgb(240,161,174); }
div.DivClassName
{
background-color: #F0A1AE;
}
.BgClassName
{
background-color: #F0A1AE;
}
</style>
border-color css
<style>
span { border-color: #F0A1AE; }
span { border-color: rgb(240,161,174); }
td.TdClassName
{
border-color: #F0A1AE;
}
.TagClassName
{
border-color: #F0A1AE;
}
</style>