COLOR #F47FD3

HEX: #F47FD3 RGB: (244,127,211)

Color info

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

RGB color model

#F47FD3 color RGB value is (244,127,211).

RGB: (244,127,211) (96%, 50%, 83%)

RGB channels and saturation

R 244 of 255 = 96%
G 127 of 255 = 50%
B 211 of 255 = 83%

244
127
211

R + G + B ~ 76%. #F47FD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 127 + 211 = 582 (100%)
R 244 of 582 ~ 41.92%
G 127 of 582 ~ 21.82%
B 211 of 582 ~ 36.25'%

%41.92
%21.82
%36.25

CMYK color model

#F47FD3 color CMYK value is (0,48,14,4).

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

CMYK: (0,48,14,4)
C0M48Y14K4 (0%, 48%, 14%, 4%)
(0.00 / 0.48 / 0.14 / 0.04)

CMYK percentages

%0
%47.95
%13.52
%4.31

Codes

Color #F47FD3 in popluar color models

F4 7F D3
RGB 244 127 211
HSL 317° 84.17% 72.75%
HSB/HSV 317° 47.95% 95.69%
CMYK 0.00% 47.95% 13.52%
4.31%

Color #F47FD3 in popluar number systems.

HEX F4 7F D3
Decimal 244 127 211
Binary 11110100 1111111 11010011
Octal 364 177 323

Shades and tints

Shades of #F47FD3

#F47FD3
(244,127,211)
#DE74C0
(222,116,192)
#C869AD
(200,105,173)
#B25E9A
(178,94,154)
#9C5387
(156,83,135)
#864874
(134,72,116)
#703D61
(112,61,97)
#5A324E
(90,50,78)
#44273B
(68,39,59)
#2E1C28
(46,28,40)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #F47FD3

#F47FD3
(244,127,211)
#F58AD7
(245,138,215)
#F695DB
(246,149,219)
#F7A0DF
(247,160,223)
#F8ABE3
(248,171,227)
#F9B6E7
(249,182,231)
#FAC1EB
(250,193,235)
#FBCCEF
(251,204,239)
#FCD7F3
(252,215,243)
#FDE2F7
(253,226,247)
#FEEDFB
(254,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F47FD3; }

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

This text font color is #F47FD3.

Background Color

.myBgColor { background-color: #F47FD3; }

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

This div background color is #F47FD3.

Border color

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

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

This div border color is #F47FD3.

Opacity

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

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

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

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

This text has shadow with #F47FD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F47FD3.

Preview

Color preview on black background

This text has color #F47FD3 on black background.


Color preview on white background

This text has color #F47FD3 on white background.


Black color preview on #F47FD3 background

This text has black color on #F47FD3 background.


White color preview on #F47FD3 background

This text has white color on #F47FD3 background.


Related colors

Complementary color

Complementary color for #hex is #0B802C.


I love getcolorcode.com

Triadic colors

1 #D3F47F and #7FD3F4 with #F47FD3 are triadic colors.

2 #D37FF4 and #7FF4D3 with #F47FD3 are triadic colors.