Shades of Illusion #F0A3BA
Tints of Illusion #F0A3BA
RGB
CMYK
RGB Variations
Color information
#F0A3BA (or 0xF0A3BA) is known color: Illusion. HEX triplet: F0, A3 and BA. RGB value is (240,163,186). Sum of RGB (Red+Green+Blue) = 240+163+186=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A3BA is #0F5C45. Grayscale: #BCBCBC. Windows color (decimal): -1006662 or 12231664. OLE color: 12231664.
HSL color Cylindrical-coordinate representation of color #F0A3BA: hue angle of 342.08º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A3BA is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 186 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.06 |
| HSL | 342.08º | 0.72% | 0.79% | - |
| HSV(B) | 342.08º | 0.32% | 0.94% | - |
| XYZ | 57.9 | 48.26 | 52.72 | - |
| YUV | 188.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 186 | 0 | 0.32 | 0.22 | 0.06 | 342.08 | 0.72 | 0.79 |
| Hex | F0 | A3 | BA | 0 | 20 | 16 | 6 | 156 | 48 | 4F |
| Octal | 360 | 243 | 272 | 0 | 40 | 26 | 6 | 526 | 110 | 117 |
| Binary | 11110000 | 10100011 | 10111010 | 0 | 100000 | 10110 | 110 | 101010110 | 1001000 | 1001111 |
Color Harmonies of #F0A3BA
Complementary color
Monochromatic Colors of #F0A3BA
Black with #F0A3BA
Text Example
Text Example
White with #F0A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A3BA; }
p { color: rgb(240,163,186); }
H1.HeaderClassName
{
color: #F0A3BA;
}
.AnyTagClassName
{
color: #F0A3BA;
}
</style>
background-color css
<style>
a { background-color: #F0A3BA; }
a { background-color: rgb(240,163,186); }
div.DivClassName
{
background-color: #F0A3BA;
}
.BgClassName
{
background-color: #F0A3BA;
}
</style>
border-color css
<style>
span { border-color: #F0A3BA; }
span { border-color: rgb(240,163,186); }
td.TdClassName
{
border-color: #F0A3BA;
}
.TagClassName
{
border-color: #F0A3BA;
}
</style>