COLOR #FC4D8E

HEX: #FC4D8E
RGB: (252,77,142)

Color info

#FC4D8E contains mainly red color. Web safe color of #FC4D8E is #FF3399 (or #F39).

RGB color model

#FC4D8E color RGB value is (252,77,142).

  • red value is 252;
  • green value is 77;
  • blue value is 142.
RGB:
(252,77,142)
(99%,30%,56%)

RGB channels and saturation

R 252 of 255 = 99%
G 77 of 255 = 30%
B 142 of 255 = 56%

252
77
142

R + G + B ~ 62%. #FC4D8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 77 + 142 = 471 (100%)
R 252 of 471 ~ 53.5%
G 77 of 471 ~ 16.35%
B 142 of 471 ~ 30.15%

%53.5
%16.35
%30.15

CMYK color model

#FC4D8E color CMYK value is (0,69,44,1).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 43.65%
  • key color value is 1.18%
CMYK:
(0,69,44,1)
C0M69Y44K1 
(0%,69%,44%,1%)
(0.00/0.69/0.44/0.01)	

CMYK percentages

%0
%69.44
%43.65
%1.18

Codes

Color #FC4D8E in popluar color models

FC4D8E
RGB25277142
HSL338°96.69%64.51%
HSB/HSV338°69.44%98.82%
CMYK0.00%69.44%43.65%
1.18%

Color #FC4D8E in popluar number systems.

HEXFC4D8E
Decimal25277142
Binary11111100100110110001110
Octal374115216

Shades and tints

Shades of #FC4D8E

#FC4D8E
(252,77,142)
#E64682
(230,70,130)
#D03F76
(208,63,118)
#BA386A
(186,56,106)
#A4315E
(164,49,94)
#8E2A52
(142,42,82)
#782346
(120,35,70)
#621C3A
(98,28,58)
#4C152E
(76,21,46)
#360E22
(54,14,34)
#200716
(32,7,22)
#000000
(0,0,0)

Tints of #FC4D8E

#FC4D8E
(252,77,142)
#FC5D98
(252,93,152)
#FC6DA2
(252,109,162)
#FC7DAC
(252,125,172)
#FC8DB6
(252,141,182)
#FC9DC0
(252,157,192)
#FCADCA
(252,173,202)
#FCBDD4
(252,189,212)
#FCCDDE
(252,205,222)
#FCDDE8
(252,221,232)
#FCEDF2
(252,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC4D8E color. Also use rgb(252,77,142) instead hex code.

Text Font Color

.myTextColor { color: #FC4D8E; }

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

This text font color is #FC4D8E.


Background Color

.myBgColor { background-color: #FC4D8E; }

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

This div background color is #FC4D8E.


Border color

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

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

This div border color is #FC4D8E.


Opacity

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

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

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

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

This text has shadow with #FC4D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC4D8E on black background.


Color preview on white background

This text has color #FC4D8E on white background.



Black color preview on #FC4D8E background

This text has black color on #FC4D8E background.


White color preview on #FC4D8E background

This text has white color on #FC4D8E background.