Shades of Illusion #F1A2AE
Tints of Illusion #F1A2AE
RGB
CMYK
RGB Variations
Color information
#F1A2AE (or 0xF1A2AE) is known color: Illusion. HEX triplet: F1, A2 and AE. RGB value is (241,162,174). Sum of RGB (Red+Green+Blue) = 241+162+174=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A2AE is #0E5D51. Grayscale: #BBBBBB. Windows color (decimal): -941394 or 11444977. OLE color: 11444977.
HSL color Cylindrical-coordinate representation of color #F1A2AE: hue angle of 350.89º 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 #F1A2AE is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 162 | 174 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.05 |
| HSL | 350.89º | 0.74% | 0.79% | - |
| HSV(B) | 350.89º | 0.33% | 0.95% | - |
| XYZ | 56.84 | 47.6 | 46.24 | - |
| YUV | 186.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 162 | 174 | 0 | 0.33 | 0.28 | 0.05 | 350.89 | 0.74 | 0.79 |
| Hex | F1 | A2 | AE | 0 | 21 | 1C | 5 | 15F | 4A | 4F |
| Octal | 361 | 242 | 256 | 0 | 41 | 34 | 5 | 537 | 112 | 117 |
| Binary | 11110001 | 10100010 | 10101110 | 0 | 100001 | 11100 | 101 | 101011111 | 1001010 | 1001111 |
Color Harmonies of #F1A2AE
Complementary color
Monochromatic Colors of #F1A2AE
Black with #F1A2AE
Text Example
Text Example
White with #F1A2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A2AE; }
p { color: rgb(241,162,174); }
H1.HeaderClassName
{
color: #F1A2AE;
}
.AnyTagClassName
{
color: #F1A2AE;
}
</style>
background-color css
<style>
a { background-color: #F1A2AE; }
a { background-color: rgb(241,162,174); }
div.DivClassName
{
background-color: #F1A2AE;
}
.BgClassName
{
background-color: #F1A2AE;
}
</style>
border-color css
<style>
span { border-color: #F1A2AE; }
span { border-color: rgb(241,162,174); }
td.TdClassName
{
border-color: #F1A2AE;
}
.TagClassName
{
border-color: #F1A2AE;
}
</style>