COLOR #FC5F89

HEX: #FC5F89
RGB: (252,95,137)

Color info

#FC5F89 contains mainly red color. Web safe color of #FC5F89 is #FF6699 (or #F69).

RGB color model

#FC5F89 color RGB value is (252,95,137).

  • red value is 252;
  • green value is 95;
  • blue value is 137.
RGB:
(252,95,137)
(99%,37%,54%)

RGB channels and saturation

R 252 of 255 = 99%
G 95 of 255 = 37%
B 137 of 255 = 54%

252
95
137

R + G + B ~ 63%. #FC5F89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 95 + 137 = 484 (100%)
R 252 of 484 ~ 52.07%
G 95 of 484 ~ 19.63%
B 137 of 484 ~ 28.31%

%52.07
%19.63
%28.31

CMYK color model

#FC5F89 color CMYK value is (0,62,46,1).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 45.63%
  • key color value is 1.18%
CMYK:
(0,62,46,1)
C0M62Y46K1 
(0%,62%,46%,1%)
(0.00/0.62/0.46/0.01)	

CMYK percentages

%0
%62.3
%45.63
%1.18

Codes

Color #FC5F89 in popluar color models

FC5F89
RGB25295137
HSL344°96.32%68.04%
HSB/HSV344°62.30%98.82%
CMYK0.00%62.30%45.63%
1.18%

Color #FC5F89 in popluar number systems.

HEXFC5F89
Decimal25295137
Binary11111100101111110001001
Octal374137211

Shades and tints

Shades of #FC5F89

#FC5F89
(252,95,137)
#E6577D
(230,87,125)
#D04F71
(208,79,113)
#BA4765
(186,71,101)
#A43F59
(164,63,89)
#8E374D
(142,55,77)
#782F41
(120,47,65)
#622735
(98,39,53)
#4C1F29
(76,31,41)
#36171D
(54,23,29)
#200F11
(32,15,17)
#000000
(0,0,0)

Tints of #FC5F89

#FC5F89
(252,95,137)
#FC6D93
(252,109,147)
#FC7B9D
(252,123,157)
#FC89A7
(252,137,167)
#FC97B1
(252,151,177)
#FCA5BB
(252,165,187)
#FCB3C5
(252,179,197)
#FCC1CF
(252,193,207)
#FCCFD9
(252,207,217)
#FCDDE3
(252,221,227)
#FCEBED
(252,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC5F89 color. Also use rgb(252,95,137) instead hex code.

Text Font Color

.myTextColor { color: #FC5F89; }

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

This text font color is #FC5F89.


Background Color

.myBgColor { background-color: #FC5F89; }

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

This div background color is #FC5F89.


Border color

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

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

This div border color is #FC5F89.


Opacity

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

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

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

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

This text has shadow with #FC5F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC5F89 on black background.


Color preview on white background

This text has color #FC5F89 on white background.



Black color preview on #FC5F89 background

This text has black color on #FC5F89 background.


White color preview on #FC5F89 background

This text has white color on #FC5F89 background.