Shades of Mona Lisa #F9968F
Tints of Mona Lisa #F9968F
RGB
CMYK
RGB Variations
Color information
#F9968F (or 0xF9968F) is known color: Mona Lisa. HEX triplet: F9, 96 and 8F. RGB value is (249,150,143). Sum of RGB (Red+Green+Blue) = 249+150+143=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9968F is #066970. Grayscale: #B2B2B2. Windows color (decimal): -420209 or 9410297. OLE color: 9410297.
HSL color Cylindrical-coordinate representation of color #F9968F: hue angle of 3.96º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9968F is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 143 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.02 |
| HSL | 3.96º | 0.9% | 0.77% | - |
| HSV(B) | 3.96º | 0.43% | 0.98% | - |
| XYZ | 54.93 | 43.94 | 31.57 | - |
| YUV | 178.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 143 | 0 | 0.40 | 0.43 | 0.02 | 3.96 | 0.9 | 0.77 |
| Hex | F9 | 96 | 8F | 0 | 28 | 2B | 2 | 4 | 5A | 4D |
| Octal | 371 | 226 | 217 | 0 | 50 | 53 | 2 | 4 | 132 | 115 |
| Binary | 11111001 | 10010110 | 10001111 | 0 | 101000 | 101011 | 10 | 100 | 1011010 | 1001101 |
Color Harmonies of #F9968F
Complementary color
Monochromatic Colors of #F9968F
Black with #F9968F
Text Example
Text Example
White with #F9968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9968F; }
p { color: rgb(249,150,143); }
H1.HeaderClassName
{
color: #F9968F;
}
.AnyTagClassName
{
color: #F9968F;
}
</style>
background-color css
<style>
a { background-color: #F9968F; }
a { background-color: rgb(249,150,143); }
div.DivClassName
{
background-color: #F9968F;
}
.BgClassName
{
background-color: #F9968F;
}
</style>
border-color css
<style>
span { border-color: #F9968F; }
span { border-color: rgb(249,150,143); }
td.TdClassName
{
border-color: #F9968F;
}
.TagClassName
{
border-color: #F9968F;
}
</style>