COLOR #FC4586

HEX: #FC4586
RGB: (252,69,134)

Color info

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

RGB color model

#FC4586 color RGB value is (252,69,134).

  • red value is 252;
  • green value is 69;
  • blue value is 134.
RGB:
(252,69,134)
(99%,27%,53%)

RGB channels and saturation

R 252 of 255 = 99%
G 69 of 255 = 27%
B 134 of 255 = 53%

252
69
134

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

Portions of RGB colors in percentages

R + G + B =
252 + 69 + 134 = 455 (100%)
R 252 of 455 ~ 55.38%
G 69 of 455 ~ 15.16%
B 134 of 455 ~ 29.45%

%55.38
%15.16
%29.45

CMYK color model

#FC4586 color CMYK value is (0,73,47,1).

  • cyan value is 0.00%
  • magenta value is 72.62%
  • yellow value is 46.83%
  • key color value is 1.18%
CMYK:
(0,73,47,1)
C0M73Y47K1 
(0%,73%,47%,1%)
(0.00/0.73/0.47/0.01)	

CMYK percentages

%0
%72.62
%46.83
%1.18

Codes

Color #FC4586 in popluar color models

FC4586
RGB25269134
HSL339°96.83%62.94%
HSB/HSV339°72.62%98.82%
CMYK0.00%72.62%46.83%
1.18%

Color #FC4586 in popluar number systems.

HEXFC4586
Decimal25269134
Binary11111100100010110000110
Octal374105206

Shades and tints

Shades of #FC4586

#FC4586
(252,69,134)
#E63F7A
(230,63,122)
#D0396E
(208,57,110)
#BA3362
(186,51,98)
#A42D56
(164,45,86)
#8E274A
(142,39,74)
#78213E
(120,33,62)
#621B32
(98,27,50)
#4C1526
(76,21,38)
#360F1A
(54,15,26)
#20090E
(32,9,14)
#000000
(0,0,0)

Tints of #FC4586

#FC4586
(252,69,134)
#FC5591
(252,85,145)
#FC659C
(252,101,156)
#FC75A7
(252,117,167)
#FC85B2
(252,133,178)
#FC95BD
(252,149,189)
#FCA5C8
(252,165,200)
#FCB5D3
(252,181,211)
#FCC5DE
(252,197,222)
#FCD5E9
(252,213,233)
#FCE5F4
(252,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC4586 color. Also use rgb(252,69,134) instead hex code.

Text Font Color

.myTextColor { color: #FC4586; }

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

This text font color is #FC4586.


Background Color

.myBgColor { background-color: #FC4586; }

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

This div background color is #FC4586.


Border color

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

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

This div border color is #FC4586.


Opacity

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

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

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

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

This text has shadow with #FC4586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC4586 on black background.


Color preview on white background

This text has color #FC4586 on white background.



Black color preview on #FC4586 background

This text has black color on #FC4586 background.


White color preview on #FC4586 background

This text has white color on #FC4586 background.