Shades of Mona Lisa #F5998D
Tints of Mona Lisa #F5998D
RGB
CMYK
RGB Variations
Color information
#F5998D (or 0xF5998D) is known color: Mona Lisa. HEX triplet: F5, 99 and 8D. RGB value is (245,153,141). Sum of RGB (Red+Green+Blue) = 245+153+141=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5998D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5998D is #0A6672. Grayscale: #B3B3B3. Windows color (decimal): -681587 or 9279989. OLE color: 9279989.
HSL color Cylindrical-coordinate representation of color #F5998D: hue angle of 6.92º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5998D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 141 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.04 |
| HSL | 6.92º | 0.84% | 0.76% | - |
| HSV(B) | 6.92º | 0.42% | 0.96% | - |
| XYZ | 53.86 | 44.12 | 30.88 | - |
| YUV | 179.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 141 | 0 | 0.38 | 0.42 | 0.04 | 6.92 | 0.84 | 0.76 |
| Hex | F5 | 99 | 8D | 0 | 26 | 2A | 4 | 7 | 54 | 4C |
| Octal | 365 | 231 | 215 | 0 | 46 | 52 | 4 | 7 | 124 | 114 |
| Binary | 11110101 | 10011001 | 10001101 | 0 | 100110 | 101010 | 100 | 111 | 1010100 | 1001100 |
Color Harmonies of #F5998D
Complementary color
Monochromatic Colors of #F5998D
Black with #F5998D
Text Example
Text Example
White with #F5998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5998D; }
p { color: rgb(245,153,141); }
H1.HeaderClassName
{
color: #F5998D;
}
.AnyTagClassName
{
color: #F5998D;
}
</style>
background-color css
<style>
a { background-color: #F5998D; }
a { background-color: rgb(245,153,141); }
div.DivClassName
{
background-color: #F5998D;
}
.BgClassName
{
background-color: #F5998D;
}
</style>
border-color css
<style>
span { border-color: #F5998D; }
span { border-color: rgb(245,153,141); }
td.TdClassName
{
border-color: #F5998D;
}
.TagClassName
{
border-color: #F5998D;
}
</style>