Shades of Mona Lisa #F89F8D
Tints of Mona Lisa #F89F8D
RGB
CMYK
RGB Variations
Color information
#F89F8D (or 0xF89F8D) is known color: Mona Lisa. HEX triplet: F8, 9F and 8D. RGB value is (248,159,141). Sum of RGB (Red+Green+Blue) = 248+159+141=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89F8D is #076072. Grayscale: #B7B7B7. Windows color (decimal): -483443 or 9281528. OLE color: 9281528.
HSL color Cylindrical-coordinate representation of color #F89F8D: hue angle of 10.09º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F89F8D is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 141 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.03 |
| HSL | 10.09º | 0.88% | 0.76% | - |
| HSV(B) | 10.09º | 0.43% | 0.97% | - |
| XYZ | 55.92 | 46.68 | 31.26 | - |
| YUV | 183.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 141 | 0 | 0.36 | 0.43 | 0.03 | 10.09 | 0.88 | 0.76 |
| Hex | F8 | 9F | 8D | 0 | 24 | 2B | 3 | A | 58 | 4C |
| Octal | 370 | 237 | 215 | 0 | 44 | 53 | 3 | 12 | 130 | 114 |
| Binary | 11111000 | 10011111 | 10001101 | 0 | 100100 | 101011 | 11 | 1010 | 1011000 | 1001100 |
Color Harmonies of #F89F8D
Complementary color
Monochromatic Colors of #F89F8D
Black with #F89F8D
Text Example
Text Example
White with #F89F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F8D; }
p { color: rgb(248,159,141); }
H1.HeaderClassName
{
color: #F89F8D;
}
.AnyTagClassName
{
color: #F89F8D;
}
</style>
background-color css
<style>
a { background-color: #F89F8D; }
a { background-color: rgb(248,159,141); }
div.DivClassName
{
background-color: #F89F8D;
}
.BgClassName
{
background-color: #F89F8D;
}
</style>
border-color css
<style>
span { border-color: #F89F8D; }
span { border-color: rgb(248,159,141); }
td.TdClassName
{
border-color: #F89F8D;
}
.TagClassName
{
border-color: #F89F8D;
}
</style>