HEX: #FF517D
RGB: (255,81,125)
#FF517D contains mainly red color. Web safe color of #FF517D is #FF6666 (or #F66).
#FF517D color RGB value is (255,81,125).
RGB: (255,81,125)
(100%, 32%, 49%)
R 255 of 255 = 100%
G 81 of 255 = 32%
B 125 of 255 = 49%
R + G + B ~ 60%. #FF517D is middle color (not dark and not light).
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'%
#FF517D color CMYK value is (0,68,51,0).
CMYK: (0,68,51,0)
C0M68Y51K0 (0%, 68%, 51%, 0%)
(0.00 / 0.68 / 0.51 / 0.00)
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 of #FF517D
Tints of #FF517D
Examples of css and html codes for elements with #FF517D color. Also use rgb(255,81,125) instead hex code.
.myTextColor { color: #FF517D; }
<p style="color:#FF517D">This sample text font color is #FF517D.</p>
This text font color is #FF517D.
.myBgColor { background-color: #FF517D; }
<div style="background-color:#FF517D">Inner text</div>
This div background color is #FF517D.
.myBorderColor { border: 1px solid #FF517D; }
<div style="border:3px solid #FF517D">Div</div>
This div border color is #FF517D.
.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%.
.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.
/* 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 text has color #FF517D on black background.
This text has color #FF517D on white background.
This text has black color on #FF517D background.
This text has white color on #FF517D background.
Complementary color for #hex is #00AE82.