COLOR #F71D5F

HEX: #F71D5F
RGB: (247,29,95)

Color info

#F71D5F contains mainly red color. Web safe color of #F71D5F is #FF3366 (or #F36).

RGB color model

#F71D5F color RGB value is (247,29,95).

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

RGB channels and saturation

R 247 of 255 = 97%
G 29 of 255 = 11%
B 95 of 255 = 37%

247
29
95

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

Portions of RGB colors in percentages

R + G + B =
247 + 29 + 95 = 371 (100%)
R 247 of 371 ~ 66.58%
G 29 of 371 ~ 7.82%
B 95 of 371 ~ 25.61%

%66.58
%25.61

CMYK color model

#F71D5F color CMYK value is (0,88,62,3).

  • cyan value is 0.00%
  • magenta value is 88.26%
  • yellow value is 61.54%
  • key color value is 3.14%
CMYK:
(0,88,62,3)
C0M88Y62K3 
(0%,88%,62%,3%)
(0.00/0.88/0.62/0.03)	

CMYK percentages

%0
%88.26
%61.54
%3.14

Codes

Color #F71D5F in popluar color models

F71D5F
RGB2472995
HSL342°93.16%54.12%
HSB/HSV342°88.26%96.86%
CMYK0.00%88.26%61.54%
3.14%

Color #F71D5F in popluar number systems.

HEXF71D5F
Decimal2472995
Binary11110111111011011111
Octal36735137

Shades and tints

Shades of #F71D5F

#F71D5F
(247,29,95)
#E11B57
(225,27,87)
#CB194F
(203,25,79)
#B51747
(181,23,71)
#9F153F
(159,21,63)
#891337
(137,19,55)
#73112F
(115,17,47)
#5D0F27
(93,15,39)
#470D1F
(71,13,31)
#310B17
(49,11,23)
#1B090F
(27,9,15)
#000000
(0,0,0)

Tints of #F71D5F

#F71D5F
(247,29,95)
#F7316D
(247,49,109)
#F7457B
(247,69,123)
#F75989
(247,89,137)
#F76D97
(247,109,151)
#F781A5
(247,129,165)
#F795B3
(247,149,179)
#F7A9C1
(247,169,193)
#F7BDCF
(247,189,207)
#F7D1DD
(247,209,221)
#F7E5EB
(247,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F71D5F; }

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

This text font color is #F71D5F.


Background Color

.myBgColor { background-color: #F71D5F; }

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

This div background color is #F71D5F.


Border color

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

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

This div border color is #F71D5F.


Opacity

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

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

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

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

This text has shadow with #F71D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F71D5F on black background.


Color preview on white background

This text has color #F71D5F on white background.



Black color preview on #F71D5F background

This text has black color on #F71D5F background.


White color preview on #F71D5F background

This text has white color on #F71D5F background.