COLOR #FD2F5C

HEX: #FD2F5C RGB: (253,47,92)

Color info

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

RGB color model

#FD2F5C color RGB value is (253,47,92).

RGB: (253,47,92) (99%, 18%, 36%)

RGB channels and saturation

R 253 of 255 = 99%
G 47 of 255 = 18%
B 92 of 255 = 36%

253
47
92

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

Portions of RGB colors in percentages

R + G + B = 253 + 47 + 92 = 392 (100%)
R 253 of 392 ~ 64.54%
G 47 of 392 ~ 11.99%
B 92 of 392 ~ 23.47'%

%64.54
%11.99
%23.47

CMYK color model

#FD2F5C color CMYK value is (0,81,64,1).

  • cyan value is 0.00%
  • magenta value is 81.42%
  • yellow value is 63.64%
  • key color value is 0.78%
CMYK: (0,81,64,1) C0M81Y64K1 (0%,81%,64%,1%) (0.00/0.81/0.64/0.01) 

CMYK percentages

%0
%81.42
%63.64
%0.78

Codes

Color #FD2F5C in popluar color models

FD 2F 5C
RGB 253 47 92
HSL 347° 98.10% 58.82%
HSB/HSV 347° 81.42% 99.22%
CMYK 0.00% 81.42% 63.64%
0.78%

Color #FD2F5C in popluar number systems.

HEX FD 2F 5C
Decimal 253 47 92
Binary 11111101 101111 1011100
Octal 375 57 134

Shades and tints

Shades of #FD2F5C

#FD2F5C
(253,47,92)
#E62B54
(230,43,84)
#CF274C
(207,39,76)
#B82344
(184,35,68)
#A11F3C
(161,31,60)
#8A1B34
(138,27,52)
#73172C
(115,23,44)
#5C1324
(92,19,36)
#450F1C
(69,15,28)
#2E0B14
(46,11,20)
#17070C
(23,7,12)
#000000
(0,0,0)

Tints of #FD2F5C

#FD2F5C
(253,47,92)
#FD416A
(253,65,106)
#FD5378
(253,83,120)
#FD6586
(253,101,134)
#FD7794
(253,119,148)
#FD89A2
(253,137,162)
#FD9BB0
(253,155,176)
#FDADBE
(253,173,190)
#FDBFCC
(253,191,204)
#FDD1DA
(253,209,218)
#FDE3E8
(253,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD2F5C color. Also use rgb(253,47,92) instead hex code.

Text Font Color

.myTextColor { color: #FD2F5C; }

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

This text font color is #FD2F5C.

Background Color

.myBgColor { background-color: #FD2F5C; }

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

This div background color is #FD2F5C.

Border color

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

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

This div border color is #FD2F5C.

Opacity

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

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

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

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

This text has shadow with #FD2F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD2F5C.

Preview

Color preview on black background

This text has color #FD2F5C on black background.


Color preview on white background

This text has color #FD2F5C on white background.


Black color preview on #FD2F5C background

This text has black color on #FD2F5C background.


White color preview on #FD2F5C background

This text has white color on #FD2F5C background.


Related colors

Complementary color

Complementary color for #hex is #02D0A3.


I love getcolorcode.com

Gradients

Color #FD2F5C is used in Red (Crayola) gradient.

Red (Crayola)


Triadic colors

1 #5CFD2F and #2F5CFD with #FD2F5C are triadic colors.

2 #5C2FFD and #2FFD5C with #FD2F5C are triadic colors.