Shades of Mona Lisa #F89087
Tints of Mona Lisa #F89087
RGB
CMYK
RGB Variations
Color information
#F89087 (or 0xF89087) is known color: Mona Lisa. HEX triplet: F8, 90 and 87. RGB value is (248,144,135). Sum of RGB (Red+Green+Blue) = 248+144+135=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F89087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89087 is #076F78. Grayscale: #AEAEAE. Windows color (decimal): -487289 or 8884472. OLE color: 8884472.
HSL color Cylindrical-coordinate representation of color #F89087: hue angle of 4.78º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F89087 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 135 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.03 |
| HSL | 4.78º | 0.89% | 0.75% | - |
| HSV(B) | 4.78º | 0.46% | 0.97% | - |
| XYZ | 53.06 | 41.65 | 28.16 | - |
| YUV | 174.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 135 | 0 | 0.42 | 0.46 | 0.03 | 4.78 | 0.89 | 0.75 |
| Hex | F8 | 90 | 87 | 0 | 2A | 2E | 3 | 5 | 59 | 4B |
| Octal | 370 | 220 | 207 | 0 | 52 | 56 | 3 | 5 | 131 | 113 |
| Binary | 11111000 | 10010000 | 10000111 | 0 | 101010 | 101110 | 11 | 101 | 1011001 | 1001011 |
Color Harmonies of #F89087
Complementary color
Monochromatic Colors of #F89087
Black with #F89087
Text Example
Text Example
White with #F89087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89087; }
p { color: rgb(248,144,135); }
H1.HeaderClassName
{
color: #F89087;
}
.AnyTagClassName
{
color: #F89087;
}
</style>
background-color css
<style>
a { background-color: #F89087; }
a { background-color: rgb(248,144,135); }
div.DivClassName
{
background-color: #F89087;
}
.BgClassName
{
background-color: #F89087;
}
</style>
border-color css
<style>
span { border-color: #F89087; }
span { border-color: rgb(248,144,135); }
td.TdClassName
{
border-color: #F89087;
}
.TagClassName
{
border-color: #F89087;
}
</style>