Shades of Mona Lisa #F98E81
Tints of Mona Lisa #F98E81
RGB
CMYK
RGB Variations
Color information
#F98E81 (or 0xF98E81) is known color: Mona Lisa. HEX triplet: F9, 8E and 81. RGB value is (249,142,129). Sum of RGB (Red+Green+Blue) = 249+142+129=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98E81 is #06717E. Grayscale: #ACACAC. Windows color (decimal): -422271 or 8490745. OLE color: 8490745.
HSL color Cylindrical-coordinate representation of color #F98E81: hue angle of 6.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F98E81 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 129 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.02 |
| HSL | 6.5º | 0.91% | 0.74% | - |
| HSV(B) | 6.5º | 0.48% | 0.98% | - |
| XYZ | 52.7 | 41.07 | 25.92 | - |
| YUV | 172.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 129 | 0 | 0.43 | 0.48 | 0.02 | 6.5 | 0.91 | 0.74 |
| Hex | F9 | 8E | 81 | 0 | 2B | 30 | 2 | 6 | 5B | 4A |
| Octal | 371 | 216 | 201 | 0 | 53 | 60 | 2 | 6 | 133 | 112 |
| Binary | 11111001 | 10001110 | 10000001 | 0 | 101011 | 110000 | 10 | 110 | 1011011 | 1001010 |
Color Harmonies of #F98E81
Complementary color
Monochromatic Colors of #F98E81
Black with #F98E81
Text Example
Text Example
White with #F98E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98E81; }
p { color: rgb(249,142,129); }
H1.HeaderClassName
{
color: #F98E81;
}
.AnyTagClassName
{
color: #F98E81;
}
</style>
background-color css
<style>
a { background-color: #F98E81; }
a { background-color: rgb(249,142,129); }
div.DivClassName
{
background-color: #F98E81;
}
.BgClassName
{
background-color: #F98E81;
}
</style>
border-color css
<style>
span { border-color: #F98E81; }
span { border-color: rgb(249,142,129); }
td.TdClassName
{
border-color: #F98E81;
}
.TagClassName
{
border-color: #F98E81;
}
</style>