Shades of Illusion #F9A0AA
Tints of Illusion #F9A0AA
RGB
CMYK
RGB Variations
Color information
#F9A0AA (or 0xF9A0AA) is known color: Illusion. HEX triplet: F9, A0 and AA. RGB value is (249,160,170). Sum of RGB (Red+Green+Blue) = 249+160+170=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A0AA is #065F55. Grayscale: #BBBBBB. Windows color (decimal): -417622 or 11182329. OLE color: 11182329.
HSL color Cylindrical-coordinate representation of color #F9A0AA: hue angle of 353.26º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A0AA is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 170 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.02 |
| HSL | 353.26º | 0.88% | 0.8% | - |
| HSV(B) | 353.26º | 0.36% | 0.98% | - |
| XYZ | 58.89 | 48.18 | 44.23 | - |
| YUV | 187.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 170 | 0 | 0.36 | 0.32 | 0.02 | 353.26 | 0.88 | 0.8 |
| Hex | F9 | A0 | AA | 0 | 24 | 20 | 2 | 161 | 58 | 50 |
| Octal | 371 | 240 | 252 | 0 | 44 | 40 | 2 | 541 | 130 | 120 |
| Binary | 11111001 | 10100000 | 10101010 | 0 | 100100 | 100000 | 10 | 101100001 | 1011000 | 1010000 |
Color Harmonies of #F9A0AA
Complementary color
Monochromatic Colors of #F9A0AA
Black with #F9A0AA
Text Example
Text Example
White with #F9A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A0AA; }
p { color: rgb(249,160,170); }
H1.HeaderClassName
{
color: #F9A0AA;
}
.AnyTagClassName
{
color: #F9A0AA;
}
</style>
background-color css
<style>
a { background-color: #F9A0AA; }
a { background-color: rgb(249,160,170); }
div.DivClassName
{
background-color: #F9A0AA;
}
.BgClassName
{
background-color: #F9A0AA;
}
</style>
border-color css
<style>
span { border-color: #F9A0AA; }
span { border-color: rgb(249,160,170); }
td.TdClassName
{
border-color: #F9A0AA;
}
.TagClassName
{
border-color: #F9A0AA;
}
</style>