Shades of Mona Lisa #F99A93
Tints of Mona Lisa #F99A93
RGB
CMYK
RGB Variations
Color information
#F99A93 (or 0xF99A93) is known color: Mona Lisa. HEX triplet: F9, 9A and 93. RGB value is (249,154,147). Sum of RGB (Red+Green+Blue) = 249+154+147=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99A93 is #06656C. Grayscale: #B5B5B5. Windows color (decimal): -419181 or 9673465. OLE color: 9673465.
HSL color Cylindrical-coordinate representation of color #F99A93: hue angle of 4.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F99A93 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 147 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.02 |
| HSL | 4.12º | 0.89% | 0.78% | - |
| HSV(B) | 4.12º | 0.41% | 0.98% | - |
| XYZ | 55.89 | 45.36 | 33.41 | - |
| YUV | 181.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 147 | 0 | 0.38 | 0.41 | 0.02 | 4.12 | 0.89 | 0.78 |
| Hex | F9 | 9A | 93 | 0 | 26 | 29 | 2 | 4 | 59 | 4E |
| Octal | 371 | 232 | 223 | 0 | 46 | 51 | 2 | 4 | 131 | 116 |
| Binary | 11111001 | 10011010 | 10010011 | 0 | 100110 | 101001 | 10 | 100 | 1011001 | 1001110 |
Color Harmonies of #F99A93
Complementary color
Monochromatic Colors of #F99A93
Black with #F99A93
Text Example
Text Example
White with #F99A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A93; }
p { color: rgb(249,154,147); }
H1.HeaderClassName
{
color: #F99A93;
}
.AnyTagClassName
{
color: #F99A93;
}
</style>
background-color css
<style>
a { background-color: #F99A93; }
a { background-color: rgb(249,154,147); }
div.DivClassName
{
background-color: #F99A93;
}
.BgClassName
{
background-color: #F99A93;
}
</style>
border-color css
<style>
span { border-color: #F99A93; }
span { border-color: rgb(249,154,147); }
td.TdClassName
{
border-color: #F99A93;
}
.TagClassName
{
border-color: #F99A93;
}
</style>