COLOR #F47AB6

HEX: #F47AB6
RGB: (244,122,182)

Color info

#F47AB6 contains mainly red color. Web safe color of #F47AB6 is #FF66CC (or #F6C).

RGB color model

#F47AB6 color RGB value is (244,122,182).

  • red value is 244;
  • green value is 122;
  • blue value is 182.
RGB:
(244,122,182)
(96%,48%,71%)

RGB channels and saturation

R 244 of 255 = 96%
G 122 of 255 = 48%
B 182 of 255 = 71%

244
122
182

R + G + B ~ 72%. #F47AB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 122 + 182 = 548 (100%)
R 244 of 548 ~ 44.53%
G 122 of 548 ~ 22.26%
B 182 of 548 ~ 33.21%

%44.53
%22.26
%33.21

CMYK color model

#F47AB6 color CMYK value is (0,50,25,4).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 25.41%
  • key color value is 4.31%
CMYK:
(0,50,25,4)
C0M50Y25K4 
(0%,50%,25%,4%)
(0.00/0.50/0.25/0.04)	

CMYK percentages

%0
%50
%25.41
%4.31

Codes

Color #F47AB6 in popluar color models

F47AB6
RGB244122182
HSL330°84.72%71.76%
HSB/HSV330°50.00%95.69%
CMYK0.00%50.00%25.41%
4.31%

Color #F47AB6 in popluar number systems.

HEXF47AB6
Decimal244122182
Binary11110100111101010110110
Octal364172266

Shades and tints

Shades of #F47AB6

#F47AB6
(244,122,182)
#DE6FA6
(222,111,166)
#C86496
(200,100,150)
#B25986
(178,89,134)
#9C4E76
(156,78,118)
#864366
(134,67,102)
#703856
(112,56,86)
#5A2D46
(90,45,70)
#442236
(68,34,54)
#2E1726
(46,23,38)
#180C16
(24,12,22)
#000000
(0,0,0)

Tints of #F47AB6

#F47AB6
(244,122,182)
#F586BC
(245,134,188)
#F692C2
(246,146,194)
#F79EC8
(247,158,200)
#F8AACE
(248,170,206)
#F9B6D4
(249,182,212)
#FAC2DA
(250,194,218)
#FBCEE0
(251,206,224)
#FCDAE6
(252,218,230)
#FDE6EC
(253,230,236)
#FEF2F2
(254,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47AB6 color. Also use rgb(244,122,182) instead hex code.

Text Font Color

.myTextColor { color: #F47AB6; }

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

This text font color is #F47AB6.


Background Color

.myBgColor { background-color: #F47AB6; }

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

This div background color is #F47AB6.


Border color

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

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

This div border color is #F47AB6.


Opacity

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

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

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

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

This text has shadow with #F47AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F47AB6 on black background.


Color preview on white background

This text has color #F47AB6 on white background.



Black color preview on #F47AB6 background

This text has black color on #F47AB6 background.


White color preview on #F47AB6 background

This text has white color on #F47AB6 background.