COLOR #F47BA9

HEX: #F47BA9
RGB: (244,123,169)

Color info

#F47BA9 contains mainly red color. Web safe color of #F47BA9 is #FF6699 (or #F69).

RGB color model

#F47BA9 color RGB value is (244,123,169).

  • red value is 244;
  • green value is 123;
  • blue value is 169.
RGB:
(244,123,169)
(96%,48%,66%)

RGB channels and saturation

R 244 of 255 = 96%
G 123 of 255 = 48%
B 169 of 255 = 66%

244
123
169

R + G + B ~ 70%. #F47BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 123 + 169 = 536 (100%)
R 244 of 536 ~ 45.52%
G 123 of 536 ~ 22.95%
B 169 of 536 ~ 31.53%

%45.52
%22.95
%31.53

CMYK color model

#F47BA9 color CMYK value is (0,50,31,4).

  • cyan value is 0.00%
  • magenta value is 49.59%
  • yellow value is 30.74%
  • key color value is 4.31%
CMYK:
(0,50,31,4)
C0M50Y31K4 
(0%,50%,31%,4%)
(0.00/0.50/0.31/0.04)	

CMYK percentages

%0
%49.59
%30.74
%4.31

Codes

Color #F47BA9 in popluar color models

F47BA9
RGB244123169
HSL337°84.62%71.96%
HSB/HSV337°49.59%95.69%
CMYK0.00%49.59%30.74%
4.31%

Color #F47BA9 in popluar number systems.

HEXF47BA9
Decimal244123169
Binary11110100111101110101001
Octal364173251

Shades and tints

Shades of #F47BA9

#F47BA9
(244,123,169)
#DE709A
(222,112,154)
#C8658B
(200,101,139)
#B25A7C
(178,90,124)
#9C4F6D
(156,79,109)
#86445E
(134,68,94)
#70394F
(112,57,79)
#5A2E40
(90,46,64)
#442331
(68,35,49)
#2E1822
(46,24,34)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #F47BA9

#F47BA9
(244,123,169)
#F587B0
(245,135,176)
#F693B7
(246,147,183)
#F79FBE
(247,159,190)
#F8ABC5
(248,171,197)
#F9B7CC
(249,183,204)
#FAC3D3
(250,195,211)
#FBCFDA
(251,207,218)
#FCDBE1
(252,219,225)
#FDE7E8
(253,231,232)
#FEF3EF
(254,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47BA9 color. Also use rgb(244,123,169) instead hex code.

Text Font Color

.myTextColor { color: #F47BA9; }

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

This text font color is #F47BA9.


Background Color

.myBgColor { background-color: #F47BA9; }

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

This div background color is #F47BA9.


Border color

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

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

This div border color is #F47BA9.


Opacity

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

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

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

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

This text has shadow with #F47BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F47BA9 on black background.


Color preview on white background

This text has color #F47BA9 on white background.



Black color preview on #F47BA9 background

This text has black color on #F47BA9 background.


White color preview on #F47BA9 background

This text has white color on #F47BA9 background.