Shades of Mona Lisa #F5988A
Tints of Mona Lisa #F5988A
RGB
CMYK
RGB Variations
Color information
#F5988A (or 0xF5988A) is known color: Mona Lisa. HEX triplet: F5, 98 and 8A. RGB value is (245,152,138). Sum of RGB (Red+Green+Blue) = 245+152+138=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5988A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5988A is #0A6775. Grayscale: #B2B2B2. Windows color (decimal): -681846 or 9083125. OLE color: 9083125.
HSL color Cylindrical-coordinate representation of color #F5988A: hue angle of 7.85º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5988A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 138 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.04 |
| HSL | 7.85º | 0.84% | 0.75% | - |
| HSV(B) | 7.85º | 0.44% | 0.96% | - |
| XYZ | 53.47 | 43.7 | 29.66 | - |
| YUV | 178.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 138 | 0 | 0.38 | 0.44 | 0.04 | 7.85 | 0.84 | 0.75 |
| Hex | F5 | 98 | 8A | 0 | 26 | 2C | 4 | 8 | 54 | 4B |
| Octal | 365 | 230 | 212 | 0 | 46 | 54 | 4 | 10 | 124 | 113 |
| Binary | 11110101 | 10011000 | 10001010 | 0 | 100110 | 101100 | 100 | 1000 | 1010100 | 1001011 |
Color Harmonies of #F5988A
Complementary color
Monochromatic Colors of #F5988A
Black with #F5988A
Text Example
Text Example
White with #F5988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5988A; }
p { color: rgb(245,152,138); }
H1.HeaderClassName
{
color: #F5988A;
}
.AnyTagClassName
{
color: #F5988A;
}
</style>
background-color css
<style>
a { background-color: #F5988A; }
a { background-color: rgb(245,152,138); }
div.DivClassName
{
background-color: #F5988A;
}
.BgClassName
{
background-color: #F5988A;
}
</style>
border-color css
<style>
span { border-color: #F5988A; }
span { border-color: rgb(245,152,138); }
td.TdClassName
{
border-color: #F5988A;
}
.TagClassName
{
border-color: #F5988A;
}
</style>