Shades of Mona Lisa #FF9384
Tints of Mona Lisa #FF9384
RGB
CMYK
RGB Variations
Color information
#FF9384 (or 0xFF9384) is known color: Mona Lisa. HEX triplet: FF, 93 and 84. RGB value is (255,147,132). Sum of RGB (Red+Green+Blue) = 255+147+132=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9384 is #006C7B. Grayscale: #B1B1B1. Windows color (decimal): -27772 or 8688639. OLE color: 8688639.
HSL color Cylindrical-coordinate representation of color #FF9384: hue angle of 7.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF9384 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 132 | - |
| CMYK | 0 | 0.42 | 0.48 | 0 |
| HSL | 7.32º | 1% | 0.76% | - |
| HSV(B) | 7.32º | 0.48% | 1% | - |
| XYZ | 55.84 | 43.79 | 27.34 | - |
| YUV | 177.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 132 | 0 | 0.42 | 0.48 | 0 | 7.32 | 1 | 0.76 |
| Hex | FF | 93 | 84 | 0 | 2A | 30 | 0 | 7 | 64 | 4C |
| Octal | 377 | 223 | 204 | 0 | 52 | 60 | 0 | 7 | 144 | 114 |
| Binary | 11111111 | 10010011 | 10000100 | 0 | 101010 | 110000 | 0 | 111 | 1100100 | 1001100 |
Color Harmonies of #FF9384
Complementary color
Monochromatic Colors of #FF9384
Black with #FF9384
Text Example
Text Example
White with #FF9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9384; }
p { color: rgb(255,147,132); }
H1.HeaderClassName
{
color: #FF9384;
}
.AnyTagClassName
{
color: #FF9384;
}
</style>
background-color css
<style>
a { background-color: #FF9384; }
a { background-color: rgb(255,147,132); }
div.DivClassName
{
background-color: #FF9384;
}
.BgClassName
{
background-color: #FF9384;
}
</style>
border-color css
<style>
span { border-color: #FF9384; }
span { border-color: rgb(255,147,132); }
td.TdClassName
{
border-color: #FF9384;
}
.TagClassName
{
border-color: #FF9384;
}
</style>