COLOR #F49586

HEX: #F49586
RGB: (244,149,134)

Color info

#F49586 contains mainly red color. Web safe color of #F49586 is #FF9999 (or #F99).

RGB color model

#F49586 color RGB value is (244,149,134).

  • red value is 244;
  • green value is 149;
  • blue value is 134.
RGB:
(244,149,134)
(96%,58%,53%)

RGB channels and saturation

R 244 of 255 = 96%
G 149 of 255 = 58%
B 134 of 255 = 53%

244
149
134

R + G + B ~ 69%. #F49586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 149 + 134 = 527 (100%)
R 244 of 527 ~ 46.3%
G 149 of 527 ~ 28.27%
B 134 of 527 ~ 25.43%

%46.3
%28.27
%25.43

CMYK color model

#F49586 color CMYK value is (0,39,45,4).

  • cyan value is 0.00%
  • magenta value is 38.93%
  • yellow value is 45.08%
  • key color value is 4.31%
CMYK:
(0,39,45,4)
C0M39Y45K4 
(0%,39%,45%,4%)
(0.00/0.39/0.45/0.04)	

CMYK percentages

%0
%38.93
%45.08
%4.31

Codes

Color #F49586 in popluar color models

F49586
RGB244149134
HSL83.33%74.12%
HSB/HSV45.08%95.69%
CMYK0.00%38.93%45.08%
4.31%

Color #F49586 in popluar number systems.

HEXF49586
Decimal244149134
Binary111101001001010110000110
Octal364225206

Shades and tints

Shades of #F49586

#F49586
(244,149,134)
#DE887A
(222,136,122)
#C87B6E
(200,123,110)
#B26E62
(178,110,98)
#9C6156
(156,97,86)
#86544A
(134,84,74)
#70473E
(112,71,62)
#5A3A32
(90,58,50)
#442D26
(68,45,38)
#2E201A
(46,32,26)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #F49586

#F49586
(244,149,134)
#F59E91
(245,158,145)
#F6A79C
(246,167,156)
#F7B0A7
(247,176,167)
#F8B9B2
(248,185,178)
#F9C2BD
(249,194,189)
#FACBC8
(250,203,200)
#FBD4D3
(251,212,211)
#FCDDDE
(252,221,222)
#FDE6E9
(253,230,233)
#FEEFF4
(254,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49586 color. Also use rgb(244,149,134) instead hex code.

Text Font Color

.myTextColor { color: #F49586; }

<p style="color:#F49586">This sample text font color is #F49586.</p>

This text font color is #F49586.


Background Color

.myBgColor { background-color: #F49586; }

<div style="background-color:#F49586">Inner text</div>

This div background color is #F49586.


Border color

.myBorderColor { border: 1px solid #F49586; }

<div style="border:3px solid #F49586">Div</div>

This div border color is #F49586.


Opacity

.myOpacity80 { color: #F49586; opacity: 0.8; }

<p style="color:#F49586;opacity:0.8;">80%</p>

Text with #F49586 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F49586;}

<p style="text-shadow: 3px 3px 1px #F49586">Text here.</p>

This text has shadow with #F49586 color.

.textShadow {text-shadow: 3px 3px 1px #F49586, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F49586, 5px 5px 20px red">Text here.</p>

This text has shadow with #F49586 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F49586, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F49586, Direction=45, Strength=4)">Text</p>

This text has shadow with #F49586 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F49586;
  -webkit-box-shadow:	1px 1px 3px 2px #F49586;
  box-shadow:		1px 1px 3px 2px #F49586;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F49586;
-webkit-box-shadow: 1px 1px 3px 2px #F49586;
box-shadow:1px 1px 3px 2px #F49586;">
Div content here</div>
This div box has shadow with color #F49586.

Preview

Color preview on black background

This text has color #F49586 on black background.


Color preview on white background

This text has color #F49586 on white background.



Black color preview on #F49586 background

This text has black color on #F49586 background.


White color preview on #F49586 background

This text has white color on #F49586 background.