Shades of Mona Lisa #FF9F8F
Tints of Mona Lisa #FF9F8F
RGB
CMYK
RGB Variations
Color information
#FF9F8F (or 0xFF9F8F) is known color: Mona Lisa. HEX triplet: FF, 9F and 8F. RGB value is (255,159,143). Sum of RGB (Red+Green+Blue) = 255+159+143=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F8F is #006070. Grayscale: #BABABA. Windows color (decimal): -24689 or 9412607. OLE color: 9412607.
HSL color Cylindrical-coordinate representation of color #FF9F8F: hue angle of 8.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF9F8F is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 143 | - |
| CMYK | 0 | 0.38 | 0.44 | 0 |
| HSL | 8.57º | 1% | 0.78% | - |
| HSV(B) | 8.57º | 0.44% | 1% | - |
| XYZ | 58.6 | 48.04 | 32.17 | - |
| YUV | 185.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 143 | 0 | 0.38 | 0.44 | 0 | 8.57 | 1 | 0.78 |
| Hex | FF | 9F | 8F | 0 | 26 | 2C | 0 | 9 | 64 | 4E |
| Octal | 377 | 237 | 217 | 0 | 46 | 54 | 0 | 11 | 144 | 116 |
| Binary | 11111111 | 10011111 | 10001111 | 0 | 100110 | 101100 | 0 | 1001 | 1100100 | 1001110 |
Color Harmonies of #FF9F8F
Complementary color
Monochromatic Colors of #FF9F8F
Black with #FF9F8F
Text Example
Text Example
White with #FF9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F8F; }
p { color: rgb(255,159,143); }
H1.HeaderClassName
{
color: #FF9F8F;
}
.AnyTagClassName
{
color: #FF9F8F;
}
</style>
background-color css
<style>
a { background-color: #FF9F8F; }
a { background-color: rgb(255,159,143); }
div.DivClassName
{
background-color: #FF9F8F;
}
.BgClassName
{
background-color: #FF9F8F;
}
</style>
border-color css
<style>
span { border-color: #FF9F8F; }
span { border-color: rgb(255,159,143); }
td.TdClassName
{
border-color: #FF9F8F;
}
.TagClassName
{
border-color: #FF9F8F;
}
</style>