Shades of Illusion #F0A5AE
Tints of Illusion #F0A5AE
RGB
CMYK
RGB Variations
Color information
#F0A5AE (or 0xF0A5AE) is known color: Illusion. HEX triplet: F0, A5 and AE. RGB value is (240,165,174). Sum of RGB (Red+Green+Blue) = 240+165+174=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A5AE is #0F5A51. Grayscale: #BCBCBC. Windows color (decimal): -1006162 or 11445744. OLE color: 11445744.
HSL color Cylindrical-coordinate representation of color #F0A5AE: hue angle of 352.8º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A5AE is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 174 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.06 |
| HSL | 352.8º | 0.71% | 0.79% | - |
| HSV(B) | 352.8º | 0.31% | 0.94% | - |
| XYZ | 57.03 | 48.49 | 46.4 | - |
| YUV | 188.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 174 | 0 | 0.31 | 0.28 | 0.06 | 352.8 | 0.71 | 0.79 |
| Hex | F0 | A5 | AE | 0 | 1F | 1C | 6 | 161 | 47 | 4F |
| Octal | 360 | 245 | 256 | 0 | 37 | 34 | 6 | 541 | 107 | 117 |
| Binary | 11110000 | 10100101 | 10101110 | 0 | 11111 | 11100 | 110 | 101100001 | 1000111 | 1001111 |
Color Harmonies of #F0A5AE
Complementary color
Monochromatic Colors of #F0A5AE
Black with #F0A5AE
Text Example
Text Example
White with #F0A5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A5AE; }
p { color: rgb(240,165,174); }
H1.HeaderClassName
{
color: #F0A5AE;
}
.AnyTagClassName
{
color: #F0A5AE;
}
</style>
background-color css
<style>
a { background-color: #F0A5AE; }
a { background-color: rgb(240,165,174); }
div.DivClassName
{
background-color: #F0A5AE;
}
.BgClassName
{
background-color: #F0A5AE;
}
</style>
border-color css
<style>
span { border-color: #F0A5AE; }
span { border-color: rgb(240,165,174); }
td.TdClassName
{
border-color: #F0A5AE;
}
.TagClassName
{
border-color: #F0A5AE;
}
</style>