Shades of Mona Lisa #FFA191
Tints of Mona Lisa #FFA191
RGB
CMYK
RGB Variations
Color information
#FFA191 (or 0xFFA191) is known color: Mona Lisa. HEX triplet: FF, A1 and 91. RGB value is (255,161,145). Sum of RGB (Red+Green+Blue) = 255+161+145=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA191 is #005E6E. Grayscale: #BBBBBB. Windows color (decimal): -24175 or 9544191. OLE color: 9544191.
HSL color Cylindrical-coordinate representation of color #FFA191: hue angle of 8.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFA191 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 145 | - |
| CMYK | 0 | 0.37 | 0.43 | 0 |
| HSL | 8.73º | 1% | 0.78% | - |
| HSV(B) | 8.73º | 0.43% | 1% | - |
| XYZ | 59.1 | 48.79 | 33.09 | - |
| YUV | 187.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 145 | 0 | 0.37 | 0.43 | 0 | 8.73 | 1 | 0.78 |
| Hex | FF | A1 | 91 | 0 | 25 | 2B | 0 | 9 | 64 | 4E |
| Octal | 377 | 241 | 221 | 0 | 45 | 53 | 0 | 11 | 144 | 116 |
| Binary | 11111111 | 10100001 | 10010001 | 0 | 100101 | 101011 | 0 | 1001 | 1100100 | 1001110 |
Color Harmonies of #FFA191
Complementary color
Monochromatic Colors of #FFA191
Black with #FFA191
Text Example
Text Example
White with #FFA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA191; }
p { color: rgb(255,161,145); }
H1.HeaderClassName
{
color: #FFA191;
}
.AnyTagClassName
{
color: #FFA191;
}
</style>
background-color css
<style>
a { background-color: #FFA191; }
a { background-color: rgb(255,161,145); }
div.DivClassName
{
background-color: #FFA191;
}
.BgClassName
{
background-color: #FFA191;
}
</style>
border-color css
<style>
span { border-color: #FFA191; }
span { border-color: rgb(255,161,145); }
td.TdClassName
{
border-color: #FFA191;
}
.TagClassName
{
border-color: #FFA191;
}
</style>