Html Css Color HEX #F9958C Mona Lisa

📋 copy color: '#F9958C'

red 249 ◦ green 149 ◦ blue 140

#F9958C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mona Lisa #F9958C

Tints of Mona Lisa #F9958C

RGB

 RED value IS 249 (97.66% from 255) = 46.28%

 GREEN value IS 149 (58.59% from 255) = 27.7%

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 46.28%
G = 27.7%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9958C (or 0xF9958C) is known color: Mona Lisa. HEX triplet: F9, 95 and 8C. RGB value is (249,149,140). Sum of RGB (Red+Green+Blue) = 249+149+140=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9958C is #066A73. Grayscale: #B2B2B2. Windows color (decimal): -420468 or 9213433. OLE color: 9213433.

HSL color Cylindrical-coordinate representation of color #F9958C: hue angle of 4.95º 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 #F9958C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 140 -
CMYK 0 0.40 0.44 0.02
HSL 4.95º 0.9% 0.76% -
HSV(B) 4.95º 0.44% 0.98% -
XYZ 54.55 43.53 30.34 -
YUV 177.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 249 149 140 0 0.40 0.44 0.02 4.95 0.9 0.76
Hex F9 95 8C 0 28 2C 2 5 5A 4C
Octal 371 225 214 0 50 54 2 5 132 114
Binary 11111001 10010101 10001100 0 101000 101100 10 101 1011010 1001100

Color Harmonies of #F9958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9958C

Black with #F9958C

Text Example


Text Example

White with #F9958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9958C; }

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

 H1.HeaderClassName
 {
   color: #F9958C;
 }
 .AnyTagClassName
 {
   color: #F9958C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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