Shades of Illusion #F1A1A9
Tints of Illusion #F1A1A9
RGB
CMYK
RGB Variations
Color information
#F1A1A9 (or 0xF1A1A9) is known color: Illusion. HEX triplet: F1, A1 and A9. RGB value is (241,161,169). Sum of RGB (Red+Green+Blue) = 241+161+169=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A1A9 is #0E5E56. Grayscale: #B9B9B9. Windows color (decimal): -941655 or 11117041. OLE color: 11117041.
HSL color Cylindrical-coordinate representation of color #F1A1A9: hue angle of 354º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A1A9 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 169 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.05 |
| HSL | 354º | 0.74% | 0.79% | - |
| HSV(B) | 354º | 0.33% | 0.95% | - |
| XYZ | 56.18 | 47.06 | 43.66 | - |
| YUV | 185.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 169 | 0 | 0.33 | 0.30 | 0.05 | 354 | 0.74 | 0.79 |
| Hex | F1 | A1 | A9 | 0 | 21 | 1E | 5 | 162 | 4A | 4F |
| Octal | 361 | 241 | 251 | 0 | 41 | 36 | 5 | 542 | 112 | 117 |
| Binary | 11110001 | 10100001 | 10101001 | 0 | 100001 | 11110 | 101 | 101100010 | 1001010 | 1001111 |
Color Harmonies of #F1A1A9
Complementary color
Monochromatic Colors of #F1A1A9
Black with #F1A1A9
Text Example
Text Example
White with #F1A1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A1A9; }
p { color: rgb(241,161,169); }
H1.HeaderClassName
{
color: #F1A1A9;
}
.AnyTagClassName
{
color: #F1A1A9;
}
</style>
background-color css
<style>
a { background-color: #F1A1A9; }
a { background-color: rgb(241,161,169); }
div.DivClassName
{
background-color: #F1A1A9;
}
.BgClassName
{
background-color: #F1A1A9;
}
</style>
border-color css
<style>
span { border-color: #F1A1A9; }
span { border-color: rgb(241,161,169); }
td.TdClassName
{
border-color: #F1A1A9;
}
.TagClassName
{
border-color: #F1A1A9;
}
</style>