COLOR #FD2A54

HEX: #FD2A54
RGB: (253,42,84)

Color info

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

RGB color model

#FD2A54 color RGB value is (253,42,84).

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

RGB channels and saturation

R 253 of 255 = 99%
G 42 of 255 = 16%
B 84 of 255 = 33%

253
42
84

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

Portions of RGB colors in percentages

R + G + B =
253 + 42 + 84 = 379 (100%)
R 253 of 379 ~ 66.75%
G 42 of 379 ~ 11.08%
B 84 of 379 ~ 22.16%

%66.75
%11.08
%22.16

CMYK color model

#FD2A54 color CMYK value is (0,83,67,1).

  • cyan value is 0.00%
  • magenta value is 83.40%
  • yellow value is 66.80%
  • key color value is 0.78%
CMYK:
(0,83,67,1)
C0M83Y67K1 
(0%,83%,67%,1%)
(0.00/0.83/0.67/0.01)	

CMYK percentages

%0
%83.4
%66.8
%0.78

Codes

Color #FD2A54 in popluar color models

FD2A54
RGB2534284
HSL348°98.14%57.84%
HSB/HSV348°83.40%99.22%
CMYK0.00%83.40%66.80%
0.78%

Color #FD2A54 in popluar number systems.

HEXFD2A54
Decimal2534284
Binary111111011010101010100
Octal37552124

Shades and tints

Shades of #FD2A54

#FD2A54
(253,42,84)
#E6274D
(230,39,77)
#CF2446
(207,36,70)
#B8213F
(184,33,63)
#A11E38
(161,30,56)
#8A1B31
(138,27,49)
#73182A
(115,24,42)
#5C1523
(92,21,35)
#45121C
(69,18,28)
#2E0F15
(46,15,21)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #FD2A54

#FD2A54
(253,42,84)
#FD3D63
(253,61,99)
#FD5072
(253,80,114)
#FD6381
(253,99,129)
#FD7690
(253,118,144)
#FD899F
(253,137,159)
#FD9CAE
(253,156,174)
#FDAFBD
(253,175,189)
#FDC2CC
(253,194,204)
#FDD5DB
(253,213,219)
#FDE8EA
(253,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD2A54; }

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

This text font color is #FD2A54.


Background Color

.myBgColor { background-color: #FD2A54; }

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

This div background color is #FD2A54.


Border color

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

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

This div border color is #FD2A54.


Opacity

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

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

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

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

This text has shadow with #FD2A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD2A54 on black background.


Color preview on white background

This text has color #FD2A54 on white background.



Black color preview on #FD2A54 background

This text has black color on #FD2A54 background.


White color preview on #FD2A54 background

This text has white color on #FD2A54 background.