Shades of Mona Lisa #FF9993
Tints of Mona Lisa #FF9993
RGB
CMYK
RGB Variations
Color information
#FF9993 (or 0xFF9993) is known color: Mona Lisa. HEX triplet: FF, 99 and 93. RGB value is (255,153,147). Sum of RGB (Red+Green+Blue) = 255+153+147=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9993 is #00666C. Grayscale: #B6B6B6. Windows color (decimal): -26221 or 9673215. OLE color: 9673215.
HSL color Cylindrical-coordinate representation of color #FF9993: hue angle of 3.33º 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 #FF9993 is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 147 | - |
| CMYK | 0 | 0.4 | 0.42 | 0 |
| HSL | 3.33º | 1% | 0.79% | - |
| HSV(B) | 3.33º | 0.42% | 1% | - |
| XYZ | 57.9 | 46.15 | 33.46 | - |
| YUV | 182.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 147 | 0 | 0.4 | 0.42 | 0 | 3.33 | 1 | 0.79 |
| Hex | FF | 99 | 93 | 0 | 28 | 2A | 0 | 3 | 64 | 4F |
| Octal | 377 | 231 | 223 | 0 | 50 | 52 | 0 | 3 | 144 | 117 |
| Binary | 11111111 | 10011001 | 10010011 | 0 | 101000 | 101010 | 0 | 11 | 1100100 | 1001111 |
Color Harmonies of #FF9993
Complementary color
Monochromatic Colors of #FF9993
Black with #FF9993
Text Example
Text Example
White with #FF9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9993; }
p { color: rgb(255,153,147); }
H1.HeaderClassName
{
color: #FF9993;
}
.AnyTagClassName
{
color: #FF9993;
}
</style>
background-color css
<style>
a { background-color: #FF9993; }
a { background-color: rgb(255,153,147); }
div.DivClassName
{
background-color: #FF9993;
}
.BgClassName
{
background-color: #FF9993;
}
</style>
border-color css
<style>
span { border-color: #FF9993; }
span { border-color: rgb(255,153,147); }
td.TdClassName
{
border-color: #FF9993;
}
.TagClassName
{
border-color: #FF9993;
}
</style>