COLOR #F47FDF

HEX: #F47FDF RGB: (244,127,223)

Color info

#F47FDF contains mainly red and blue colors. Web safe color of #F47FDF is #FF66CC (or #F6C).

RGB color model

#F47FDF color RGB value is (244,127,223).

RGB: (244,127,223) (96%, 50%, 87%)

RGB channels and saturation

R 244 of 255 = 96%
G 127 of 255 = 50%
B 223 of 255 = 87%

244
127
223

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

Portions of RGB colors in percentages

R + G + B = 244 + 127 + 223 = 594 (100%)
R 244 of 594 ~ 41.08%
G 127 of 594 ~ 21.38%
B 223 of 594 ~ 37.54'%

%41.08
%21.38
%37.54

CMYK color model

#F47FDF color CMYK value is (0,48,9,4).

  • cyan value is 0.00%
  • magenta value is 47.95%
  • yellow value is 8.61%
  • key color value is 4.31%

CMYK: (0,48,9,4)
C0M48Y9K4 (0%, 48%, 9%, 4%)
(0.00 / 0.48 / 0.09 / 0.04)

CMYK percentages

%0
%47.95
%8.61
%4.31

Codes

Color #F47FDF in popluar color models

F4 7F DF
RGB 244 127 223
HSL 311° 84.17% 72.75%
HSB/HSV 311° 47.95% 95.69%
CMYK 0.00% 47.95% 8.61%
4.31%

Color #F47FDF in popluar number systems.

HEX F4 7F DF
Decimal 244 127 223
Binary 11110100 1111111 11011111
Octal 364 177 337

Shades and tints

Shades of #F47FDF

#F47FDF
(244,127,223)
#DE74CB
(222,116,203)
#C869B7
(200,105,183)
#B25EA3
(178,94,163)
#9C538F
(156,83,143)
#86487B
(134,72,123)
#703D67
(112,61,103)
#5A3253
(90,50,83)
#44273F
(68,39,63)
#2E1C2B
(46,28,43)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #F47FDF

#F47FDF
(244,127,223)
#F58AE1
(245,138,225)
#F695E3
(246,149,227)
#F7A0E5
(247,160,229)
#F8ABE7
(248,171,231)
#F9B6E9
(249,182,233)
#FAC1EB
(250,193,235)
#FBCCED
(251,204,237)
#FCD7EF
(252,215,239)
#FDE2F1
(253,226,241)
#FEEDF3
(254,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47FDF color. Also use rgb(244,127,223) instead hex code.

Text Font Color

.myTextColor { color: #F47FDF; }

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

This text font color is #F47FDF.

Background Color

.myBgColor { background-color: #F47FDF; }

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

This div background color is #F47FDF.

Border color

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

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

This div border color is #F47FDF.

Opacity

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

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

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

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

This text has shadow with #F47FDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F47FDF.

Preview

Color preview on black background

This text has color #F47FDF on black background.


Color preview on white background

This text has color #F47FDF on white background.


Black color preview on #F47FDF background

This text has black color on #F47FDF background.


White color preview on #F47FDF background

This text has white color on #F47FDF background.


Related colors

Complementary color

Complementary color for #hex is #0B8020.


I love getcolorcode.com

Triadic colors

1 #DFF47F and #7FDFF4 with #F47FDF are triadic colors.

2 #DF7FF4 and #7FF4DF with #F47FDF are triadic colors.