Shades of Illusion #F4A1BB
Tints of Illusion #F4A1BB
RGB
CMYK
RGB Variations
Color information
#F4A1BB (or 0xF4A1BB) is known color: Illusion. HEX triplet: F4, A1 and BB. RGB value is (244,161,187). Sum of RGB (Red+Green+Blue) = 244+161+187=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A1BB is #0B5E44. Grayscale: #BCBCBC. Windows color (decimal): -745029 or 12296692. OLE color: 12296692.
HSL color Cylindrical-coordinate representation of color #F4A1BB: hue angle of 341.2º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A1BB is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 187 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.04 |
| HSL | 341.2º | 0.79% | 0.79% | - |
| HSV(B) | 341.2º | 0.34% | 0.96% | - |
| XYZ | 59.02 | 48.31 | 53.23 | - |
| YUV | 188.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 187 | 0 | 0.34 | 0.23 | 0.04 | 341.2 | 0.79 | 0.79 |
| Hex | F4 | A1 | BB | 0 | 22 | 17 | 4 | 155 | 4F | 4F |
| Octal | 364 | 241 | 273 | 0 | 42 | 27 | 4 | 525 | 117 | 117 |
| Binary | 11110100 | 10100001 | 10111011 | 0 | 100010 | 10111 | 100 | 101010101 | 1001111 | 1001111 |
Color Harmonies of #F4A1BB
Complementary color
Monochromatic Colors of #F4A1BB
Black with #F4A1BB
Text Example
Text Example
White with #F4A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1BB; }
p { color: rgb(244,161,187); }
H1.HeaderClassName
{
color: #F4A1BB;
}
.AnyTagClassName
{
color: #F4A1BB;
}
</style>
background-color css
<style>
a { background-color: #F4A1BB; }
a { background-color: rgb(244,161,187); }
div.DivClassName
{
background-color: #F4A1BB;
}
.BgClassName
{
background-color: #F4A1BB;
}
</style>
border-color css
<style>
span { border-color: #F4A1BB; }
span { border-color: rgb(244,161,187); }
td.TdClassName
{
border-color: #F4A1BB;
}
.TagClassName
{
border-color: #F4A1BB;
}
</style>