Shades of Illusion #F0A0AE
Tints of Illusion #F0A0AE
RGB
CMYK
RGB Variations
Color information
#F0A0AE (or 0xF0A0AE) is known color: Illusion. HEX triplet: F0, A0 and AE. RGB value is (240,160,174). Sum of RGB (Red+Green+Blue) = 240+160+174=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A0AE is #0F5F51. Grayscale: #B9B9B9. Windows color (decimal): -1007442 or 11444464. OLE color: 11444464.
HSL color Cylindrical-coordinate representation of color #F0A0AE: hue angle of 349.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0AE is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 174 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.06 |
| HSL | 349.5º | 0.73% | 0.78% | - |
| HSV(B) | 349.5º | 0.33% | 0.94% | - |
| XYZ | 56.15 | 46.72 | 46.1 | - |
| YUV | 185.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 174 | 0 | 0.33 | 0.28 | 0.06 | 349.5 | 0.73 | 0.78 |
| Hex | F0 | A0 | AE | 0 | 21 | 1C | 6 | 15E | 49 | 4E |
| Octal | 360 | 240 | 256 | 0 | 41 | 34 | 6 | 536 | 111 | 116 |
| Binary | 11110000 | 10100000 | 10101110 | 0 | 100001 | 11100 | 110 | 101011110 | 1001001 | 1001110 |
Color Harmonies of #F0A0AE
Complementary color
Monochromatic Colors of #F0A0AE
Black with #F0A0AE
Text Example
Text Example
White with #F0A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A0AE; }
p { color: rgb(240,160,174); }
H1.HeaderClassName
{
color: #F0A0AE;
}
.AnyTagClassName
{
color: #F0A0AE;
}
</style>
background-color css
<style>
a { background-color: #F0A0AE; }
a { background-color: rgb(240,160,174); }
div.DivClassName
{
background-color: #F0A0AE;
}
.BgClassName
{
background-color: #F0A0AE;
}
</style>
border-color css
<style>
span { border-color: #F0A0AE; }
span { border-color: rgb(240,160,174); }
td.TdClassName
{
border-color: #F0A0AE;
}
.TagClassName
{
border-color: #F0A0AE;
}
</style>