COLOR #FD004A

HEX: #FD004A RGB: (253,0,74)

Color info

#FD004A contains mainly red color. Web safe color of #FD004A is #FF0033 (or #F03).

RGB color model

#FD004A color RGB value is (253,0,74).

RGB: (253,0,74) (99%, 0%, 29%)

RGB channels and saturation

R 253 of 255 = 99%
G 0 of 255 = 0%
B 74 of 255 = 29%

253
0
74

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

Portions of RGB colors in percentages

R + G + B = 253 + 0 + 74 = 327 (100%)
R 253 of 327 ~ 77.37%
G 0 of 327 ~ 0%
B 74 of 327 ~ 22.63'%

%77.37
%22.63

CMYK color model

#FD004A color CMYK value is (0,100,71,1).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 70.75%
  • key color value is 0.78%

CMYK: (0,100,71,1)
C0M100Y71K1 (0%, 100%, 71%, 1%)
(0.00 / 1.00 / 0.71 / 0.01)

CMYK percentages

%0
%100
%70.75
%0.78

Codes

Color #FD004A in popluar color models

FD 00 4A
RGB 253 0 74
HSL 342° 100.00% 49.61%
HSB/HSV 342° 100.00% 99.22%
CMYK 0.00% 100.00% 70.75%
0.78%

Color #FD004A in popluar number systems.

HEX FD 00 4A
Decimal 253 0 74
Binary 11111101 0 1001010
Octal 375 0 112

Shades and tints

Shades of #FD004A

#FD004A
(253,0,74)
#E60044
(230,0,68)
#CF003E
(207,0,62)
#B80038
(184,0,56)
#A10032
(161,0,50)
#8A002C
(138,0,44)
#730026
(115,0,38)
#5C0020
(92,0,32)
#45001A
(69,0,26)
#2E0014
(46,0,20)
#17000E
(23,0,14)
#000000
(0,0,0)

Tints of #FD004A

#FD004A
(253,0,74)
#FD175A
(253,23,90)
#FD2E6A
(253,46,106)
#FD457A
(253,69,122)
#FD5C8A
(253,92,138)
#FD739A
(253,115,154)
#FD8AAA
(253,138,170)
#FDA1BA
(253,161,186)
#FDB8CA
(253,184,202)
#FDCFDA
(253,207,218)
#FDE6EA
(253,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD004A color. Also use rgb(253,0,74) instead hex code.

Text Font Color

.myTextColor { color: #FD004A; }

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

This text font color is #FD004A.

Background Color

.myBgColor { background-color: #FD004A; }

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

This div background color is #FD004A.

Border color

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

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

This div border color is #FD004A.

Opacity

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

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

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

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

This text has shadow with #FD004A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD004A.

Preview

Color preview on black background

This text has color #FD004A on black background.


Color preview on white background

This text has color #FD004A on white background.


Black color preview on #FD004A background

This text has black color on #FD004A background.


White color preview on #FD004A background

This text has white color on #FD004A background.


Related colors

Complementary color

Complementary color for #hex is #02FFB5.


I love getcolorcode.com

Triadic colors

1 #4AFD00 and #004AFD with #FD004A are triadic colors.

2 #4A00FD and #00FD4A with #FD004A are triadic colors.