COLOR #F72071

HEX: #F72071
RGB: (247,32,113)

Color info

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

RGB color model

#F72071 color RGB value is (247,32,113).

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

RGB channels and saturation

R 247 of 255 = 97%
G 32 of 255 = 13%
B 113 of 255 = 44%

247
32
113

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

Portions of RGB colors in percentages

R + G + B =
247 + 32 + 113 = 392 (100%)
R 247 of 392 ~ 63.01%
G 32 of 392 ~ 8.16%
B 113 of 392 ~ 28.83%

%63.01
%28.83

CMYK color model

#F72071 color CMYK value is (0,87,54,3).

  • cyan value is 0.00%
  • magenta value is 87.04%
  • yellow value is 54.25%
  • key color value is 3.14%
CMYK:
(0,87,54,3)
C0M87Y54K3 
(0%,87%,54%,3%)
(0.00/0.87/0.54/0.03)	

CMYK percentages

%0
%87.04
%54.25
%3.14

Codes

Color #F72071 in popluar color models

F72071
RGB24732113
HSL337°93.07%54.71%
HSB/HSV337°87.04%96.86%
CMYK0.00%87.04%54.25%
3.14%

Color #F72071 in popluar number systems.

HEXF72071
Decimal24732113
Binary111101111000001110001
Octal36740161

Shades and tints

Shades of #F72071

#F72071
(247,32,113)
#E11E67
(225,30,103)
#CB1C5D
(203,28,93)
#B51A53
(181,26,83)
#9F1849
(159,24,73)
#89163F
(137,22,63)
#731435
(115,20,53)
#5D122B
(93,18,43)
#471021
(71,16,33)
#310E17
(49,14,23)
#1B0C0D
(27,12,13)
#000000
(0,0,0)

Tints of #F72071

#F72071
(247,32,113)
#F7347D
(247,52,125)
#F74889
(247,72,137)
#F75C95
(247,92,149)
#F770A1
(247,112,161)
#F784AD
(247,132,173)
#F798B9
(247,152,185)
#F7ACC5
(247,172,197)
#F7C0D1
(247,192,209)
#F7D4DD
(247,212,221)
#F7E8E9
(247,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F72071; }

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

This text font color is #F72071.


Background Color

.myBgColor { background-color: #F72071; }

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

This div background color is #F72071.


Border color

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

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

This div border color is #F72071.


Opacity

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

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

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

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

This text has shadow with #F72071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F72071 on black background.


Color preview on white background

This text has color #F72071 on white background.



Black color preview on #F72071 background

This text has black color on #F72071 background.


White color preview on #F72071 background

This text has white color on #F72071 background.