COLOR #FC327C

HEX: #FC327C
RGB: (252,50,124)

Color info

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

RGB color model

#FC327C color RGB value is (252,50,124).

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

RGB channels and saturation

R 252 of 255 = 99%
G 50 of 255 = 20%
B 124 of 255 = 49%

252
50
124

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

Portions of RGB colors in percentages

R + G + B =
252 + 50 + 124 = 426 (100%)
R 252 of 426 ~ 59.15%
G 50 of 426 ~ 11.74%
B 124 of 426 ~ 29.11%

%59.15
%11.74
%29.11

CMYK color model

#FC327C color CMYK value is (0,80,51,1).

  • cyan value is 0.00%
  • magenta value is 80.16%
  • yellow value is 50.79%
  • key color value is 1.18%
CMYK:
(0,80,51,1)
C0M80Y51K1 
(0%,80%,51%,1%)
(0.00/0.80/0.51/0.01)	

CMYK percentages

%0
%80.16
%50.79
%1.18

Codes

Color #FC327C in popluar color models

FC327C
RGB25250124
HSL338°97.12%59.22%
HSB/HSV338°80.16%98.82%
CMYK0.00%80.16%50.79%
1.18%

Color #FC327C in popluar number systems.

HEXFC327C
Decimal25250124
Binary111111001100101111100
Octal37462174

Shades and tints

Shades of #FC327C

#FC327C
(252,50,124)
#E62E71
(230,46,113)
#D02A66
(208,42,102)
#BA265B
(186,38,91)
#A42250
(164,34,80)
#8E1E45
(142,30,69)
#781A3A
(120,26,58)
#62162F
(98,22,47)
#4C1224
(76,18,36)
#360E19
(54,14,25)
#200A0E
(32,10,14)
#000000
(0,0,0)

Tints of #FC327C

#FC327C
(252,50,124)
#FC4487
(252,68,135)
#FC5692
(252,86,146)
#FC689D
(252,104,157)
#FC7AA8
(252,122,168)
#FC8CB3
(252,140,179)
#FC9EBE
(252,158,190)
#FCB0C9
(252,176,201)
#FCC2D4
(252,194,212)
#FCD4DF
(252,212,223)
#FCE6EA
(252,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC327C; }

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

This text font color is #FC327C.


Background Color

.myBgColor { background-color: #FC327C; }

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

This div background color is #FC327C.


Border color

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

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

This div border color is #FC327C.


Opacity

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

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

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

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

This text has shadow with #FC327C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC327C on black background.


Color preview on white background

This text has color #FC327C on white background.



Black color preview on #FC327C background

This text has black color on #FC327C background.


White color preview on #FC327C background

This text has white color on #FC327C background.