#F99185

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

Shades of Mona Lisa #F99185

Tints of Mona Lisa #F99185

Color information

#F99185 (or 0xF99185) is unknown color: approx Mona Lisa. HEX triplet: F9, 91 and 85. RGB value is (249,145,133). Sum of RGB (Red+Green+Blue) = 249+145+133=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F99185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99185 is #066E7A. Grayscale: #AEAEAE. Windows color (decimal): -421499 or 8753657. OLE color: 8753657.

HSL color Cylindrical-coordinate representation of color #F99185: hue angle of 6.21º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F99185 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB249145133-
CMYK00.420.470.02
HSL6.21º90.62%74.9%-
HSV(B)6.21º46.59%97.65%-
XYZ53.4342.0827.5-
YUV174.73104.46180.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.25%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=47.25%
G=27.51%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914513300.420.470.026.2190.6274.9
HexF9918502A2F265b4b
Octal3712212050525726133113
Binary11111001100100011000010101010101011111011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99185; }

 p { color: rgb(249,145,133); }

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

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

 a { background-color: rgb(249,145,133); }

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

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

 span { border-color: rgb(249,145,133); }

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