Shades of Illusion #F3A0BB
Tints of Illusion #F3A0BB
RGB
CMYK
RGB Variations
Color information
#F3A0BB (or 0xF3A0BB) is known color: Illusion. HEX triplet: F3, A0 and BB. RGB value is (243,160,187). Sum of RGB (Red+Green+Blue) = 243+160+187=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0BB is #0C5F44. Grayscale: #BBBBBB. Windows color (decimal): -810821 or 12296435. OLE color: 12296435.
HSL color Cylindrical-coordinate representation of color #F3A0BB: hue angle of 340.48º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A0BB is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 187 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.05 |
| HSL | 340.48º | 0.78% | 0.79% | - |
| HSV(B) | 340.48º | 0.34% | 0.95% | - |
| XYZ | 58.5 | 47.78 | 53.15 | - |
| YUV | 187.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 187 | 0 | 0.34 | 0.23 | 0.05 | 340.48 | 0.78 | 0.79 |
| Hex | F3 | A0 | BB | 0 | 22 | 17 | 5 | 154 | 4E | 4F |
| Octal | 363 | 240 | 273 | 0 | 42 | 27 | 5 | 524 | 116 | 117 |
| Binary | 11110011 | 10100000 | 10111011 | 0 | 100010 | 10111 | 101 | 101010100 | 1001110 | 1001111 |
Color Harmonies of #F3A0BB
Complementary color
Monochromatic Colors of #F3A0BB
Black with #F3A0BB
Text Example
Text Example
White with #F3A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0BB; }
p { color: rgb(243,160,187); }
H1.HeaderClassName
{
color: #F3A0BB;
}
.AnyTagClassName
{
color: #F3A0BB;
}
</style>
background-color css
<style>
a { background-color: #F3A0BB; }
a { background-color: rgb(243,160,187); }
div.DivClassName
{
background-color: #F3A0BB;
}
.BgClassName
{
background-color: #F3A0BB;
}
</style>
border-color css
<style>
span { border-color: #F3A0BB; }
span { border-color: rgb(243,160,187); }
td.TdClassName
{
border-color: #F3A0BB;
}
.TagClassName
{
border-color: #F3A0BB;
}
</style>