Shades of Illusion #F0A1BA
Tints of Illusion #F0A1BA
RGB
CMYK
RGB Variations
Color information
#F0A1BA (or 0xF0A1BA) is known color: Illusion. HEX triplet: F0, A1 and BA. RGB value is (240,161,186). Sum of RGB (Red+Green+Blue) = 240+161+186=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1BA is #0F5E45. Grayscale: #BBBBBB. Windows color (decimal): -1007174 or 12231152. OLE color: 12231152.
HSL color Cylindrical-coordinate representation of color #F0A1BA: hue angle of 341.01º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1BA is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 186 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.06 |
| HSL | 341.01º | 0.72% | 0.79% | - |
| HSV(B) | 341.01º | 0.33% | 0.94% | - |
| XYZ | 57.54 | 47.56 | 52.6 | - |
| YUV | 187.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 186 | 0 | 0.33 | 0.22 | 0.06 | 341.01 | 0.72 | 0.79 |
| Hex | F0 | A1 | BA | 0 | 21 | 16 | 6 | 155 | 48 | 4F |
| Octal | 360 | 241 | 272 | 0 | 41 | 26 | 6 | 525 | 110 | 117 |
| Binary | 11110000 | 10100001 | 10111010 | 0 | 100001 | 10110 | 110 | 101010101 | 1001000 | 1001111 |
Color Harmonies of #F0A1BA
Complementary color
Monochromatic Colors of #F0A1BA
Black with #F0A1BA
Text Example
Text Example
White with #F0A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A1BA; }
p { color: rgb(240,161,186); }
H1.HeaderClassName
{
color: #F0A1BA;
}
.AnyTagClassName
{
color: #F0A1BA;
}
</style>
background-color css
<style>
a { background-color: #F0A1BA; }
a { background-color: rgb(240,161,186); }
div.DivClassName
{
background-color: #F0A1BA;
}
.BgClassName
{
background-color: #F0A1BA;
}
</style>
border-color css
<style>
span { border-color: #F0A1BA; }
span { border-color: rgb(240,161,186); }
td.TdClassName
{
border-color: #F0A1BA;
}
.TagClassName
{
border-color: #F0A1BA;
}
</style>