COLOR #FC1D77

HEX: #FC1D77 RGB: (252,29,119)

Color info

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

RGB color model

#FC1D77 color RGB value is (252,29,119).

RGB: (252,29,119) (99%, 11%, 47%)

RGB channels and saturation

R 252 of 255 = 99%
G 29 of 255 = 11%
B 119 of 255 = 47%

252
29
119

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

Portions of RGB colors in percentages

R + G + B = 252 + 29 + 119 = 400 (100%)
R 252 of 400 ~ 63%
G 29 of 400 ~ 7.25%
B 119 of 400 ~ 29.75'%

%63
%29.75

CMYK color model

#FC1D77 color CMYK value is (0,88,53,1).

  • cyan value is 0.00%
  • magenta value is 88.49%
  • yellow value is 52.78%
  • key color value is 1.18%

CMYK: (0,88,53,1)
C0M88Y53K1 (0%, 88%, 53%, 1%)
(0.00 / 0.88 / 0.53 / 0.01)

CMYK percentages

%0
%88.49
%52.78
%1.18

Codes

Color #FC1D77 in popluar color models

FC 1D 77
RGB 252 29 119
HSL 336° 97.38% 55.10%
HSB/HSV 336° 88.49% 98.82%
CMYK 0.00% 88.49% 52.78%
1.18%

Color #FC1D77 in popluar number systems.

HEX FC 1D 77
Decimal 252 29 119
Binary 11111100 11101 1110111
Octal 374 35 167

Shades and tints

Shades of #FC1D77

#FC1D77
(252,29,119)
#E61B6D
(230,27,109)
#D01963
(208,25,99)
#BA1759
(186,23,89)
#A4154F
(164,21,79)
#8E1345
(142,19,69)
#78113B
(120,17,59)
#620F31
(98,15,49)
#4C0D27
(76,13,39)
#360B1D
(54,11,29)
#200913
(32,9,19)
#000000
(0,0,0)

Tints of #FC1D77

#FC1D77
(252,29,119)
#FC3183
(252,49,131)
#FC458F
(252,69,143)
#FC599B
(252,89,155)
#FC6DA7
(252,109,167)
#FC81B3
(252,129,179)
#FC95BF
(252,149,191)
#FCA9CB
(252,169,203)
#FCBDD7
(252,189,215)
#FCD1E3
(252,209,227)
#FCE5EF
(252,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC1D77; }

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

This text font color is #FC1D77.

Background Color

.myBgColor { background-color: #FC1D77; }

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

This div background color is #FC1D77.

Border color

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

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

This div border color is #FC1D77.

Opacity

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

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

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

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

This text has shadow with #FC1D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC1D77.

Preview

Color preview on black background

This text has color #FC1D77 on black background.


Color preview on white background

This text has color #FC1D77 on white background.


Black color preview on #FC1D77 background

This text has black color on #FC1D77 background.


White color preview on #FC1D77 background

This text has white color on #FC1D77 background.


Related colors

Complementary color

Complementary color for #hex is #03E288.


I love getcolorcode.com

Triadic colors

1 #77FC1D and #1D77FC with #FC1D77 are triadic colors.

2 #771DFC and #1DFC77 with #FC1D77 are triadic colors.