COLOR #F48AB1

HEX: #F48AB1
RGB: (244,138,177)

Color info

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

RGB color model

#F48AB1 color RGB value is (244,138,177).

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

RGB channels and saturation

R 244 of 255 = 96%
G 138 of 255 = 54%
B 177 of 255 = 69%

244
138
177

R + G + B ~ 73%. #F48AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 138 + 177 = 559 (100%)
R 244 of 559 ~ 43.65%
G 138 of 559 ~ 24.69%
B 177 of 559 ~ 31.66%

%43.65
%24.69
%31.66

CMYK color model

#F48AB1 color CMYK value is (0,43,27,4).

  • cyan value is 0.00%
  • magenta value is 43.44%
  • yellow value is 27.46%
  • key color value is 4.31%
CMYK:
(0,43,27,4)
C0M43Y27K4 
(0%,43%,27%,4%)
(0.00/0.43/0.27/0.04)	

CMYK percentages

%0
%43.44
%27.46
%4.31

Codes

Color #F48AB1 in popluar color models

F48AB1
RGB244138177
HSL338°82.81%74.90%
HSB/HSV338°43.44%95.69%
CMYK0.00%43.44%27.46%
4.31%

Color #F48AB1 in popluar number systems.

HEXF48AB1
Decimal244138177
Binary111101001000101010110001
Octal364212261

Shades and tints

Shades of #F48AB1

#F48AB1
(244,138,177)
#DE7EA1
(222,126,161)
#C87291
(200,114,145)
#B26681
(178,102,129)
#9C5A71
(156,90,113)
#864E61
(134,78,97)
#704251
(112,66,81)
#5A3641
(90,54,65)
#442A31
(68,42,49)
#2E1E21
(46,30,33)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #F48AB1

#F48AB1
(244,138,177)
#F594B8
(245,148,184)
#F69EBF
(246,158,191)
#F7A8C6
(247,168,198)
#F8B2CD
(248,178,205)
#F9BCD4
(249,188,212)
#FAC6DB
(250,198,219)
#FBD0E2
(251,208,226)
#FCDAE9
(252,218,233)
#FDE4F0
(253,228,240)
#FEEEF7
(254,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F48AB1; }

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

This text font color is #F48AB1.


Background Color

.myBgColor { background-color: #F48AB1; }

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

This div background color is #F48AB1.


Border color

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

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

This div border color is #F48AB1.


Opacity

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

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

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

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

This text has shadow with #F48AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48AB1 on black background.


Color preview on white background

This text has color #F48AB1 on white background.



Black color preview on #F48AB1 background

This text has black color on #F48AB1 background.


White color preview on #F48AB1 background

This text has white color on #F48AB1 background.