COLOR #F471D1

HEX: #F471D1
RGB: (244,113,209)

Color info

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

RGB color model

#F471D1 color RGB value is (244,113,209).

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

RGB channels and saturation

R 244 of 255 = 96%
G 113 of 255 = 44%
B 209 of 255 = 82%

244
113
209

R + G + B ~ 74%. #F471D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 113 + 209 = 566 (100%)
R 244 of 566 ~ 43.11%
G 113 of 566 ~ 19.96%
B 209 of 566 ~ 36.93%

%43.11
%19.96
%36.93

CMYK color model

#F471D1 color CMYK value is (0,54,14,4).

  • cyan value is 0.00%
  • magenta value is 53.69%
  • yellow value is 14.34%
  • key color value is 4.31%
CMYK:
(0,54,14,4)
C0M54Y14K4 
(0%,54%,14%,4%)
(0.00/0.54/0.14/0.04)	

CMYK percentages

%0
%53.69
%14.34
%4.31

Codes

Color #F471D1 in popluar color models

F471D1
RGB244113209
HSL316°85.62%70.00%
HSB/HSV316°53.69%95.69%
CMYK0.00%53.69%14.34%
4.31%

Color #F471D1 in popluar number systems.

HEXF471D1
Decimal244113209
Binary11110100111000111010001
Octal364161321

Shades and tints

Shades of #F471D1

#F471D1
(244,113,209)
#DE67BE
(222,103,190)
#C85DAB
(200,93,171)
#B25398
(178,83,152)
#9C4985
(156,73,133)
#863F72
(134,63,114)
#70355F
(112,53,95)
#5A2B4C
(90,43,76)
#442139
(68,33,57)
#2E1726
(46,23,38)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #F471D1

#F471D1
(244,113,209)
#F57DD5
(245,125,213)
#F689D9
(246,137,217)
#F795DD
(247,149,221)
#F8A1E1
(248,161,225)
#F9ADE5
(249,173,229)
#FAB9E9
(250,185,233)
#FBC5ED
(251,197,237)
#FCD1F1
(252,209,241)
#FDDDF5
(253,221,245)
#FEE9F9
(254,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F471D1; }

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

This text font color is #F471D1.


Background Color

.myBgColor { background-color: #F471D1; }

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

This div background color is #F471D1.


Border color

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

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

This div border color is #F471D1.


Opacity

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

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

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

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

This text has shadow with #F471D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F471D1 on black background.


Color preview on white background

This text has color #F471D1 on white background.



Black color preview on #F471D1 background

This text has black color on #F471D1 background.


White color preview on #F471D1 background

This text has white color on #F471D1 background.