Shades of Illusion #F3A2BB
Tints of Illusion #F3A2BB
RGB
CMYK
RGB Variations
Color information
#F3A2BB (or 0xF3A2BB) is known color: Illusion. HEX triplet: F3, A2 and BB. RGB value is (243,162,187). Sum of RGB (Red+Green+Blue) = 243+162+187=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A2BB is #0C5D44. Grayscale: #BDBDBD. Windows color (decimal): -810309 or 12296947. OLE color: 12296947.
HSL color Cylindrical-coordinate representation of color #F3A2BB: hue angle of 341.48º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A2BB is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 187 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.05 |
| HSL | 341.48º | 0.77% | 0.79% | - |
| HSV(B) | 341.48º | 0.33% | 0.95% | - |
| XYZ | 58.85 | 48.48 | 53.27 | - |
| YUV | 189.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 187 | 0 | 0.33 | 0.23 | 0.05 | 341.48 | 0.77 | 0.79 |
| Hex | F3 | A2 | BB | 0 | 21 | 17 | 5 | 155 | 4D | 4F |
| Octal | 363 | 242 | 273 | 0 | 41 | 27 | 5 | 525 | 115 | 117 |
| Binary | 11110011 | 10100010 | 10111011 | 0 | 100001 | 10111 | 101 | 101010101 | 1001101 | 1001111 |
Color Harmonies of #F3A2BB
Complementary color
Monochromatic Colors of #F3A2BB
Black with #F3A2BB
Text Example
Text Example
White with #F3A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A2BB; }
p { color: rgb(243,162,187); }
H1.HeaderClassName
{
color: #F3A2BB;
}
.AnyTagClassName
{
color: #F3A2BB;
}
</style>
background-color css
<style>
a { background-color: #F3A2BB; }
a { background-color: rgb(243,162,187); }
div.DivClassName
{
background-color: #F3A2BB;
}
.BgClassName
{
background-color: #F3A2BB;
}
</style>
border-color css
<style>
span { border-color: #F3A2BB; }
span { border-color: rgb(243,162,187); }
td.TdClassName
{
border-color: #F3A2BB;
}
.TagClassName
{
border-color: #F3A2BB;
}
</style>