COLOR #FF517D

HEX: #FF517D RGB: (255,81,125)

Color info

#FF517D contains mainly red color. Web safe color of #FF517D is #FF6666 (or #F66).

RGB color model

#FF517D color RGB value is (255,81,125).

RGB: (255,81,125) (100%, 32%, 49%)

RGB channels and saturation

R 255 of 255 = 100%
G 81 of 255 = 32%
B 125 of 255 = 49%

255
81
125

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

Portions of RGB colors in percentages

R + G + B = 255 + 81 + 125 = 461 (100%)
R 255 of 461 ~ 55.31%
G 81 of 461 ~ 17.57%
B 125 of 461 ~ 27.11'%

%55.31
%17.57
%27.11

CMYK color model

#FF517D color CMYK value is (0,68,51,0).

  • cyan value is 0.00%
  • magenta value is 68.24%
  • yellow value is 50.98%
  • key color value is 0.00%

CMYK: (0,68,51,0)
C0M68Y51K0 (0%, 68%, 51%, 0%)
(0.00 / 0.68 / 0.51 / 0.00)

CMYK percentages

%0
%68.24
%50.98
%0

Codes

Color #FF517D in popluar color models

FF 51 7D
RGB 255 81 125
HSL 345° 100.00% 65.88%
HSB/HSV 345° 68.24% 100.00%
CMYK 0.00% 68.24% 50.98%
0.00%

Color #FF517D in popluar number systems.

HEX FF 51 7D
Decimal 255 81 125
Binary 11111111 1010001 1111101
Octal 377 121 175

Shades and tints

Shades of #FF517D

#FF517D
(255,81,125)
#E84A72
(232,74,114)
#D14367
(209,67,103)
#BA3C5C
(186,60,92)
#A33551
(163,53,81)
#8C2E46
(140,46,70)
#75273B
(117,39,59)
#5E2030
(94,32,48)
#471925
(71,25,37)
#30121A
(48,18,26)
#190B0F
(25,11,15)
#000000
(0,0,0)

Tints of #FF517D

#FF517D
(255,81,125)
#FF6088
(255,96,136)
#FF6F93
(255,111,147)
#FF7E9E
(255,126,158)
#FF8DA9
(255,141,169)
#FF9CB4
(255,156,180)
#FFABBF
(255,171,191)
#FFBACA
(255,186,202)
#FFC9D5
(255,201,213)
#FFD8E0
(255,216,224)
#FFE7EB
(255,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF517D color. Also use rgb(255,81,125) instead hex code.

Text Font Color

.myTextColor { color: #FF517D; }

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

This text font color is #FF517D.

Background Color

.myBgColor { background-color: #FF517D; }

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

This div background color is #FF517D.

Border color

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

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

This div border color is #FF517D.

Opacity

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

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

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

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

This text has shadow with #FF517D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF517D.

Preview

Color preview on black background

This text has color #FF517D on black background.


Color preview on white background

This text has color #FF517D on white background.


Black color preview on #FF517D background

This text has black color on #FF517D background.


White color preview on #FF517D background

This text has white color on #FF517D background.


Related colors

Complementary color

Complementary color for #hex is #00AE82.


I love getcolorcode.com

Triadic colors

1 #7DFF51 and #517DFF with #FF517D are triadic colors.

2 #7D51FF and #51FF7D with #FF517D are triadic colors.