COLOR #FC527C

HEX: #FC527C
RGB: (252,82,124)

Color info

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

RGB color model

#FC527C color RGB value is (252,82,124).

  • red value is 252;
  • green value is 82;
  • blue value is 124.
RGB:
(252,82,124)
(99%,32%,49%)

RGB channels and saturation

R 252 of 255 = 99%
G 82 of 255 = 32%
B 124 of 255 = 49%

252
82
124

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

Portions of RGB colors in percentages

R + G + B =
252 + 82 + 124 = 458 (100%)
R 252 of 458 ~ 55.02%
G 82 of 458 ~ 17.9%
B 124 of 458 ~ 27.07%

%55.02
%17.9
%27.07

CMYK color model

#FC527C color CMYK value is (0,67,51,1).

  • cyan value is 0.00%
  • magenta value is 67.46%
  • yellow value is 50.79%
  • key color value is 1.18%
CMYK:
(0,67,51,1)
C0M67Y51K1 
(0%,67%,51%,1%)
(0.00/0.67/0.51/0.01)	

CMYK percentages

%0
%67.46
%50.79
%1.18

Codes

Color #FC527C in popluar color models

FC527C
RGB25282124
HSL345°96.59%65.49%
HSB/HSV345°67.46%98.82%
CMYK0.00%67.46%50.79%
1.18%

Color #FC527C in popluar number systems.

HEXFC527C
Decimal25282124
Binary1111110010100101111100
Octal374122174

Shades and tints

Shades of #FC527C

#FC527C
(252,82,124)
#E64B71
(230,75,113)
#D04466
(208,68,102)
#BA3D5B
(186,61,91)
#A43650
(164,54,80)
#8E2F45
(142,47,69)
#78283A
(120,40,58)
#62212F
(98,33,47)
#4C1A24
(76,26,36)
#361319
(54,19,25)
#200C0E
(32,12,14)
#000000
(0,0,0)

Tints of #FC527C

#FC527C
(252,82,124)
#FC6187
(252,97,135)
#FC7092
(252,112,146)
#FC7F9D
(252,127,157)
#FC8EA8
(252,142,168)
#FC9DB3
(252,157,179)
#FCACBE
(252,172,190)
#FCBBC9
(252,187,201)
#FCCAD4
(252,202,212)
#FCD9DF
(252,217,223)
#FCE8EA
(252,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC527C color. Also use rgb(252,82,124) instead hex code.

Text Font Color

.myTextColor { color: #FC527C; }

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

This text font color is #FC527C.


Background Color

.myBgColor { background-color: #FC527C; }

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

This div background color is #FC527C.


Border color

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

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

This div border color is #FC527C.


Opacity

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

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

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

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

This text has shadow with #FC527C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC527C on black background.


Color preview on white background

This text has color #FC527C on white background.



Black color preview on #FC527C background

This text has black color on #FC527C background.


White color preview on #FC527C background

This text has white color on #FC527C background.