COLOR #FF79AD

HEX: #FF79AD RGB: (255,121,173)

Color info

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

RGB color model

#FF79AD color RGB value is (255,121,173).

RGB: (255,121,173) (100%, 47%, 68%)

RGB channels and saturation

R 255 of 255 = 100%
G 121 of 255 = 47%
B 173 of 255 = 68%

255
121
173

R + G + B ~ 72%. #FF79AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 121 + 173 = 549 (100%)
R 255 of 549 ~ 46.45%
G 121 of 549 ~ 22.04%
B 173 of 549 ~ 31.51'%

%46.45
%22.04
%31.51

CMYK color model

#FF79AD color CMYK value is (0,53,32,0).

  • cyan value is 0.00%
  • magenta value is 52.55%
  • yellow value is 32.16%
  • key color value is 0.00%

CMYK: (0,53,32,0)
C0M53Y32K0 (0%, 53%, 32%, 0%)
(0.00 / 0.53 / 0.32 / 0.00)

CMYK percentages

%0
%52.55
%32.16
%0

Codes

Color #FF79AD in popluar color models

FF 79 AD
RGB 255 121 173
HSL 337° 100.00% 73.73%
HSB/HSV 337° 52.55% 100.00%
CMYK 0.00% 52.55% 32.16%
0.00%

Color #FF79AD in popluar number systems.

HEX FF 79 AD
Decimal 255 121 173
Binary 11111111 1111001 10101101
Octal 377 171 255

Shades and tints

Shades of #FF79AD

#FF79AD
(255,121,173)
#E86E9E
(232,110,158)
#D1638F
(209,99,143)
#BA5880
(186,88,128)
#A34D71
(163,77,113)
#8C4262
(140,66,98)
#753753
(117,55,83)
#5E2C44
(94,44,68)
#472135
(71,33,53)
#301626
(48,22,38)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #FF79AD

#FF79AD
(255,121,173)
#FF85B4
(255,133,180)
#FF91BB
(255,145,187)
#FF9DC2
(255,157,194)
#FFA9C9
(255,169,201)
#FFB5D0
(255,181,208)
#FFC1D7
(255,193,215)
#FFCDDE
(255,205,222)
#FFD9E5
(255,217,229)
#FFE5EC
(255,229,236)
#FFF1F3
(255,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF79AD color. Also use rgb(255,121,173) instead hex code.

Text Font Color

.myTextColor { color: #FF79AD; }

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

This text font color is #FF79AD.

Background Color

.myBgColor { background-color: #FF79AD; }

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

This div background color is #FF79AD.

Border color

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

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

This div border color is #FF79AD.

Opacity

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

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

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

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

This text has shadow with #FF79AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF79AD.

Preview

Color preview on black background

This text has color #FF79AD on black background.


Color preview on white background

This text has color #FF79AD on white background.


Black color preview on #FF79AD background

This text has black color on #FF79AD background.


White color preview on #FF79AD background

This text has white color on #FF79AD background.


Related colors

Complementary color

Complementary color for #hex is #008652.


I love getcolorcode.com

Triadic colors

1 #ADFF79 and #79ADFF with #FF79AD are triadic colors.

2 #AD79FF and #79FFAD with #FF79AD are triadic colors.