#f9958b

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

Shades of Mona Lisa #F9958B

Tints of Mona Lisa #F9958B

Color information

#F9958B (or 0xF9958B) is unknown color: approx Mona Lisa. HEX triplet: F9, 95 and 8B. RGB value is (249,149,139). Sum of RGB (Red+Green+Blue) = 249+149+139=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9958B is #066A74. Grayscale: #B1B1B1. Windows color (decimal): -420469 or 9147897. OLE color: 9147897.

HSL color Cylindrical-coordinate representation of color #F9958B: hue angle of 5.45º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9958B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249149139-
CMYK00.400.440.02
HSL5.45º90.16%76.08%-
HSV(B)5.45º44.18%97.65%-
XYZ54.4743.529.95-
YUV177.76106.13178.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.37%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 139 (54.69% from 255) = 25.88%
R=46.37%
G=27.75%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914913900.400.440.025.4590.1676.08
HexF9958B0282C255a4c
Octal3712252130505425132114
Binary11111001100101011000101101010001011001010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9958b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9958b; }

 p { color: rgb(249,149,139); }

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

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

 a { background-color: rgb(249,149,139); }

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

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

 span { border-color: rgb(249,149,139); }

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