Shades of Mona Lisa #F8958D
Tints of Mona Lisa #F8958D
RGB
CMYK
RGB Variations
Color information
#F8958D (or 0xF8958D) is known color: Mona Lisa. HEX triplet: F8, 95 and 8D. RGB value is (248,149,141). Sum of RGB (Red+Green+Blue) = 248+149+141=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8958D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8958D is #076A72. Grayscale: #B1B1B1. Windows color (decimal): -486003 or 9278968. OLE color: 9278968.
HSL color Cylindrical-coordinate representation of color #F8958D: hue angle of 4.49º 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 #F8958D is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 141 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.03 |
| HSL | 4.49º | 0.88% | 0.76% | - |
| HSV(B) | 4.49º | 0.43% | 0.97% | - |
| XYZ | 54.27 | 43.37 | 30.71 | - |
| YUV | 177.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 141 | 0 | 0.40 | 0.43 | 0.03 | 4.49 | 0.88 | 0.76 |
| Hex | F8 | 95 | 8D | 0 | 28 | 2B | 3 | 4 | 58 | 4C |
| Octal | 370 | 225 | 215 | 0 | 50 | 53 | 3 | 4 | 130 | 114 |
| Binary | 11111000 | 10010101 | 10001101 | 0 | 101000 | 101011 | 11 | 100 | 1011000 | 1001100 |
Color Harmonies of #F8958D
Complementary color
Monochromatic Colors of #F8958D
Black with #F8958D
Text Example
Text Example
White with #F8958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8958D; }
p { color: rgb(248,149,141); }
H1.HeaderClassName
{
color: #F8958D;
}
.AnyTagClassName
{
color: #F8958D;
}
</style>
background-color css
<style>
a { background-color: #F8958D; }
a { background-color: rgb(248,149,141); }
div.DivClassName
{
background-color: #F8958D;
}
.BgClassName
{
background-color: #F8958D;
}
</style>
border-color css
<style>
span { border-color: #F8958D; }
span { border-color: rgb(248,149,141); }
td.TdClassName
{
border-color: #F8958D;
}
.TagClassName
{
border-color: #F8958D;
}
</style>