COLOR #FD5F9A

HEX: #FD5F9A
RGB: (253,95,154)

Color info

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

RGB color model

#FD5F9A color RGB value is (253,95,154).

  • red value is 253;
  • green value is 95;
  • blue value is 154.
RGB:
(253,95,154)
(99%,37%,60%)

RGB channels and saturation

R 253 of 255 = 99%
G 95 of 255 = 37%
B 154 of 255 = 60%

253
95
154

R + G + B ~ 65%. #FD5F9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 95 + 154 = 502 (100%)
R 253 of 502 ~ 50.4%
G 95 of 502 ~ 18.92%
B 154 of 502 ~ 30.68%

%50.4
%18.92
%30.68

CMYK color model

#FD5F9A color CMYK value is (0,62,39,1).

  • cyan value is 0.00%
  • magenta value is 62.45%
  • yellow value is 39.13%
  • key color value is 0.78%
CMYK:
(0,62,39,1)
C0M62Y39K1 
(0%,62%,39%,1%)
(0.00/0.62/0.39/0.01)	

CMYK percentages

%0
%62.45
%39.13
%0.78

Codes

Color #FD5F9A in popluar color models

FD5F9A
RGB25395154
HSL338°97.53%68.24%
HSB/HSV338°62.45%99.22%
CMYK0.00%62.45%39.13%
0.78%

Color #FD5F9A in popluar number systems.

HEXFD5F9A
Decimal25395154
Binary11111101101111110011010
Octal375137232

Shades and tints

Shades of #FD5F9A

#FD5F9A
(253,95,154)
#E6578C
(230,87,140)
#CF4F7E
(207,79,126)
#B84770
(184,71,112)
#A13F62
(161,63,98)
#8A3754
(138,55,84)
#732F46
(115,47,70)
#5C2738
(92,39,56)
#451F2A
(69,31,42)
#2E171C
(46,23,28)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #FD5F9A

#FD5F9A
(253,95,154)
#FD6DA3
(253,109,163)
#FD7BAC
(253,123,172)
#FD89B5
(253,137,181)
#FD97BE
(253,151,190)
#FDA5C7
(253,165,199)
#FDB3D0
(253,179,208)
#FDC1D9
(253,193,217)
#FDCFE2
(253,207,226)
#FDDDEB
(253,221,235)
#FDEBF4
(253,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD5F9A color. Also use rgb(253,95,154) instead hex code.

Text Font Color

.myTextColor { color: #FD5F9A; }

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

This text font color is #FD5F9A.


Background Color

.myBgColor { background-color: #FD5F9A; }

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

This div background color is #FD5F9A.


Border color

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

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

This div border color is #FD5F9A.


Opacity

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

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

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

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

This text has shadow with #FD5F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD5F9A on black background.


Color preview on white background

This text has color #FD5F9A on white background.



Black color preview on #FD5F9A background

This text has black color on #FD5F9A background.


White color preview on #FD5F9A background

This text has white color on #FD5F9A background.