Shades of Illusion #F1A5AE
Tints of Illusion #F1A5AE
RGB
CMYK
RGB Variations
Color information
#F1A5AE (or 0xF1A5AE) is known color: Illusion. HEX triplet: F1, A5 and AE. RGB value is (241,165,174). Sum of RGB (Red+Green+Blue) = 241+165+174=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A5AE is #0E5A51. Grayscale: #BCBCBC. Windows color (decimal): -940626 or 11445745. OLE color: 11445745.
HSL color Cylindrical-coordinate representation of color #F1A5AE: hue angle of 352.89º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A5AE is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 174 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.05 |
| HSL | 352.89º | 0.73% | 0.8% | - |
| HSV(B) | 352.89º | 0.32% | 0.95% | - |
| XYZ | 57.37 | 48.67 | 46.41 | - |
| YUV | 188.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 174 | 0 | 0.32 | 0.28 | 0.05 | 352.89 | 0.73 | 0.8 |
| Hex | F1 | A5 | AE | 0 | 20 | 1C | 5 | 161 | 49 | 50 |
| Octal | 361 | 245 | 256 | 0 | 40 | 34 | 5 | 541 | 111 | 120 |
| Binary | 11110001 | 10100101 | 10101110 | 0 | 100000 | 11100 | 101 | 101100001 | 1001001 | 1010000 |
Color Harmonies of #F1A5AE
Complementary color
Monochromatic Colors of #F1A5AE
Black with #F1A5AE
Text Example
Text Example
White with #F1A5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A5AE; }
p { color: rgb(241,165,174); }
H1.HeaderClassName
{
color: #F1A5AE;
}
.AnyTagClassName
{
color: #F1A5AE;
}
</style>
background-color css
<style>
a { background-color: #F1A5AE; }
a { background-color: rgb(241,165,174); }
div.DivClassName
{
background-color: #F1A5AE;
}
.BgClassName
{
background-color: #F1A5AE;
}
</style>
border-color css
<style>
span { border-color: #F1A5AE; }
span { border-color: rgb(241,165,174); }
td.TdClassName
{
border-color: #F1A5AE;
}
.TagClassName
{
border-color: #F1A5AE;
}
</style>