Shades of Mona Lisa #F99D8B
Tints of Mona Lisa #F99D8B
RGB
CMYK
RGB Variations
Color information
#F99D8B (or 0xF99D8B) is known color: Mona Lisa. HEX triplet: F9, 9D and 8B. RGB value is (249,157,139). Sum of RGB (Red+Green+Blue) = 249+157+139=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D8B is #066274. Grayscale: #B6B6B6. Windows color (decimal): -418421 or 9149945. OLE color: 9149945.
HSL color Cylindrical-coordinate representation of color #F99D8B: hue angle of 9.82º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F99D8B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 139 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.02 |
| HSL | 9.82º | 0.9% | 0.76% | - |
| HSV(B) | 9.82º | 0.44% | 0.98% | - |
| XYZ | 55.78 | 46.12 | 30.39 | - |
| YUV | 182.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 139 | 0 | 0.37 | 0.44 | 0.02 | 9.82 | 0.9 | 0.76 |
| Hex | F9 | 9D | 8B | 0 | 25 | 2C | 2 | A | 5A | 4C |
| Octal | 371 | 235 | 213 | 0 | 45 | 54 | 2 | 12 | 132 | 114 |
| Binary | 11111001 | 10011101 | 10001011 | 0 | 100101 | 101100 | 10 | 1010 | 1011010 | 1001100 |
Color Harmonies of #F99D8B
Complementary color
Monochromatic Colors of #F99D8B
Black with #F99D8B
Text Example
Text Example
White with #F99D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D8B; }
p { color: rgb(249,157,139); }
H1.HeaderClassName
{
color: #F99D8B;
}
.AnyTagClassName
{
color: #F99D8B;
}
</style>
background-color css
<style>
a { background-color: #F99D8B; }
a { background-color: rgb(249,157,139); }
div.DivClassName
{
background-color: #F99D8B;
}
.BgClassName
{
background-color: #F99D8B;
}
</style>
border-color css
<style>
span { border-color: #F99D8B; }
span { border-color: rgb(249,157,139); }
td.TdClassName
{
border-color: #F99D8B;
}
.TagClassName
{
border-color: #F99D8B;
}
</style>