COLOR #FC1D5E

HEX: #FC1D5E
RGB: (252,29,94)

Color info

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

RGB color model

#FC1D5E color RGB value is (252,29,94).

  • red value is 252;
  • green value is 29;
  • blue value is 94.
RGB:
(252,29,94)
(99%,11%,37%)

RGB channels and saturation

R 252 of 255 = 99%
G 29 of 255 = 11%
B 94 of 255 = 37%

252
29
94

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

Portions of RGB colors in percentages

R + G + B =
252 + 29 + 94 = 375 (100%)
R 252 of 375 ~ 67.2%
G 29 of 375 ~ 7.73%
B 94 of 375 ~ 25.07%

%67.2
%25.07

CMYK color model

#FC1D5E color CMYK value is (0,88,63,1).

  • cyan value is 0.00%
  • magenta value is 88.49%
  • yellow value is 62.70%
  • key color value is 1.18%
CMYK:
(0,88,63,1)
C0M88Y63K1 
(0%,88%,63%,1%)
(0.00/0.88/0.63/0.01)	

CMYK percentages

%0
%88.49
%62.7
%1.18

Codes

Color #FC1D5E in popluar color models

FC1D5E
RGB2522994
HSL343°97.38%55.10%
HSB/HSV343°88.49%98.82%
CMYK0.00%88.49%62.70%
1.18%

Color #FC1D5E in popluar number systems.

HEXFC1D5E
Decimal2522994
Binary11111100111011011110
Octal37435136

Shades and tints

Shades of #FC1D5E

#FC1D5E
(252,29,94)
#E61B56
(230,27,86)
#D0194E
(208,25,78)
#BA1746
(186,23,70)
#A4153E
(164,21,62)
#8E1336
(142,19,54)
#78112E
(120,17,46)
#620F26
(98,15,38)
#4C0D1E
(76,13,30)
#360B16
(54,11,22)
#20090E
(32,9,14)
#000000
(0,0,0)

Tints of #FC1D5E

#FC1D5E
(252,29,94)
#FC316C
(252,49,108)
#FC457A
(252,69,122)
#FC5988
(252,89,136)
#FC6D96
(252,109,150)
#FC81A4
(252,129,164)
#FC95B2
(252,149,178)
#FCA9C0
(252,169,192)
#FCBDCE
(252,189,206)
#FCD1DC
(252,209,220)
#FCE5EA
(252,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC1D5E color. Also use rgb(252,29,94) instead hex code.

Text Font Color

.myTextColor { color: #FC1D5E; }

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

This text font color is #FC1D5E.


Background Color

.myBgColor { background-color: #FC1D5E; }

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

This div background color is #FC1D5E.


Border color

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

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

This div border color is #FC1D5E.


Opacity

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

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

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

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

This text has shadow with #FC1D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC1D5E on black background.


Color preview on white background

This text has color #FC1D5E on white background.



Black color preview on #FC1D5E background

This text has black color on #FC1D5E background.


White color preview on #FC1D5E background

This text has white color on #FC1D5E background.