COLOR #FD2A89

HEX: #FD2A89
RGB: (253,42,137)

Color info

#FD2A89 contains mainly red color. Web safe color of #FD2A89 is #FF3399 (or #F39).

RGB color model

#FD2A89 color RGB value is (253,42,137).

  • red value is 253;
  • green value is 42;
  • blue value is 137.
RGB:
(253,42,137)
(99%,16%,54%)

RGB channels and saturation

R 253 of 255 = 99%
G 42 of 255 = 16%
B 137 of 255 = 54%

253
42
137

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

Portions of RGB colors in percentages

R + G + B =
253 + 42 + 137 = 432 (100%)
R 253 of 432 ~ 58.56%
G 42 of 432 ~ 9.72%
B 137 of 432 ~ 31.71%

%58.56
%9.72
%31.71

CMYK color model

#FD2A89 color CMYK value is (0,83,46,1).

  • cyan value is 0.00%
  • magenta value is 83.40%
  • yellow value is 45.85%
  • key color value is 0.78%
CMYK:
(0,83,46,1)
C0M83Y46K1 
(0%,83%,46%,1%)
(0.00/0.83/0.46/0.01)	

CMYK percentages

%0
%83.4
%45.85
%0.78

Codes

Color #FD2A89 in popluar color models

FD2A89
RGB25342137
HSL333°98.14%57.84%
HSB/HSV333°83.40%99.22%
CMYK0.00%83.40%45.85%
0.78%

Color #FD2A89 in popluar number systems.

HEXFD2A89
Decimal25342137
Binary1111110110101010001001
Octal37552211

Shades and tints

Shades of #FD2A89

#FD2A89
(253,42,137)
#E6277D
(230,39,125)
#CF2471
(207,36,113)
#B82165
(184,33,101)
#A11E59
(161,30,89)
#8A1B4D
(138,27,77)
#731841
(115,24,65)
#5C1535
(92,21,53)
#451229
(69,18,41)
#2E0F1D
(46,15,29)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #FD2A89

#FD2A89
(253,42,137)
#FD3D93
(253,61,147)
#FD509D
(253,80,157)
#FD63A7
(253,99,167)
#FD76B1
(253,118,177)
#FD89BB
(253,137,187)
#FD9CC5
(253,156,197)
#FDAFCF
(253,175,207)
#FDC2D9
(253,194,217)
#FDD5E3
(253,213,227)
#FDE8ED
(253,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD2A89 color. Also use rgb(253,42,137) instead hex code.

Text Font Color

.myTextColor { color: #FD2A89; }

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

This text font color is #FD2A89.


Background Color

.myBgColor { background-color: #FD2A89; }

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

This div background color is #FD2A89.


Border color

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

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

This div border color is #FD2A89.


Opacity

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

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

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

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

This text has shadow with #FD2A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD2A89 on black background.


Color preview on white background

This text has color #FD2A89 on white background.



Black color preview on #FD2A89 background

This text has black color on #FD2A89 background.


White color preview on #FD2A89 background

This text has white color on #FD2A89 background.