COLOR #F74D71

HEX: #F74D71
RGB: (247,77,113)

Color info

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

RGB color model

#F74D71 color RGB value is (247,77,113).

  • red value is 247;
  • green value is 77;
  • blue value is 113.
RGB:
(247,77,113)
(97%,30%,44%)

RGB channels and saturation

R 247 of 255 = 97%
G 77 of 255 = 30%
B 113 of 255 = 44%

247
77
113

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

Portions of RGB colors in percentages

R + G + B =
247 + 77 + 113 = 437 (100%)
R 247 of 437 ~ 56.52%
G 77 of 437 ~ 17.62%
B 113 of 437 ~ 25.86%

%56.52
%17.62
%25.86

CMYK color model

#F74D71 color CMYK value is (0,69,54,3).

  • cyan value is 0.00%
  • magenta value is 68.83%
  • yellow value is 54.25%
  • key color value is 3.14%
CMYK:
(0,69,54,3)
C0M69Y54K3 
(0%,69%,54%,3%)
(0.00/0.69/0.54/0.03)	

CMYK percentages

%0
%68.83
%54.25
%3.14

Codes

Color #F74D71 in popluar color models

F74D71
RGB24777113
HSL347°91.40%63.53%
HSB/HSV347°68.83%96.86%
CMYK0.00%68.83%54.25%
3.14%

Color #F74D71 in popluar number systems.

HEXF74D71
Decimal24777113
Binary1111011110011011110001
Octal367115161

Shades and tints

Shades of #F74D71

#F74D71
(247,77,113)
#E14667
(225,70,103)
#CB3F5D
(203,63,93)
#B53853
(181,56,83)
#9F3149
(159,49,73)
#892A3F
(137,42,63)
#732335
(115,35,53)
#5D1C2B
(93,28,43)
#471521
(71,21,33)
#310E17
(49,14,23)
#1B070D
(27,7,13)
#000000
(0,0,0)

Tints of #F74D71

#F74D71
(247,77,113)
#F75D7D
(247,93,125)
#F76D89
(247,109,137)
#F77D95
(247,125,149)
#F78DA1
(247,141,161)
#F79DAD
(247,157,173)
#F7ADB9
(247,173,185)
#F7BDC5
(247,189,197)
#F7CDD1
(247,205,209)
#F7DDDD
(247,221,221)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74D71 color. Also use rgb(247,77,113) instead hex code.

Text Font Color

.myTextColor { color: #F74D71; }

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

This text font color is #F74D71.


Background Color

.myBgColor { background-color: #F74D71; }

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

This div background color is #F74D71.


Border color

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

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

This div border color is #F74D71.


Opacity

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

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

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

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

This text has shadow with #F74D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74D71 on black background.


Color preview on white background

This text has color #F74D71 on white background.



Black color preview on #F74D71 background

This text has black color on #F74D71 background.


White color preview on #F74D71 background

This text has white color on #F74D71 background.