COLOR #F49CB1

HEX: #F49CB1
RGB: (244,156,177)

Color info

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

RGB color model

#F49CB1 color RGB value is (244,156,177).

  • red value is 244;
  • green value is 156;
  • blue value is 177.
RGB:
(244,156,177)
(96%,61%,69%)

RGB channels and saturation

R 244 of 255 = 96%
G 156 of 255 = 61%
B 177 of 255 = 69%

244
156
177

R + G + B ~ 75%. #F49CB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 156 + 177 = 577 (100%)
R 244 of 577 ~ 42.29%
G 156 of 577 ~ 27.04%
B 177 of 577 ~ 30.68%

%42.29
%27.04
%30.68

CMYK color model

#F49CB1 color CMYK value is (0,36,27,4).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 27.46%
  • key color value is 4.31%
CMYK:
(0,36,27,4)
C0M36Y27K4 
(0%,36%,27%,4%)
(0.00/0.36/0.27/0.04)	

CMYK percentages

%0
%36.07
%27.46
%4.31

Codes

Color #F49CB1 in popluar color models

F49CB1
RGB244156177
HSL346°80.00%78.43%
HSB/HSV346°36.07%95.69%
CMYK0.00%36.07%27.46%
4.31%

Color #F49CB1 in popluar number systems.

HEXF49CB1
Decimal244156177
Binary111101001001110010110001
Octal364234261

Shades and tints

Shades of #F49CB1

#F49CB1
(244,156,177)
#DE8EA1
(222,142,161)
#C88091
(200,128,145)
#B27281
(178,114,129)
#9C6471
(156,100,113)
#865661
(134,86,97)
#704851
(112,72,81)
#5A3A41
(90,58,65)
#442C31
(68,44,49)
#2E1E21
(46,30,33)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #F49CB1

#F49CB1
(244,156,177)
#F5A5B8
(245,165,184)
#F6AEBF
(246,174,191)
#F7B7C6
(247,183,198)
#F8C0CD
(248,192,205)
#F9C9D4
(249,201,212)
#FAD2DB
(250,210,219)
#FBDBE2
(251,219,226)
#FCE4E9
(252,228,233)
#FDEDF0
(253,237,240)
#FEF6F7
(254,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49CB1 color. Also use rgb(244,156,177) instead hex code.

Text Font Color

.myTextColor { color: #F49CB1; }

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

This text font color is #F49CB1.


Background Color

.myBgColor { background-color: #F49CB1; }

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

This div background color is #F49CB1.


Border color

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

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

This div border color is #F49CB1.


Opacity

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

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

Text with #F49CB1 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 #F49CB1;}

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

This text has shadow with #F49CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49CB1 on black background.


Color preview on white background

This text has color #F49CB1 on white background.



Black color preview on #F49CB1 background

This text has black color on #F49CB1 background.


White color preview on #F49CB1 background

This text has white color on #F49CB1 background.