Shades of Mona Lisa #F98C84
Tints of Mona Lisa #F98C84
RGB
CMYK
RGB Variations
Color information
#F98C84 (or 0xF98C84) is known color: Mona Lisa. HEX triplet: F9, 8C and 84. RGB value is (249,140,132). Sum of RGB (Red+Green+Blue) = 249+140+132=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C84 is #06737B. Grayscale: #ABABAB. Windows color (decimal): -422780 or 8686841. OLE color: 8686841.
HSL color Cylindrical-coordinate representation of color #F98C84: hue angle of 4.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F98C84 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 132 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.02 |
| HSL | 4.1º | 0.91% | 0.75% | - |
| HSV(B) | 4.1º | 0.47% | 0.98% | - |
| XYZ | 52.61 | 40.56 | 26.89 | - |
| YUV | 171.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 132 | 0 | 0.44 | 0.47 | 0.02 | 4.1 | 0.91 | 0.75 |
| Hex | F9 | 8C | 84 | 0 | 2C | 2F | 2 | 4 | 5B | 4B |
| Octal | 371 | 214 | 204 | 0 | 54 | 57 | 2 | 4 | 133 | 113 |
| Binary | 11111001 | 10001100 | 10000100 | 0 | 101100 | 101111 | 10 | 100 | 1011011 | 1001011 |
Color Harmonies of #F98C84
Complementary color
Monochromatic Colors of #F98C84
Black with #F98C84
Text Example
Text Example
White with #F98C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C84; }
p { color: rgb(249,140,132); }
H1.HeaderClassName
{
color: #F98C84;
}
.AnyTagClassName
{
color: #F98C84;
}
</style>
background-color css
<style>
a { background-color: #F98C84; }
a { background-color: rgb(249,140,132); }
div.DivClassName
{
background-color: #F98C84;
}
.BgClassName
{
background-color: #F98C84;
}
</style>
border-color css
<style>
span { border-color: #F98C84; }
span { border-color: rgb(249,140,132); }
td.TdClassName
{
border-color: #F98C84;
}
.TagClassName
{
border-color: #F98C84;
}
</style>