Shades of Mona Lisa #F99A8D
Tints of Mona Lisa #F99A8D
RGB
CMYK
RGB Variations
Color information
#F99A8D (or 0xF99A8D) is known color: Mona Lisa. HEX triplet: F9, 9A and 8D. RGB value is (249,154,141). Sum of RGB (Red+Green+Blue) = 249+154+141=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99A8D is #066572. Grayscale: #B5B5B5. Windows color (decimal): -419187 or 9280249. OLE color: 9280249.
HSL color Cylindrical-coordinate representation of color #F99A8D: hue angle of 7.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F99A8D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 154 | 141 | - |
CMYK | 0 | 0.38 | 0.43 | 0.02 |
HSL | 7.22º | 0.9% | 0.76% | - |
HSV(B) | 7.22º | 0.43% | 0.98% | - |
XYZ | 55.43 | 45.17 | 31 | - |
YUV | 180.92 | 105.47 | 176.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 154 | 141 | 0 | 0.38 | 0.43 | 0.02 | 7.22 | 0.9 | 0.76 |
Hex | F9 | 9A | 8D | 0 | 26 | 2B | 2 | 7 | 5A | 4C |
Octal | 371 | 232 | 215 | 0 | 46 | 53 | 2 | 7 | 132 | 114 |
Binary | 11111001 | 10011010 | 10001101 | 0 | 100110 | 101011 | 10 | 111 | 1011010 | 1001100 |
Color Harmonies of #F99A8D
Complementary color
Monochromatic Colors of #F99A8D
Black with #F99A8D
Text Example
Text Example
White with #F99A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A8D; }
p { color: rgb(249,154,141); }
H1.HeaderClassName
{
color: #F99A8D;
}
.AnyTagClassName
{
color: #F99A8D;
}
</style>
background-color css
<style>
a { background-color: #F99A8D; }
a { background-color: rgb(249,154,141); }
div.DivClassName
{
background-color: #F99A8D;
}
.BgClassName
{
background-color: #F99A8D;
}
</style>
border-color css
<style>
span { border-color: #F99A8D; }
span { border-color: rgb(249,154,141); }
td.TdClassName
{
border-color: #F99A8D;
}
.TagClassName
{
border-color: #F99A8D;
}
</style>