COLOR #FD3982

HEX: #FD3982
RGB: (253,57,130)

Color info

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

RGB color model

#FD3982 color RGB value is (253,57,130).

  • red value is 253;
  • green value is 57;
  • blue value is 130.
RGB:
(253,57,130)
(99%,22%,51%)

RGB channels and saturation

R 253 of 255 = 99%
G 57 of 255 = 22%
B 130 of 255 = 51%

253
57
130

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

Portions of RGB colors in percentages

R + G + B =
253 + 57 + 130 = 440 (100%)
R 253 of 440 ~ 57.5%
G 57 of 440 ~ 12.95%
B 130 of 440 ~ 29.55%

%57.5
%12.95
%29.55

CMYK color model

#FD3982 color CMYK value is (0,77,49,1).

  • cyan value is 0.00%
  • magenta value is 77.47%
  • yellow value is 48.62%
  • key color value is 0.78%
CMYK:
(0,77,49,1)
C0M77Y49K1 
(0%,77%,49%,1%)
(0.00/0.77/0.49/0.01)	

CMYK percentages

%0
%77.47
%48.62
%0.78

Codes

Color #FD3982 in popluar color models

FD3982
RGB25357130
HSL338°98.00%60.78%
HSB/HSV338°77.47%99.22%
CMYK0.00%77.47%48.62%
0.78%

Color #FD3982 in popluar number systems.

HEXFD3982
Decimal25357130
Binary1111110111100110000010
Octal37571202

Shades and tints

Shades of #FD3982

#FD3982
(253,57,130)
#E63477
(230,52,119)
#CF2F6C
(207,47,108)
#B82A61
(184,42,97)
#A12556
(161,37,86)
#8A204B
(138,32,75)
#731B40
(115,27,64)
#5C1635
(92,22,53)
#45112A
(69,17,42)
#2E0C1F
(46,12,31)
#170714
(23,7,20)
#000000
(0,0,0)

Tints of #FD3982

#FD3982
(253,57,130)
#FD4B8D
(253,75,141)
#FD5D98
(253,93,152)
#FD6FA3
(253,111,163)
#FD81AE
(253,129,174)
#FD93B9
(253,147,185)
#FDA5C4
(253,165,196)
#FDB7CF
(253,183,207)
#FDC9DA
(253,201,218)
#FDDBE5
(253,219,229)
#FDEDF0
(253,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD3982 color. Also use rgb(253,57,130) instead hex code.

Text Font Color

.myTextColor { color: #FD3982; }

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

This text font color is #FD3982.


Background Color

.myBgColor { background-color: #FD3982; }

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

This div background color is #FD3982.


Border color

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

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

This div border color is #FD3982.


Opacity

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

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

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

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

This text has shadow with #FD3982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD3982 on black background.


Color preview on white background

This text has color #FD3982 on white background.



Black color preview on #FD3982 background

This text has black color on #FD3982 background.


White color preview on #FD3982 background

This text has white color on #FD3982 background.