COLOR #FD4FA5

HEX: #FD4FA5
RGB: (253,79,165)

Color info

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

RGB color model

#FD4FA5 color RGB value is (253,79,165).

  • red value is 253;
  • green value is 79;
  • blue value is 165.
RGB:
(253,79,165)
(99%,31%,65%)

RGB channels and saturation

R 253 of 255 = 99%
G 79 of 255 = 31%
B 165 of 255 = 65%

253
79
165

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

Portions of RGB colors in percentages

R + G + B =
253 + 79 + 165 = 497 (100%)
R 253 of 497 ~ 50.91%
G 79 of 497 ~ 15.9%
B 165 of 497 ~ 33.2%

%50.91
%15.9
%33.2

CMYK color model

#FD4FA5 color CMYK value is (0,69,35,1).

  • cyan value is 0.00%
  • magenta value is 68.77%
  • yellow value is 34.78%
  • key color value is 0.78%
CMYK:
(0,69,35,1)
C0M69Y35K1 
(0%,69%,35%,1%)
(0.00/0.69/0.35/0.01)	

CMYK percentages

%0
%68.77
%34.78
%0.78

Codes

Color #FD4FA5 in popluar color models

FD4FA5
RGB25379165
HSL330°97.75%65.10%
HSB/HSV330°68.77%99.22%
CMYK0.00%68.77%34.78%
0.78%

Color #FD4FA5 in popluar number systems.

HEXFD4FA5
Decimal25379165
Binary11111101100111110100101
Octal375117245

Shades and tints

Shades of #FD4FA5

#FD4FA5
(253,79,165)
#E64896
(230,72,150)
#CF4187
(207,65,135)
#B83A78
(184,58,120)
#A13369
(161,51,105)
#8A2C5A
(138,44,90)
#73254B
(115,37,75)
#5C1E3C
(92,30,60)
#45172D
(69,23,45)
#2E101E
(46,16,30)
#17090F
(23,9,15)
#000000
(0,0,0)

Tints of #FD4FA5

#FD4FA5
(253,79,165)
#FD5FAD
(253,95,173)
#FD6FB5
(253,111,181)
#FD7FBD
(253,127,189)
#FD8FC5
(253,143,197)
#FD9FCD
(253,159,205)
#FDAFD5
(253,175,213)
#FDBFDD
(253,191,221)
#FDCFE5
(253,207,229)
#FDDFED
(253,223,237)
#FDEFF5
(253,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD4FA5 color. Also use rgb(253,79,165) instead hex code.

Text Font Color

.myTextColor { color: #FD4FA5; }

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

This text font color is #FD4FA5.


Background Color

.myBgColor { background-color: #FD4FA5; }

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

This div background color is #FD4FA5.


Border color

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

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

This div border color is #FD4FA5.


Opacity

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

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

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

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

This text has shadow with #FD4FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD4FA5 on black background.


Color preview on white background

This text has color #FD4FA5 on white background.



Black color preview on #FD4FA5 background

This text has black color on #FD4FA5 background.


White color preview on #FD4FA5 background

This text has white color on #FD4FA5 background.