COLOR #FC4591

HEX: #FC4591
RGB: (252,69,145)

Color info

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

RGB color model

#FC4591 color RGB value is (252,69,145).

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

RGB channels and saturation

R 252 of 255 = 99%
G 69 of 255 = 27%
B 145 of 255 = 57%

252
69
145

R + G + B ~ 61%. #FC4591 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 69 + 145 = 466 (100%)
R 252 of 466 ~ 54.08%
G 69 of 466 ~ 14.81%
B 145 of 466 ~ 31.12%

%54.08
%14.81
%31.12

CMYK color model

#FC4591 color CMYK value is (0,73,42,1).

  • cyan value is 0.00%
  • magenta value is 72.62%
  • yellow value is 42.46%
  • key color value is 1.18%
CMYK:
(0,73,42,1)
C0M73Y42K1 
(0%,73%,42%,1%)
(0.00/0.73/0.42/0.01)	

CMYK percentages

%0
%72.62
%42.46
%1.18

Codes

Color #FC4591 in popluar color models

FC4591
RGB25269145
HSL335°96.83%62.94%
HSB/HSV335°72.62%98.82%
CMYK0.00%72.62%42.46%
1.18%

Color #FC4591 in popluar number systems.

HEXFC4591
Decimal25269145
Binary11111100100010110010001
Octal374105221

Shades and tints

Shades of #FC4591

#FC4591
(252,69,145)
#E63F84
(230,63,132)
#D03977
(208,57,119)
#BA336A
(186,51,106)
#A42D5D
(164,45,93)
#8E2750
(142,39,80)
#782143
(120,33,67)
#621B36
(98,27,54)
#4C1529
(76,21,41)
#360F1C
(54,15,28)
#20090F
(32,9,15)
#000000
(0,0,0)

Tints of #FC4591

#FC4591
(252,69,145)
#FC559B
(252,85,155)
#FC65A5
(252,101,165)
#FC75AF
(252,117,175)
#FC85B9
(252,133,185)
#FC95C3
(252,149,195)
#FCA5CD
(252,165,205)
#FCB5D7
(252,181,215)
#FCC5E1
(252,197,225)
#FCD5EB
(252,213,235)
#FCE5F5
(252,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC4591; }

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

This text font color is #FC4591.


Background Color

.myBgColor { background-color: #FC4591; }

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

This div background color is #FC4591.


Border color

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

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

This div border color is #FC4591.


Opacity

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

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

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

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

This text has shadow with #FC4591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC4591 on black background.


Color preview on white background

This text has color #FC4591 on white background.



Black color preview on #FC4591 background

This text has black color on #FC4591 background.


White color preview on #FC4591 background

This text has white color on #FC4591 background.