COLOR #F49BB1

HEX: #F49BB1
RGB: (244,155,177)

Color info

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

RGB color model

#F49BB1 color RGB value is (244,155,177).

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

RGB channels and saturation

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

244
155
177

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

Portions of RGB colors in percentages

R + G + B =
244 + 155 + 177 = 576 (100%)
R 244 of 576 ~ 42.36%
G 155 of 576 ~ 26.91%
B 177 of 576 ~ 30.73%

%42.36
%26.91
%30.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.48%
  • 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.48
%27.46
%4.31

Codes

Color #F49BB1 in popluar color models

F49BB1
RGB244155177
HSL345°80.18%78.24%
HSB/HSV345°36.48%95.69%
CMYK0.00%36.48%27.46%
4.31%

Color #F49BB1 in popluar number systems.

HEXF49BB1
Decimal244155177
Binary111101001001101110110001
Octal364233261

Shades and tints

Shades of #F49BB1

#F49BB1
(244,155,177)
#DE8DA1
(222,141,161)
#C87F91
(200,127,145)
#B27181
(178,113,129)
#9C6371
(156,99,113)
#865561
(134,85,97)
#704751
(112,71,81)
#5A3941
(90,57,65)
#442B31
(68,43,49)
#2E1D21
(46,29,33)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #F49BB1

#F49BB1
(244,155,177)
#F5A4B8
(245,164,184)
#F6ADBF
(246,173,191)
#F7B6C6
(247,182,198)
#F8BFCD
(248,191,205)
#F9C8D4
(249,200,212)
#FAD1DB
(250,209,219)
#FBDAE2
(251,218,226)
#FCE3E9
(252,227,233)
#FDECF0
(253,236,240)
#FEF5F7
(254,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F49BB1; }

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

This text font color is #F49BB1.


Background Color

.myBgColor { background-color: #F49BB1; }

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

This div background color is #F49BB1.


Border color

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

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

This div border color is #F49BB1.


Opacity

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

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

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

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

This text has shadow with #F49BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49BB1 on black background.


Color preview on white background

This text has color #F49BB1 on white background.



Black color preview on #F49BB1 background

This text has black color on #F49BB1 background.


White color preview on #F49BB1 background

This text has white color on #F49BB1 background.