COLOR #F71D83

HEX: #F71D83
RGB: (247,29,131)

Color info

#F71D83 contains mainly red color. Web safe color of #F71D83 is #FF3399 (or #F39).

RGB color model

#F71D83 color RGB value is (247,29,131).

  • red value is 247;
  • green value is 29;
  • blue value is 131.
RGB:
(247,29,131)
(97%,11%,51%)

RGB channels and saturation

R 247 of 255 = 97%
G 29 of 255 = 11%
B 131 of 255 = 51%

247
29
131

R + G + B ~ 53%. #F71D83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
247 + 29 + 131 = 407 (100%)
R 247 of 407 ~ 60.69%
G 29 of 407 ~ 7.13%
B 131 of 407 ~ 32.19%

%60.69
%32.19

CMYK color model

#F71D83 color CMYK value is (0,88,47,3).

  • cyan value is 0.00%
  • magenta value is 88.26%
  • yellow value is 46.96%
  • key color value is 3.14%
CMYK:
(0,88,47,3)
C0M88Y47K3 
(0%,88%,47%,3%)
(0.00/0.88/0.47/0.03)	

CMYK percentages

%0
%88.26
%46.96
%3.14

Codes

Color #F71D83 in popluar color models

F71D83
RGB24729131
HSL332°93.16%54.12%
HSB/HSV332°88.26%96.86%
CMYK0.00%88.26%46.96%
3.14%

Color #F71D83 in popluar number systems.

HEXF71D83
Decimal24729131
Binary111101111110110000011
Octal36735203

Shades and tints

Shades of #F71D83

#F71D83
(247,29,131)
#E11B78
(225,27,120)
#CB196D
(203,25,109)
#B51762
(181,23,98)
#9F1557
(159,21,87)
#89134C
(137,19,76)
#731141
(115,17,65)
#5D0F36
(93,15,54)
#470D2B
(71,13,43)
#310B20
(49,11,32)
#1B0915
(27,9,21)
#000000
(0,0,0)

Tints of #F71D83

#F71D83
(247,29,131)
#F7318E
(247,49,142)
#F74599
(247,69,153)
#F759A4
(247,89,164)
#F76DAF
(247,109,175)
#F781BA
(247,129,186)
#F795C5
(247,149,197)
#F7A9D0
(247,169,208)
#F7BDDB
(247,189,219)
#F7D1E6
(247,209,230)
#F7E5F1
(247,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F71D83 color. Also use rgb(247,29,131) instead hex code.

Text Font Color

.myTextColor { color: #F71D83; }

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

This text font color is #F71D83.


Background Color

.myBgColor { background-color: #F71D83; }

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

This div background color is #F71D83.


Border color

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

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

This div border color is #F71D83.


Opacity

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

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

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

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

This text has shadow with #F71D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F71D83 on black background.


Color preview on white background

This text has color #F71D83 on white background.



Black color preview on #F71D83 background

This text has black color on #F71D83 background.


White color preview on #F71D83 background

This text has white color on #F71D83 background.