Shades of Illusion #F9A0A9
Tints of Illusion #F9A0A9
RGB
CMYK
RGB Variations
Color information
#F9A0A9 (or 0xF9A0A9) is known color: Illusion. HEX triplet: F9, A0 and A9. RGB value is (249,160,169). Sum of RGB (Red+Green+Blue) = 249+160+169=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A0A9 is #065F56. Grayscale: #BBBBBB. Windows color (decimal): -417623 or 11116793. OLE color: 11116793.
HSL color Cylindrical-coordinate representation of color #F9A0A9: hue angle of 353.93º 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 #F9A0A9 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 169 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.02 |
| HSL | 353.93º | 0.88% | 0.8% | - |
| HSV(B) | 353.93º | 0.36% | 0.98% | - |
| XYZ | 58.8 | 48.15 | 43.73 | - |
| YUV | 187.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 169 | 0 | 0.36 | 0.32 | 0.02 | 353.93 | 0.88 | 0.8 |
| Hex | F9 | A0 | A9 | 0 | 24 | 20 | 2 | 162 | 58 | 50 |
| Octal | 371 | 240 | 251 | 0 | 44 | 40 | 2 | 542 | 130 | 120 |
| Binary | 11111001 | 10100000 | 10101001 | 0 | 100100 | 100000 | 10 | 101100010 | 1011000 | 1010000 |
Color Harmonies of #F9A0A9
Complementary color
Monochromatic Colors of #F9A0A9
Black with #F9A0A9
Text Example
Text Example
White with #F9A0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A0A9; }
p { color: rgb(249,160,169); }
H1.HeaderClassName
{
color: #F9A0A9;
}
.AnyTagClassName
{
color: #F9A0A9;
}
</style>
background-color css
<style>
a { background-color: #F9A0A9; }
a { background-color: rgb(249,160,169); }
div.DivClassName
{
background-color: #F9A0A9;
}
.BgClassName
{
background-color: #F9A0A9;
}
</style>
border-color css
<style>
span { border-color: #F9A0A9; }
span { border-color: rgb(249,160,169); }
td.TdClassName
{
border-color: #F9A0A9;
}
.TagClassName
{
border-color: #F9A0A9;
}
</style>