Shades of Illusion #F1A1AA
Tints of Illusion #F1A1AA
RGB
CMYK
RGB Variations
Color information
#F1A1AA (or 0xF1A1AA) is known color: Illusion. HEX triplet: F1, A1 and AA. RGB value is (241,161,170). Sum of RGB (Red+Green+Blue) = 241+161+170=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A1AA is #0E5E55. Grayscale: #B9B9B9. Windows color (decimal): -941654 or 11182577. OLE color: 11182577.
HSL color Cylindrical-coordinate representation of color #F1A1AA: hue angle of 353.25º 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 #F1A1AA is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 170 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.05 |
| HSL | 353.25º | 0.74% | 0.79% | - |
| HSV(B) | 353.25º | 0.33% | 0.95% | - |
| XYZ | 56.28 | 47.09 | 44.15 | - |
| YUV | 185.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 170 | 0 | 0.33 | 0.29 | 0.05 | 353.25 | 0.74 | 0.79 |
| Hex | F1 | A1 | AA | 0 | 21 | 1D | 5 | 161 | 4A | 4F |
| Octal | 361 | 241 | 252 | 0 | 41 | 35 | 5 | 541 | 112 | 117 |
| Binary | 11110001 | 10100001 | 10101010 | 0 | 100001 | 11101 | 101 | 101100001 | 1001010 | 1001111 |
Color Harmonies of #F1A1AA
Complementary color
Monochromatic Colors of #F1A1AA
Black with #F1A1AA
Text Example
Text Example
White with #F1A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A1AA; }
p { color: rgb(241,161,170); }
H1.HeaderClassName
{
color: #F1A1AA;
}
.AnyTagClassName
{
color: #F1A1AA;
}
</style>
background-color css
<style>
a { background-color: #F1A1AA; }
a { background-color: rgb(241,161,170); }
div.DivClassName
{
background-color: #F1A1AA;
}
.BgClassName
{
background-color: #F1A1AA;
}
</style>
border-color css
<style>
span { border-color: #F1A1AA; }
span { border-color: rgb(241,161,170); }
td.TdClassName
{
border-color: #F1A1AA;
}
.TagClassName
{
border-color: #F1A1AA;
}
</style>