COLOR #F48DD1

HEX: #F48DD1
RGB: (244,141,209)

Color info

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

RGB color model

#F48DD1 color RGB value is (244,141,209).

  • red value is 244;
  • green value is 141;
  • blue value is 209.
RGB:
(244,141,209)
(96%,55%,82%)

RGB channels and saturation

R 244 of 255 = 96%
G 141 of 255 = 55%
B 209 of 255 = 82%

244
141
209

R + G + B ~ 78%. #F48DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 141 + 209 = 594 (100%)
R 244 of 594 ~ 41.08%
G 141 of 594 ~ 23.74%
B 209 of 594 ~ 35.19%

%41.08
%23.74
%35.19

CMYK color model

#F48DD1 color CMYK value is (0,42,14,4).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 14.34%
  • key color value is 4.31%
CMYK:
(0,42,14,4)
C0M42Y14K4 
(0%,42%,14%,4%)
(0.00/0.42/0.14/0.04)	

CMYK percentages

%0
%42.21
%14.34
%4.31

Codes

Color #F48DD1 in popluar color models

F48DD1
RGB244141209
HSL320°82.40%75.49%
HSB/HSV320°42.21%95.69%
CMYK0.00%42.21%14.34%
4.31%

Color #F48DD1 in popluar number systems.

HEXF48DD1
Decimal244141209
Binary111101001000110111010001
Octal364215321

Shades and tints

Shades of #F48DD1

#F48DD1
(244,141,209)
#DE81BE
(222,129,190)
#C875AB
(200,117,171)
#B26998
(178,105,152)
#9C5D85
(156,93,133)
#865172
(134,81,114)
#70455F
(112,69,95)
#5A394C
(90,57,76)
#442D39
(68,45,57)
#2E2126
(46,33,38)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #F48DD1

#F48DD1
(244,141,209)
#F597D5
(245,151,213)
#F6A1D9
(246,161,217)
#F7ABDD
(247,171,221)
#F8B5E1
(248,181,225)
#F9BFE5
(249,191,229)
#FAC9E9
(250,201,233)
#FBD3ED
(251,211,237)
#FCDDF1
(252,221,241)
#FDE7F5
(253,231,245)
#FEF1F9
(254,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48DD1 color. Also use rgb(244,141,209) instead hex code.

Text Font Color

.myTextColor { color: #F48DD1; }

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

This text font color is #F48DD1.


Background Color

.myBgColor { background-color: #F48DD1; }

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

This div background color is #F48DD1.


Border color

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

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

This div border color is #F48DD1.


Opacity

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

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

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

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

This text has shadow with #F48DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48DD1 on black background.


Color preview on white background

This text has color #F48DD1 on white background.



Black color preview on #F48DD1 background

This text has black color on #F48DD1 background.


White color preview on #F48DD1 background

This text has white color on #F48DD1 background.