COLOR #FD5C74

HEX: #FD5C74
RGB: (253,92,116)

Color info

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

RGB color model

#FD5C74 color RGB value is (253,92,116).

  • red value is 253;
  • green value is 92;
  • blue value is 116.
RGB:
(253,92,116)
(99%,36%,45%)

RGB channels and saturation

R 253 of 255 = 99%
G 92 of 255 = 36%
B 116 of 255 = 45%

253
92
116

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

Portions of RGB colors in percentages

R + G + B =
253 + 92 + 116 = 461 (100%)
R 253 of 461 ~ 54.88%
G 92 of 461 ~ 19.96%
B 116 of 461 ~ 25.16%

%54.88
%19.96
%25.16

CMYK color model

#FD5C74 color CMYK value is (0,64,54,1).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 54.15%
  • key color value is 0.78%
CMYK:
(0,64,54,1)
C0M64Y54K1 
(0%,64%,54%,1%)
(0.00/0.64/0.54/0.01)	

CMYK percentages

%0
%63.64
%54.15
%0.78

Codes

Color #FD5C74 in popluar color models

FD5C74
RGB25392116
HSL351°97.58%67.65%
HSB/HSV351°63.64%99.22%
CMYK0.00%63.64%54.15%
0.78%

Color #FD5C74 in popluar number systems.

HEXFD5C74
Decimal25392116
Binary1111110110111001110100
Octal375134164

Shades and tints

Shades of #FD5C74

#FD5C74
(253,92,116)
#E6546A
(230,84,106)
#CF4C60
(207,76,96)
#B84456
(184,68,86)
#A13C4C
(161,60,76)
#8A3442
(138,52,66)
#732C38
(115,44,56)
#5C242E
(92,36,46)
#451C24
(69,28,36)
#2E141A
(46,20,26)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #FD5C74

#FD5C74
(253,92,116)
#FD6A80
(253,106,128)
#FD788C
(253,120,140)
#FD8698
(253,134,152)
#FD94A4
(253,148,164)
#FDA2B0
(253,162,176)
#FDB0BC
(253,176,188)
#FDBEC8
(253,190,200)
#FDCCD4
(253,204,212)
#FDDAE0
(253,218,224)
#FDE8EC
(253,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD5C74 color. Also use rgb(253,92,116) instead hex code.

Text Font Color

.myTextColor { color: #FD5C74; }

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

This text font color is #FD5C74.


Background Color

.myBgColor { background-color: #FD5C74; }

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

This div background color is #FD5C74.


Border color

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

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

This div border color is #FD5C74.


Opacity

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

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

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

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

This text has shadow with #FD5C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD5C74 on black background.


Color preview on white background

This text has color #FD5C74 on white background.



Black color preview on #FD5C74 background

This text has black color on #FD5C74 background.


White color preview on #FD5C74 background

This text has white color on #FD5C74 background.