Shades of Illusion #F0A4AD
Tints of Illusion #F0A4AD
RGB
CMYK
RGB Variations
Color information
#F0A4AD (or 0xF0A4AD) is known color: Illusion. HEX triplet: F0, A4 and AD. RGB value is (240,164,173). Sum of RGB (Red+Green+Blue) = 240+164+173=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A4AD is #0F5B52. Grayscale: #BBBBBB. Windows color (decimal): -1006419 or 11379952. OLE color: 11379952.
HSL color Cylindrical-coordinate representation of color #F0A4AD: hue angle of 352.89º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A4AD is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 173 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.06 |
| HSL | 352.89º | 0.72% | 0.79% | - |
| HSV(B) | 352.89º | 0.32% | 0.94% | - |
| XYZ | 56.75 | 48.09 | 45.83 | - |
| YUV | 187.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 173 | 0 | 0.32 | 0.28 | 0.06 | 352.89 | 0.72 | 0.79 |
| Hex | F0 | A4 | AD | 0 | 20 | 1C | 6 | 161 | 48 | 4F |
| Octal | 360 | 244 | 255 | 0 | 40 | 34 | 6 | 541 | 110 | 117 |
| Binary | 11110000 | 10100100 | 10101101 | 0 | 100000 | 11100 | 110 | 101100001 | 1001000 | 1001111 |
Color Harmonies of #F0A4AD
Complementary color
Monochromatic Colors of #F0A4AD
Black with #F0A4AD
Text Example
Text Example
White with #F0A4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A4AD; }
p { color: rgb(240,164,173); }
H1.HeaderClassName
{
color: #F0A4AD;
}
.AnyTagClassName
{
color: #F0A4AD;
}
</style>
background-color css
<style>
a { background-color: #F0A4AD; }
a { background-color: rgb(240,164,173); }
div.DivClassName
{
background-color: #F0A4AD;
}
.BgClassName
{
background-color: #F0A4AD;
}
</style>
border-color css
<style>
span { border-color: #F0A4AD; }
span { border-color: rgb(240,164,173); }
td.TdClassName
{
border-color: #F0A4AD;
}
.TagClassName
{
border-color: #F0A4AD;
}
</style>