COLOR #FC5171

HEX: #FC5171
RGB: (252,81,113)

Color info

#FC5171 contains mainly red color. Web safe color of #FC5171 is #FF6666 (or #F66).

RGB color model

#FC5171 color RGB value is (252,81,113).

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

RGB channels and saturation

R 252 of 255 = 99%
G 81 of 255 = 32%
B 113 of 255 = 44%

252
81
113

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

Portions of RGB colors in percentages

R + G + B =
252 + 81 + 113 = 446 (100%)
R 252 of 446 ~ 56.5%
G 81 of 446 ~ 18.16%
B 113 of 446 ~ 25.34%

%56.5
%18.16
%25.34

CMYK color model

#FC5171 color CMYK value is (0,68,55,1).

  • cyan value is 0.00%
  • magenta value is 67.86%
  • yellow value is 55.16%
  • key color value is 1.18%
CMYK:
(0,68,55,1)
C0M68Y55K1 
(0%,68%,55%,1%)
(0.00/0.68/0.55/0.01)	

CMYK percentages

%0
%67.86
%55.16
%1.18

Codes

Color #FC5171 in popluar color models

FC5171
RGB25281113
HSL349°96.61%65.29%
HSB/HSV349°67.86%98.82%
CMYK0.00%67.86%55.16%
1.18%

Color #FC5171 in popluar number systems.

HEXFC5171
Decimal25281113
Binary1111110010100011110001
Octal374121161

Shades and tints

Shades of #FC5171

#FC5171
(252,81,113)
#E64A67
(230,74,103)
#D0435D
(208,67,93)
#BA3C53
(186,60,83)
#A43549
(164,53,73)
#8E2E3F
(142,46,63)
#782735
(120,39,53)
#62202B
(98,32,43)
#4C1921
(76,25,33)
#361217
(54,18,23)
#200B0D
(32,11,13)
#000000
(0,0,0)

Tints of #FC5171

#FC5171
(252,81,113)
#FC607D
(252,96,125)
#FC6F89
(252,111,137)
#FC7E95
(252,126,149)
#FC8DA1
(252,141,161)
#FC9CAD
(252,156,173)
#FCABB9
(252,171,185)
#FCBAC5
(252,186,197)
#FCC9D1
(252,201,209)
#FCD8DD
(252,216,221)
#FCE7E9
(252,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC5171; }

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

This text font color is #FC5171.


Background Color

.myBgColor { background-color: #FC5171; }

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

This div background color is #FC5171.


Border color

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

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

This div border color is #FC5171.


Opacity

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

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

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

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

This text has shadow with #FC5171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC5171 on black background.


Color preview on white background

This text has color #FC5171 on white background.



Black color preview on #FC5171 background

This text has black color on #FC5171 background.


White color preview on #FC5171 background

This text has white color on #FC5171 background.