Shades of Illusion #F1A1AE
Tints of Illusion #F1A1AE
RGB
CMYK
RGB Variations
Color information
#F1A1AE (or 0xF1A1AE) is known color: Illusion. HEX triplet: F1, A1 and AE. RGB value is (241,161,174). Sum of RGB (Red+Green+Blue) = 241+161+174=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A1AE is #0E5E51. Grayscale: #BABABA. Windows color (decimal): -941650 or 11444721. OLE color: 11444721.
HSL color Cylindrical-coordinate representation of color #F1A1AE: hue angle of 350.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 #F1A1AE is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 174 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.05 |
| HSL | 350.25º | 0.74% | 0.79% | - |
| HSV(B) | 350.25º | 0.33% | 0.95% | - |
| XYZ | 56.66 | 47.25 | 46.18 | - |
| YUV | 186.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 174 | 0 | 0.33 | 0.28 | 0.05 | 350.25 | 0.74 | 0.79 |
| Hex | F1 | A1 | AE | 0 | 21 | 1C | 5 | 15E | 4A | 4F |
| Octal | 361 | 241 | 256 | 0 | 41 | 34 | 5 | 536 | 112 | 117 |
| Binary | 11110001 | 10100001 | 10101110 | 0 | 100001 | 11100 | 101 | 101011110 | 1001010 | 1001111 |
Color Harmonies of #F1A1AE
Complementary color
Monochromatic Colors of #F1A1AE
Black with #F1A1AE
Text Example
Text Example
White with #F1A1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A1AE; }
p { color: rgb(241,161,174); }
H1.HeaderClassName
{
color: #F1A1AE;
}
.AnyTagClassName
{
color: #F1A1AE;
}
</style>
background-color css
<style>
a { background-color: #F1A1AE; }
a { background-color: rgb(241,161,174); }
div.DivClassName
{
background-color: #F1A1AE;
}
.BgClassName
{
background-color: #F1A1AE;
}
</style>
border-color css
<style>
span { border-color: #F1A1AE; }
span { border-color: rgb(241,161,174); }
td.TdClassName
{
border-color: #F1A1AE;
}
.TagClassName
{
border-color: #F1A1AE;
}
</style>