COLOR #FF5D9D

HEX: #FF5D9D
RGB: (255,93,157)

Color info

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

RGB color model

#FF5D9D color RGB value is (255,93,157).

  • red value is 255;
  • green value is 93;
  • blue value is 157.
RGB:
(255,93,157)
(100%,36%,62%)

RGB channels and saturation

R 255 of 255 = 100%
G 93 of 255 = 36%
B 157 of 255 = 62%

255
93
157

R + G + B ~ 66%. #FF5D9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 93 + 157 = 505 (100%)
R 255 of 505 ~ 50.5%
G 93 of 505 ~ 18.42%
B 157 of 505 ~ 31.09%

%50.5
%18.42
%31.09

CMYK color model

#FF5D9D color CMYK value is (0,64,38,0).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 38.43%
  • key color value is 0.00%
CMYK:
(0,64,38,0)
C0M64Y38K0 
(0%,64%,38%,0%)
(0.00/0.64/0.38/0.00)	

CMYK percentages

%0
%63.53
%38.43
%0

Codes

Color #FF5D9D in popluar color models

FF5D9D
RGB25593157
HSL336°100.00%68.24%
HSB/HSV336°63.53%100.00%
CMYK0.00%63.53%38.43%
0.00%

Color #FF5D9D in popluar number systems.

HEXFF5D9D
Decimal25593157
Binary11111111101110110011101
Octal377135235

Shades and tints

Shades of #FF5D9D

#FF5D9D
(255,93,157)
#E8558F
(232,85,143)
#D14D81
(209,77,129)
#BA4573
(186,69,115)
#A33D65
(163,61,101)
#8C3557
(140,53,87)
#752D49
(117,45,73)
#5E253B
(94,37,59)
#471D2D
(71,29,45)
#30151F
(48,21,31)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #FF5D9D

#FF5D9D
(255,93,157)
#FF6BA5
(255,107,165)
#FF79AD
(255,121,173)
#FF87B5
(255,135,181)
#FF95BD
(255,149,189)
#FFA3C5
(255,163,197)
#FFB1CD
(255,177,205)
#FFBFD5
(255,191,213)
#FFCDDD
(255,205,221)
#FFDBE5
(255,219,229)
#FFE9ED
(255,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF5D9D color. Also use rgb(255,93,157) instead hex code.

Text Font Color

.myTextColor { color: #FF5D9D; }

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

This text font color is #FF5D9D.


Background Color

.myBgColor { background-color: #FF5D9D; }

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

This div background color is #FF5D9D.


Border color

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

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

This div border color is #FF5D9D.


Opacity

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

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

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

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

This text has shadow with #FF5D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF5D9D on black background.


Color preview on white background

This text has color #FF5D9D on white background.



Black color preview on #FF5D9D background

This text has black color on #FF5D9D background.


White color preview on #FF5D9D background

This text has white color on #FF5D9D background.