Shades of Mona Lisa #FF9999
Tints of Mona Lisa #FF9999
RGB
CMYK
RGB Variations
Color information
#FF9999 (or 0xFF9999) is known color: Mona Lisa. HEX triplet: FF, 99 and 99. RGB value is (255,153,153). Sum of RGB (Red+Green+Blue) = 255+153+153=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9999 is a web safe color. Inversed color of #FF9999 is #006666. Grayscale: #B7B7B7. Windows color (decimal): -26215 or 10066431. OLE color: 10066431.
HSL color Cylindrical-coordinate representation of color #FF9999: hue angle of 0º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9999 is Cyan = 0, Magento = 0.4, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 153 | 153 | - |
CMYK | 0 | 0.4 | 0.4 | 0 |
HSL | 0º | 1% | 0.8% | - |
HSV(B) | 0º | 0.4% | 1% | - |
XYZ | 58.38 | 46.34 | 36 | - |
YUV | 183.5 | 110.79 | 179 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 153 | 153 | 0 | 0.4 | 0.4 | 0 | 0 | 1 | 0.8 |
Hex | FF | 99 | 99 | 0 | 28 | 28 | 0 | 0 | 64 | 50 |
Octal | 377 | 231 | 231 | 0 | 50 | 50 | 0 | 0 | 144 | 120 |
Binary | 11111111 | 10011001 | 10011001 | 0 | 101000 | 101000 | 0 | 0 | 1100100 | 1010000 |
Color Harmonies of #FF9999
Complementary color
Monochromatic Colors of #FF9999
Black with #FF9999
Text Example
Text Example
White with #FF9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9999; }
p { color: rgb(255,153,153); }
H1.HeaderClassName
{
color: #FF9999;
}
.AnyTagClassName
{
color: #FF9999;
}
</style>
background-color css
<style>
a { background-color: #FF9999; }
a { background-color: rgb(255,153,153); }
div.DivClassName
{
background-color: #FF9999;
}
.BgClassName
{
background-color: #FF9999;
}
</style>
border-color css
<style>
span { border-color: #FF9999; }
span { border-color: rgb(255,153,153); }
td.TdClassName
{
border-color: #FF9999;
}
.TagClassName
{
border-color: #FF9999;
}
</style>