Shades of Mona Lisa #F5998A
Tints of Mona Lisa #F5998A
RGB
CMYK
RGB Variations
Color information
#F5998A (or 0xF5998A) is known color: Mona Lisa. HEX triplet: F5, 99 and 8A. RGB value is (245,153,138). Sum of RGB (Red+Green+Blue) = 245+153+138=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5998A is #0A6675. Grayscale: #B2B2B2. Windows color (decimal): -681590 or 9083381. OLE color: 9083381.
HSL color Cylindrical-coordinate representation of color #F5998A: hue angle of 8.41º 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 #F5998A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 138 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.04 |
| HSL | 8.41º | 0.84% | 0.75% | - |
| HSV(B) | 8.41º | 0.44% | 0.96% | - |
| XYZ | 53.63 | 44.03 | 29.72 | - |
| YUV | 178.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 138 | 0 | 0.38 | 0.44 | 0.04 | 8.41 | 0.84 | 0.75 |
| Hex | F5 | 99 | 8A | 0 | 26 | 2C | 4 | 8 | 54 | 4B |
| Octal | 365 | 231 | 212 | 0 | 46 | 54 | 4 | 10 | 124 | 113 |
| Binary | 11110101 | 10011001 | 10001010 | 0 | 100110 | 101100 | 100 | 1000 | 1010100 | 1001011 |
Color Harmonies of #F5998A
Complementary color
Monochromatic Colors of #F5998A
Black with #F5998A
Text Example
Text Example
White with #F5998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5998A; }
p { color: rgb(245,153,138); }
H1.HeaderClassName
{
color: #F5998A;
}
.AnyTagClassName
{
color: #F5998A;
}
</style>
background-color css
<style>
a { background-color: #F5998A; }
a { background-color: rgb(245,153,138); }
div.DivClassName
{
background-color: #F5998A;
}
.BgClassName
{
background-color: #F5998A;
}
</style>
border-color css
<style>
span { border-color: #F5998A; }
span { border-color: rgb(245,153,138); }
td.TdClassName
{
border-color: #F5998A;
}
.TagClassName
{
border-color: #F5998A;
}
</style>