COLOR #FD3F8B

HEX: #FD3F8B
RGB: (253,63,139)

Color info

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

RGB color model

#FD3F8B color RGB value is (253,63,139).

  • red value is 253;
  • green value is 63;
  • blue value is 139.
RGB:
(253,63,139)
(99%,25%,55%)

RGB channels and saturation

R 253 of 255 = 99%
G 63 of 255 = 25%
B 139 of 255 = 55%

253
63
139

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

Portions of RGB colors in percentages

R + G + B =
253 + 63 + 139 = 455 (100%)
R 253 of 455 ~ 55.6%
G 63 of 455 ~ 13.85%
B 139 of 455 ~ 30.55%

%55.6
%13.85
%30.55

CMYK color model

#FD3F8B color CMYK value is (0,75,45,1).

  • cyan value is 0.00%
  • magenta value is 75.10%
  • yellow value is 45.06%
  • key color value is 0.78%
CMYK:
(0,75,45,1)
C0M75Y45K1 
(0%,75%,45%,1%)
(0.00/0.75/0.45/0.01)	

CMYK percentages

%0
%75.1
%45.06
%0.78

Codes

Color #FD3F8B in popluar color models

FD3F8B
RGB25363139
HSL336°97.94%61.96%
HSB/HSV336°75.10%99.22%
CMYK0.00%75.10%45.06%
0.78%

Color #FD3F8B in popluar number systems.

HEXFD3F8B
Decimal25363139
Binary1111110111111110001011
Octal37577213

Shades and tints

Shades of #FD3F8B

#FD3F8B
(253,63,139)
#E63A7F
(230,58,127)
#CF3573
(207,53,115)
#B83067
(184,48,103)
#A12B5B
(161,43,91)
#8A264F
(138,38,79)
#732143
(115,33,67)
#5C1C37
(92,28,55)
#45172B
(69,23,43)
#2E121F
(46,18,31)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #FD3F8B

#FD3F8B
(253,63,139)
#FD5095
(253,80,149)
#FD619F
(253,97,159)
#FD72A9
(253,114,169)
#FD83B3
(253,131,179)
#FD94BD
(253,148,189)
#FDA5C7
(253,165,199)
#FDB6D1
(253,182,209)
#FDC7DB
(253,199,219)
#FDD8E5
(253,216,229)
#FDE9EF
(253,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD3F8B color. Also use rgb(253,63,139) instead hex code.

Text Font Color

.myTextColor { color: #FD3F8B; }

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

This text font color is #FD3F8B.


Background Color

.myBgColor { background-color: #FD3F8B; }

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

This div background color is #FD3F8B.


Border color

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

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

This div border color is #FD3F8B.


Opacity

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

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

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

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

This text has shadow with #FD3F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD3F8B on black background.


Color preview on white background

This text has color #FD3F8B on white background.



Black color preview on #FD3F8B background

This text has black color on #FD3F8B background.


White color preview on #FD3F8B background

This text has white color on #FD3F8B background.