COLOR #FC5963

HEX: #FC5963
RGB: (252,89,99)

Color info

#FC5963 contains mainly red color. Web safe color of #FC5963 is #FF6666 (or #F66).

RGB color model

#FC5963 color RGB value is (252,89,99).

  • red value is 252;
  • green value is 89;
  • blue value is 99.
RGB:
(252,89,99)
(99%,35%,39%)

RGB channels and saturation

R 252 of 255 = 99%
G 89 of 255 = 35%
B 99 of 255 = 39%

252
89
99

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

Portions of RGB colors in percentages

R + G + B =
252 + 89 + 99 = 440 (100%)
R 252 of 440 ~ 57.27%
G 89 of 440 ~ 20.23%
B 99 of 440 ~ 22.5%

%57.27
%20.23
%22.5

CMYK color model

#FC5963 color CMYK value is (0,65,61,1).

  • cyan value is 0.00%
  • magenta value is 64.68%
  • yellow value is 60.71%
  • key color value is 1.18%
CMYK:
(0,65,61,1)
C0M65Y61K1 
(0%,65%,61%,1%)
(0.00/0.65/0.61/0.01)	

CMYK percentages

%0
%64.68
%60.71
%1.18

Codes

Color #FC5963 in popluar color models

FC5963
RGB2528999
HSL356°96.45%66.86%
HSB/HSV356°64.68%98.82%
CMYK0.00%64.68%60.71%
1.18%

Color #FC5963 in popluar number systems.

HEXFC5963
Decimal2528999
Binary1111110010110011100011
Octal374131143

Shades and tints

Shades of #FC5963

#FC5963
(252,89,99)
#E6515A
(230,81,90)
#D04951
(208,73,81)
#BA4148
(186,65,72)
#A4393F
(164,57,63)
#8E3136
(142,49,54)
#78292D
(120,41,45)
#622124
(98,33,36)
#4C191B
(76,25,27)
#361112
(54,17,18)
#200909
(32,9,9)
#000000
(0,0,0)

Tints of #FC5963

#FC5963
(252,89,99)
#FC6871
(252,104,113)
#FC777F
(252,119,127)
#FC868D
(252,134,141)
#FC959B
(252,149,155)
#FCA4A9
(252,164,169)
#FCB3B7
(252,179,183)
#FCC2C5
(252,194,197)
#FCD1D3
(252,209,211)
#FCE0E1
(252,224,225)
#FCEFEF
(252,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC5963 color. Also use rgb(252,89,99) instead hex code.

Text Font Color

.myTextColor { color: #FC5963; }

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

This text font color is #FC5963.


Background Color

.myBgColor { background-color: #FC5963; }

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

This div background color is #FC5963.


Border color

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

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

This div border color is #FC5963.


Opacity

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

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

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

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

This text has shadow with #FC5963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC5963 on black background.


Color preview on white background

This text has color #FC5963 on white background.



Black color preview on #FC5963 background

This text has black color on #FC5963 background.


White color preview on #FC5963 background

This text has white color on #FC5963 background.