Shades of Mona Lisa #FF9594
Tints of Mona Lisa #FF9594
RGB
CMYK
RGB Variations
Color information
#FF9594 (or 0xFF9594) is known color: Mona Lisa. HEX triplet: FF, 95 and 94. RGB value is (255,149,148). Sum of RGB (Red+Green+Blue) = 255+149+148=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9594 is #006A6B. Grayscale: #B4B4B4. Windows color (decimal): -27244 or 9737727. OLE color: 9737727.
HSL color Cylindrical-coordinate representation of color #FF9594: hue angle of 0.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF9594 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 148 | - |
| CMYK | 0 | 0.42 | 0.42 | 0 |
| HSL | 0.56º | 1% | 0.79% | - |
| HSV(B) | 0.56º | 0.42% | 1% | - |
| XYZ | 57.33 | 44.89 | 33.66 | - |
| YUV | 180.58 | 109.62 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 148 | 0 | 0.42 | 0.42 | 0 | 0.56 | 1 | 0.79 |
| Hex | FF | 95 | 94 | 0 | 2A | 2A | 0 | 1 | 64 | 4F |
| Octal | 377 | 225 | 224 | 0 | 52 | 52 | 0 | 1 | 144 | 117 |
| Binary | 11111111 | 10010101 | 10010100 | 0 | 101010 | 101010 | 0 | 1 | 1100100 | 1001111 |
Color Harmonies of #FF9594
Complementary color
Monochromatic Colors of #FF9594
Black with #FF9594
Text Example
Text Example
White with #FF9594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9594; }
p { color: rgb(255,149,148); }
H1.HeaderClassName
{
color: #FF9594;
}
.AnyTagClassName
{
color: #FF9594;
}
</style>
background-color css
<style>
a { background-color: #FF9594; }
a { background-color: rgb(255,149,148); }
div.DivClassName
{
background-color: #FF9594;
}
.BgClassName
{
background-color: #FF9594;
}
</style>
border-color css
<style>
span { border-color: #FF9594; }
span { border-color: rgb(255,149,148); }
td.TdClassName
{
border-color: #FF9594;
}
.TagClassName
{
border-color: #FF9594;
}
</style>