COLOR #F48FA4

HEX: #F48FA4
RGB: (244,143,164)

Color info

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

RGB color model

#F48FA4 color RGB value is (244,143,164).

  • red value is 244;
  • green value is 143;
  • blue value is 164.
RGB:
(244,143,164)
(96%,56%,64%)

RGB channels and saturation

R 244 of 255 = 96%
G 143 of 255 = 56%
B 164 of 255 = 64%

244
143
164

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

Portions of RGB colors in percentages

R + G + B =
244 + 143 + 164 = 551 (100%)
R 244 of 551 ~ 44.28%
G 143 of 551 ~ 25.95%
B 164 of 551 ~ 29.76%

%44.28
%25.95
%29.76

CMYK color model

#F48FA4 color CMYK value is (0,41,33,4).

  • cyan value is 0.00%
  • magenta value is 41.39%
  • yellow value is 32.79%
  • key color value is 4.31%
CMYK:
(0,41,33,4)
C0M41Y33K4 
(0%,41%,33%,4%)
(0.00/0.41/0.33/0.04)	

CMYK percentages

%0
%41.39
%32.79
%4.31

Codes

Color #F48FA4 in popluar color models

F48FA4
RGB244143164
HSL348°82.11%75.88%
HSB/HSV348°41.39%95.69%
CMYK0.00%41.39%32.79%
4.31%

Color #F48FA4 in popluar number systems.

HEXF48FA4
Decimal244143164
Binary111101001000111110100100
Octal364217244

Shades and tints

Shades of #F48FA4

#F48FA4
(244,143,164)
#DE8296
(222,130,150)
#C87588
(200,117,136)
#B2687A
(178,104,122)
#9C5B6C
(156,91,108)
#864E5E
(134,78,94)
#704150
(112,65,80)
#5A3442
(90,52,66)
#442734
(68,39,52)
#2E1A26
(46,26,38)
#180D18
(24,13,24)
#000000
(0,0,0)

Tints of #F48FA4

#F48FA4
(244,143,164)
#F599AC
(245,153,172)
#F6A3B4
(246,163,180)
#F7ADBC
(247,173,188)
#F8B7C4
(248,183,196)
#F9C1CC
(249,193,204)
#FACBD4
(250,203,212)
#FBD5DC
(251,213,220)
#FCDFE4
(252,223,228)
#FDE9EC
(253,233,236)
#FEF3F4
(254,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48FA4 color. Also use rgb(244,143,164) instead hex code.

Text Font Color

.myTextColor { color: #F48FA4; }

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

This text font color is #F48FA4.


Background Color

.myBgColor { background-color: #F48FA4; }

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

This div background color is #F48FA4.


Border color

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

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

This div border color is #F48FA4.


Opacity

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

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

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

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

This text has shadow with #F48FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48FA4 on black background.


Color preview on white background

This text has color #F48FA4 on white background.



Black color preview on #F48FA4 background

This text has black color on #F48FA4 background.


White color preview on #F48FA4 background

This text has white color on #F48FA4 background.