COLOR #FD1E74

HEX: #FD1E74
RGB: (253,30,116)

Color info

#FD1E74 contains mainly red color. Web safe color of #FD1E74 is #FF3366 (or #F36).

RGB color model

#FD1E74 color RGB value is (253,30,116).

  • red value is 253;
  • green value is 30;
  • blue value is 116.
RGB:
(253,30,116)
(99%,12%,45%)

RGB channels and saturation

R 253 of 255 = 99%
G 30 of 255 = 12%
B 116 of 255 = 45%

253
30
116

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

Portions of RGB colors in percentages

R + G + B =
253 + 30 + 116 = 399 (100%)
R 253 of 399 ~ 63.41%
G 30 of 399 ~ 7.52%
B 116 of 399 ~ 29.07%

%63.41
%29.07

CMYK color model

#FD1E74 color CMYK value is (0,88,54,1).

  • cyan value is 0.00%
  • magenta value is 88.14%
  • yellow value is 54.15%
  • key color value is 0.78%
CMYK:
(0,88,54,1)
C0M88Y54K1 
(0%,88%,54%,1%)
(0.00/0.88/0.54/0.01)	

CMYK percentages

%0
%88.14
%54.15
%0.78

Codes

Color #FD1E74 in popluar color models

FD1E74
RGB25330116
HSL337°98.24%55.49%
HSB/HSV337°88.14%99.22%
CMYK0.00%88.14%54.15%
0.78%

Color #FD1E74 in popluar number systems.

HEXFD1E74
Decimal25330116
Binary11111101111101110100
Octal37536164

Shades and tints

Shades of #FD1E74

#FD1E74
(253,30,116)
#E61C6A
(230,28,106)
#CF1A60
(207,26,96)
#B81856
(184,24,86)
#A1164C
(161,22,76)
#8A1442
(138,20,66)
#731238
(115,18,56)
#5C102E
(92,16,46)
#450E24
(69,14,36)
#2E0C1A
(46,12,26)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #FD1E74

#FD1E74
(253,30,116)
#FD3280
(253,50,128)
#FD468C
(253,70,140)
#FD5A98
(253,90,152)
#FD6EA4
(253,110,164)
#FD82B0
(253,130,176)
#FD96BC
(253,150,188)
#FDAAC8
(253,170,200)
#FDBED4
(253,190,212)
#FDD2E0
(253,210,224)
#FDE6EC
(253,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD1E74 color. Also use rgb(253,30,116) instead hex code.

Text Font Color

.myTextColor { color: #FD1E74; }

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

This text font color is #FD1E74.


Background Color

.myBgColor { background-color: #FD1E74; }

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

This div background color is #FD1E74.


Border color

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

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

This div border color is #FD1E74.


Opacity

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

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

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

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

This text has shadow with #FD1E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD1E74 on black background.


Color preview on white background

This text has color #FD1E74 on white background.



Black color preview on #FD1E74 background

This text has black color on #FD1E74 background.


White color preview on #FD1E74 background

This text has white color on #FD1E74 background.