COLOR #F48DDA

HEX: #F48DDA RGB: (244,141,218)

Color info

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

RGB color model

#F48DDA color RGB value is (244,141,218).

RGB: (244,141,218) (96%, 55%, 85%)

RGB channels and saturation

R 244 of 255 = 96%
G 141 of 255 = 55%
B 218 of 255 = 85%

244
141
218

R + G + B ~ 79%. #F48DDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 141 + 218 = 603 (100%)
R 244 of 603 ~ 40.46%
G 141 of 603 ~ 23.38%
B 218 of 603 ~ 36.15'%

%40.46
%23.38
%36.15

CMYK color model

#F48DDA color CMYK value is (0,42,11,4).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 10.66%
  • key color value is 4.31%

CMYK: (0,42,11,4)
C0M42Y11K4 (0%, 42%, 11%, 4%)
(0.00 / 0.42 / 0.11 / 0.04)

CMYK percentages

%0
%42.21
%10.66
%4.31

Codes

Color #F48DDA in popluar color models

F4 8D DA
RGB 244 141 218
HSL 315° 82.40% 75.49%
HSB/HSV 315° 42.21% 95.69%
CMYK 0.00% 42.21% 10.66%
4.31%

Color #F48DDA in popluar number systems.

HEX F4 8D DA
Decimal 244 141 218
Binary 11110100 10001101 11011010
Octal 364 215 332

Shades and tints

Shades of #F48DDA

#F48DDA
(244,141,218)
#DE81C7
(222,129,199)
#C875B4
(200,117,180)
#B269A1
(178,105,161)
#9C5D8E
(156,93,142)
#86517B
(134,81,123)
#704568
(112,69,104)
#5A3955
(90,57,85)
#442D42
(68,45,66)
#2E212F
(46,33,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #F48DDA

#F48DDA
(244,141,218)
#F597DD
(245,151,221)
#F6A1E0
(246,161,224)
#F7ABE3
(247,171,227)
#F8B5E6
(248,181,230)
#F9BFE9
(249,191,233)
#FAC9EC
(250,201,236)
#FBD3EF
(251,211,239)
#FCDDF2
(252,221,242)
#FDE7F5
(253,231,245)
#FEF1F8
(254,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F48DDA; }

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

This text font color is #F48DDA.

Background Color

.myBgColor { background-color: #F48DDA; }

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

This div background color is #F48DDA.

Border color

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

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

This div border color is #F48DDA.

Opacity

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

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

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

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

This text has shadow with #F48DDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F48DDA.

Preview

Color preview on black background

This text has color #F48DDA on black background.


Color preview on white background

This text has color #F48DDA on white background.


Black color preview on #F48DDA background

This text has black color on #F48DDA background.


White color preview on #F48DDA background

This text has white color on #F48DDA background.


Related colors

Complementary color

Complementary color for #hex is #0B7225.


I love getcolorcode.com

Triadic colors

1 #DAF48D and #8DDAF4 with #F48DDA are triadic colors.

2 #DA8DF4 and #8DF4DA with #F48DDA are triadic colors.