COLOR #F49AB9

HEX: #F49AB9
RGB: (244,154,185)

Color info

#F49AB9 contains mainly red and blue colors. Web safe color of #F49AB9 is #FF99CC (or #F9C).

RGB color model

#F49AB9 color RGB value is (244,154,185).

  • red value is 244;
  • green value is 154;
  • blue value is 185.
RGB:
(244,154,185)
(96%,60%,73%)

RGB channels and saturation

R 244 of 255 = 96%
G 154 of 255 = 60%
B 185 of 255 = 73%

244
154
185

R + G + B ~ 76%. #F49AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 154 + 185 = 583 (100%)
R 244 of 583 ~ 41.85%
G 154 of 583 ~ 26.42%
B 185 of 583 ~ 31.73%

%41.85
%26.42
%31.73

CMYK color model

#F49AB9 color CMYK value is (0,37,24,4).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 24.18%
  • key color value is 4.31%
CMYK:
(0,37,24,4)
C0M37Y24K4 
(0%,37%,24%,4%)
(0.00/0.37/0.24/0.04)	

CMYK percentages

%0
%36.89
%24.18
%4.31

Codes

Color #F49AB9 in popluar color models

F49AB9
RGB244154185
HSL339°80.36%78.04%
HSB/HSV339°36.89%95.69%
CMYK0.00%36.89%24.18%
4.31%

Color #F49AB9 in popluar number systems.

HEXF49AB9
Decimal244154185
Binary111101001001101010111001
Octal364232271

Shades and tints

Shades of #F49AB9

#F49AB9
(244,154,185)
#DE8CA9
(222,140,169)
#C87E99
(200,126,153)
#B27089
(178,112,137)
#9C6279
(156,98,121)
#865469
(134,84,105)
#704659
(112,70,89)
#5A3849
(90,56,73)
#442A39
(68,42,57)
#2E1C29
(46,28,41)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #F49AB9

#F49AB9
(244,154,185)
#F5A3BF
(245,163,191)
#F6ACC5
(246,172,197)
#F7B5CB
(247,181,203)
#F8BED1
(248,190,209)
#F9C7D7
(249,199,215)
#FAD0DD
(250,208,221)
#FBD9E3
(251,217,227)
#FCE2E9
(252,226,233)
#FDEBEF
(253,235,239)
#FEF4F5
(254,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49AB9 color. Also use rgb(244,154,185) instead hex code.

Text Font Color

.myTextColor { color: #F49AB9; }

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

This text font color is #F49AB9.


Background Color

.myBgColor { background-color: #F49AB9; }

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

This div background color is #F49AB9.


Border color

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

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

This div border color is #F49AB9.


Opacity

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

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

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

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

This text has shadow with #F49AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49AB9 on black background.


Color preview on white background

This text has color #F49AB9 on white background.



Black color preview on #F49AB9 background

This text has black color on #F49AB9 background.


White color preview on #F49AB9 background

This text has white color on #F49AB9 background.