Shades of Illusion #F5A0BB
Tints of Illusion #F5A0BB
RGB
CMYK
RGB Variations
Color information
#F5A0BB (or 0xF5A0BB) is known color: Illusion. HEX triplet: F5, A0 and BB. RGB value is (245,160,187). Sum of RGB (Red+Green+Blue) = 245+160+187=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 160 (62.89% from 255 or 27.03% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0BB is #0A5F44. Grayscale: #BCBCBC. Windows color (decimal): -679749 or 12296437. OLE color: 12296437.
HSL color Cylindrical-coordinate representation of color #F5A0BB: hue angle of 340.94º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0BB is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 187 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.04 |
| HSL | 340.94º | 0.81% | 0.79% | - |
| HSV(B) | 340.94º | 0.35% | 0.96% | - |
| XYZ | 59.2 | 48.14 | 53.19 | - |
| YUV | 188.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 187 | 0 | 0.35 | 0.24 | 0.04 | 340.94 | 0.81 | 0.79 |
| Hex | F5 | A0 | BB | 0 | 23 | 18 | 4 | 155 | 51 | 4F |
| Octal | 365 | 240 | 273 | 0 | 43 | 30 | 4 | 525 | 121 | 117 |
| Binary | 11110101 | 10100000 | 10111011 | 0 | 100011 | 11000 | 100 | 101010101 | 1010001 | 1001111 |
Color Harmonies of #F5A0BB
Complementary color
Monochromatic Colors of #F5A0BB
Black with #F5A0BB
Text Example
Text Example
White with #F5A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0BB; }
p { color: rgb(245,160,187); }
H1.HeaderClassName
{
color: #F5A0BB;
}
.AnyTagClassName
{
color: #F5A0BB;
}
</style>
background-color css
<style>
a { background-color: #F5A0BB; }
a { background-color: rgb(245,160,187); }
div.DivClassName
{
background-color: #F5A0BB;
}
.BgClassName
{
background-color: #F5A0BB;
}
</style>
border-color css
<style>
span { border-color: #F5A0BB; }
span { border-color: rgb(245,160,187); }
td.TdClassName
{
border-color: #F5A0BB;
}
.TagClassName
{
border-color: #F5A0BB;
}
</style>