COLOR #FD72A6

HEX: #FD72A6
RGB: (253,114,166)

Color info

#FD72A6 contains mainly red color. Web safe color of #FD72A6 is #FF6699 (or #F69).

RGB color model

#FD72A6 color RGB value is (253,114,166).

  • red value is 253;
  • green value is 114;
  • blue value is 166.
RGB:
(253,114,166)
(99%,45%,65%)

RGB channels and saturation

R 253 of 255 = 99%
G 114 of 255 = 45%
B 166 of 255 = 65%

253
114
166

R + G + B ~ 70%. #FD72A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 114 + 166 = 533 (100%)
R 253 of 533 ~ 47.47%
G 114 of 533 ~ 21.39%
B 166 of 533 ~ 31.14%

%47.47
%21.39
%31.14

CMYK color model

#FD72A6 color CMYK value is (0,55,34,1).

  • cyan value is 0.00%
  • magenta value is 54.94%
  • yellow value is 34.39%
  • key color value is 0.78%
CMYK:
(0,55,34,1)
C0M55Y34K1 
(0%,55%,34%,1%)
(0.00/0.55/0.34/0.01)	

CMYK percentages

%0
%54.94
%34.39
%0.78

Codes

Color #FD72A6 in popluar color models

FD72A6
RGB253114166
HSL338°97.20%71.96%
HSB/HSV338°54.94%99.22%
CMYK0.00%54.94%34.39%
0.78%

Color #FD72A6 in popluar number systems.

HEXFD72A6
Decimal253114166
Binary11111101111001010100110
Octal375162246

Shades and tints

Shades of #FD72A6

#FD72A6
(253,114,166)
#E66897
(230,104,151)
#CF5E88
(207,94,136)
#B85479
(184,84,121)
#A14A6A
(161,74,106)
#8A405B
(138,64,91)
#73364C
(115,54,76)
#5C2C3D
(92,44,61)
#45222E
(69,34,46)
#2E181F
(46,24,31)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #FD72A6

#FD72A6
(253,114,166)
#FD7EAE
(253,126,174)
#FD8AB6
(253,138,182)
#FD96BE
(253,150,190)
#FDA2C6
(253,162,198)
#FDAECE
(253,174,206)
#FDBAD6
(253,186,214)
#FDC6DE
(253,198,222)
#FDD2E6
(253,210,230)
#FDDEEE
(253,222,238)
#FDEAF6
(253,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD72A6 color. Also use rgb(253,114,166) instead hex code.

Text Font Color

.myTextColor { color: #FD72A6; }

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

This text font color is #FD72A6.


Background Color

.myBgColor { background-color: #FD72A6; }

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

This div background color is #FD72A6.


Border color

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

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

This div border color is #FD72A6.


Opacity

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

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

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

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

This text has shadow with #FD72A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD72A6 on black background.


Color preview on white background

This text has color #FD72A6 on white background.



Black color preview on #FD72A6 background

This text has black color on #FD72A6 background.


White color preview on #FD72A6 background

This text has white color on #FD72A6 background.