COLOR #FC4571

HEX: #FC4571
RGB: (252,69,113)

Color info

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

RGB color model

#FC4571 color RGB value is (252,69,113).

  • red value is 252;
  • green value is 69;
  • blue value is 113.
RGB:
(252,69,113)
(99%,27%,44%)

RGB channels and saturation

R 252 of 255 = 99%
G 69 of 255 = 27%
B 113 of 255 = 44%

252
69
113

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

Portions of RGB colors in percentages

R + G + B =
252 + 69 + 113 = 434 (100%)
R 252 of 434 ~ 58.06%
G 69 of 434 ~ 15.9%
B 113 of 434 ~ 26.04%

%58.06
%15.9
%26.04

CMYK color model

#FC4571 color CMYK value is (0,73,55,1).

  • cyan value is 0.00%
  • magenta value is 72.62%
  • yellow value is 55.16%
  • key color value is 1.18%
CMYK:
(0,73,55,1)
C0M73Y55K1 
(0%,73%,55%,1%)
(0.00/0.73/0.55/0.01)	

CMYK percentages

%0
%72.62
%55.16
%1.18

Codes

Color #FC4571 in popluar color models

FC4571
RGB25269113
HSL346°96.83%62.94%
HSB/HSV346°72.62%98.82%
CMYK0.00%72.62%55.16%
1.18%

Color #FC4571 in popluar number systems.

HEXFC4571
Decimal25269113
Binary1111110010001011110001
Octal374105161

Shades and tints

Shades of #FC4571

#FC4571
(252,69,113)
#E63F67
(230,63,103)
#D0395D
(208,57,93)
#BA3353
(186,51,83)
#A42D49
(164,45,73)
#8E273F
(142,39,63)
#782135
(120,33,53)
#621B2B
(98,27,43)
#4C1521
(76,21,33)
#360F17
(54,15,23)
#20090D
(32,9,13)
#000000
(0,0,0)

Tints of #FC4571

#FC4571
(252,69,113)
#FC557D
(252,85,125)
#FC6589
(252,101,137)
#FC7595
(252,117,149)
#FC85A1
(252,133,161)
#FC95AD
(252,149,173)
#FCA5B9
(252,165,185)
#FCB5C5
(252,181,197)
#FCC5D1
(252,197,209)
#FCD5DD
(252,213,221)
#FCE5E9
(252,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC4571 color. Also use rgb(252,69,113) instead hex code.

Text Font Color

.myTextColor { color: #FC4571; }

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

This text font color is #FC4571.


Background Color

.myBgColor { background-color: #FC4571; }

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

This div background color is #FC4571.


Border color

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

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

This div border color is #FC4571.


Opacity

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

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

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

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

This text has shadow with #FC4571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC4571 on black background.


Color preview on white background

This text has color #FC4571 on white background.



Black color preview on #FC4571 background

This text has black color on #FC4571 background.


White color preview on #FC4571 background

This text has white color on #FC4571 background.