Shades of Mona Lisa #FF9F8D
Tints of Mona Lisa #FF9F8D
RGB
CMYK
RGB Variations
Color information
#FF9F8D (or 0xFF9F8D) is known color: Mona Lisa. HEX triplet: FF, 9F and 8D. RGB value is (255,159,141). Sum of RGB (Red+Green+Blue) = 255+159+141=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F8D is #006072. Grayscale: #B9B9B9. Windows color (decimal): -24691 or 9281535. OLE color: 9281535.
HSL color Cylindrical-coordinate representation of color #FF9F8D: hue angle of 9.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF9F8D is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 141 | - |
| CMYK | 0 | 0.38 | 0.45 | 0 |
| HSL | 9.47º | 1% | 0.78% | - |
| HSV(B) | 9.47º | 0.45% | 1% | - |
| XYZ | 58.45 | 47.98 | 31.38 | - |
| YUV | 185.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 141 | 0 | 0.38 | 0.45 | 0 | 9.47 | 1 | 0.78 |
| Hex | FF | 9F | 8D | 0 | 26 | 2D | 0 | 9 | 64 | 4E |
| Octal | 377 | 237 | 215 | 0 | 46 | 55 | 0 | 11 | 144 | 116 |
| Binary | 11111111 | 10011111 | 10001101 | 0 | 100110 | 101101 | 0 | 1001 | 1100100 | 1001110 |
Color Harmonies of #FF9F8D
Complementary color
Monochromatic Colors of #FF9F8D
Black with #FF9F8D
Text Example
Text Example
White with #FF9F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F8D; }
p { color: rgb(255,159,141); }
H1.HeaderClassName
{
color: #FF9F8D;
}
.AnyTagClassName
{
color: #FF9F8D;
}
</style>
background-color css
<style>
a { background-color: #FF9F8D; }
a { background-color: rgb(255,159,141); }
div.DivClassName
{
background-color: #FF9F8D;
}
.BgClassName
{
background-color: #FF9F8D;
}
</style>
border-color css
<style>
span { border-color: #FF9F8D; }
span { border-color: rgb(255,159,141); }
td.TdClassName
{
border-color: #FF9F8D;
}
.TagClassName
{
border-color: #FF9F8D;
}
</style>