Shades of Mona Lisa #FF9A8E
Tints of Mona Lisa #FF9A8E
RGB
CMYK
RGB Variations
Color information
#FF9A8E (or 0xFF9A8E) is known color: Mona Lisa. HEX triplet: FF, 9A and 8E. RGB value is (255,154,142). Sum of RGB (Red+Green+Blue) = 255+154+142=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9A8E is #006571. Grayscale: #B6B6B6. Windows color (decimal): -25970 or 9345791. OLE color: 9345791.
HSL color Cylindrical-coordinate representation of color #FF9A8E: hue angle of 6.37º 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 #FF9A8E is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 142 | - |
| CMYK | 0 | 0.40 | 0.44 | 0 |
| HSL | 6.37º | 1% | 0.78% | - |
| HSV(B) | 6.37º | 0.44% | 1% | - |
| XYZ | 57.68 | 46.32 | 31.49 | - |
| YUV | 182.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 142 | 0 | 0.40 | 0.44 | 0 | 6.37 | 1 | 0.78 |
| Hex | FF | 9A | 8E | 0 | 28 | 2C | 0 | 6 | 64 | 4E |
| Octal | 377 | 232 | 216 | 0 | 50 | 54 | 0 | 6 | 144 | 116 |
| Binary | 11111111 | 10011010 | 10001110 | 0 | 101000 | 101100 | 0 | 110 | 1100100 | 1001110 |
Color Harmonies of #FF9A8E
Complementary color
Monochromatic Colors of #FF9A8E
Black with #FF9A8E
Text Example
Text Example
White with #FF9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A8E; }
p { color: rgb(255,154,142); }
H1.HeaderClassName
{
color: #FF9A8E;
}
.AnyTagClassName
{
color: #FF9A8E;
}
</style>
background-color css
<style>
a { background-color: #FF9A8E; }
a { background-color: rgb(255,154,142); }
div.DivClassName
{
background-color: #FF9A8E;
}
.BgClassName
{
background-color: #FF9A8E;
}
</style>
border-color css
<style>
span { border-color: #FF9A8E; }
span { border-color: rgb(255,154,142); }
td.TdClassName
{
border-color: #FF9A8E;
}
.TagClassName
{
border-color: #FF9A8E;
}
</style>