COLOR #FD5587

HEX: #FD5587
RGB: (253,85,135)

Color info

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

RGB color model

#FD5587 color RGB value is (253,85,135).

  • red value is 253;
  • green value is 85;
  • blue value is 135.
RGB:
(253,85,135)
(99%,33%,53%)

RGB channels and saturation

R 253 of 255 = 99%
G 85 of 255 = 33%
B 135 of 255 = 53%

253
85
135

R + G + B ~ 62%. #FD5587 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 85 + 135 = 473 (100%)
R 253 of 473 ~ 53.49%
G 85 of 473 ~ 17.97%
B 135 of 473 ~ 28.54%

%53.49
%17.97
%28.54

CMYK color model

#FD5587 color CMYK value is (0,66,47,1).

  • cyan value is 0.00%
  • magenta value is 66.40%
  • yellow value is 46.64%
  • key color value is 0.78%
CMYK:
(0,66,47,1)
C0M66Y47K1 
(0%,66%,47%,1%)
(0.00/0.66/0.47/0.01)	

CMYK percentages

%0
%66.4
%46.64
%0.78

Codes

Color #FD5587 in popluar color models

FD5587
RGB25385135
HSL342°97.67%66.27%
HSB/HSV342°66.40%99.22%
CMYK0.00%66.40%46.64%
0.78%

Color #FD5587 in popluar number systems.

HEXFD5587
Decimal25385135
Binary11111101101010110000111
Octal375125207

Shades and tints

Shades of #FD5587

#FD5587
(253,85,135)
#E64E7B
(230,78,123)
#CF476F
(207,71,111)
#B84063
(184,64,99)
#A13957
(161,57,87)
#8A324B
(138,50,75)
#732B3F
(115,43,63)
#5C2433
(92,36,51)
#451D27
(69,29,39)
#2E161B
(46,22,27)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #FD5587

#FD5587
(253,85,135)
#FD6491
(253,100,145)
#FD739B
(253,115,155)
#FD82A5
(253,130,165)
#FD91AF
(253,145,175)
#FDA0B9
(253,160,185)
#FDAFC3
(253,175,195)
#FDBECD
(253,190,205)
#FDCDD7
(253,205,215)
#FDDCE1
(253,220,225)
#FDEBEB
(253,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD5587 color. Also use rgb(253,85,135) instead hex code.

Text Font Color

.myTextColor { color: #FD5587; }

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

This text font color is #FD5587.


Background Color

.myBgColor { background-color: #FD5587; }

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

This div background color is #FD5587.


Border color

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

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

This div border color is #FD5587.


Opacity

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

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

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

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

This text has shadow with #FD5587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD5587 on black background.


Color preview on white background

This text has color #FD5587 on white background.



Black color preview on #FD5587 background

This text has black color on #FD5587 background.


White color preview on #FD5587 background

This text has white color on #FD5587 background.