#F49F8E

Color #F49F8E Mona Lisa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mona Lisa #F49F8E

Tints of Mona Lisa #F49F8E

Color information

#F49F8E (or 0xF49F8E) is unknown color: approx Mona Lisa. HEX triplet: F4, 9F and 8E. RGB value is (244,159,142). Sum of RGB (Red+Green+Blue) = 244+159+142=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F49F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49F8E is #0B6071. Grayscale: #B6B6B6. Windows color (decimal): -745586 or 9347060. OLE color: 9347060.

HSL color Cylindrical-coordinate representation of color #F49F8E: hue angle of 10º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F49F8E is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244159142-
CMYK00.350.420.04
HSL10º82.26%75.69%-
HSV(B)10º41.8%95.69%-
XYZ54.5945.9831.59-
YUV182.48105.16171.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 44.77%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=44.77%
G=29.17%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415914200.350.420.041082.2675.69
HexF49F8E0232A4a524c
Octal36423721604352412122114
Binary1111010010011111100011100100011101010100101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49F8E; }

 p { color: rgb(244,159,142); }

 H1.HeaderClassName
 {
   color: #F49F8E;
 }
 .AnyTagClassName
 {
   color: #F49F8E;
 }
</style>
background-color css

<style>
 a { background-color: #F49F8E; }

 a { background-color: rgb(244,159,142); }

 div.DivClassName
 {
   background-color: #F49F8E;
 }
 .BgClassName
 {
   background-color: #F49F8E;
 }
</style>
border-color css

<style>
 span { border-color: #F49F8E; }

 span { border-color: rgb(244,159,142); }

 td.TdClassName
 {
   border-color: #F49F8E;
 }
 .TagClassName
 {
   border-color: #F49F8E;
 }
</style>