HEX: #F57DAE
RGB: (245,125,174)
#F57DAE contains mainly red color. Web safe color of #F57DAE is #FF6699 (or #F69).
#F57DAE color RGB value is (245,125,174).
RGB: (245,125,174)
(96%, 49%, 68%)
R 245 of 255 = 96%
G 125 of 255 = 49%
B 174 of 255 = 68%
R + G + B ~ 71%. #F57DAE is quite light color.
R + G + B = 245 + 125 + 174 = 544 (100%)
R 245 of 544 ~ 45.04%
G 125 of 544 ~ 22.98%
B 174 of 544 ~ 31.99'%
#F57DAE color CMYK value is (0,49,29,4).
CMYK: (0,49,29,4)
C0M49Y29K4 (0%, 49%, 29%, 4%)
(0.00 / 0.49 / 0.29 / 0.04)
Color #F57DAE in popluar color models
F5 | 7D | AE | |
---|---|---|---|
RGB | 245 | 125 | 174 |
HSL | 336° | 85.71% | 72.55% |
HSB/HSV | 336° | 48.98% | 96.08% |
CMYK | 0.00% | 48.98% | 28.98% |
3.92% |
Color #F57DAE in popluar number systems.
HEX | F5 | 7D | AE |
Decimal | 245 | 125 | 174 |
Binary | 11110101 | 1111101 | 10101110 |
Octal | 365 | 175 | 256 |
Shades of #F57DAE
Tints of #F57DAE
Examples of css and html codes for elements with #F57DAE color. Also use rgb(245,125,174) instead hex code.
.myTextColor { color: #F57DAE; }
<p style="color:#F57DAE">This sample text font color is #F57DAE.</p>
This text font color is #F57DAE.
.myBgColor { background-color: #F57DAE; }
<div style="background-color:#F57DAE">Inner text</div>
This div background color is #F57DAE.
.myBorderColor { border: 1px solid #F57DAE; }
<div style="border:3px solid #F57DAE">Div</div>
This div border color is #F57DAE.
.myOpacity80 { color: #F57DAE; opacity: 0.8; }
<p style="color:#F57DAE;opacity:0.8;">80%</p>
Text with #F57DAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F57DAE;}
<p style="text-shadow: 3px 3px 1px #F57DAE">Text here.</p>
This text has shadow with #F57DAE color.
.textShadow {text-shadow: 3px 3px 1px #F57DAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F57DAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F57DAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F57DAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F57DAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F57DAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F57DAE;
-webkit-box-shadow: 1px 1px 3px 2px #F57DAE;
box-shadow: 1px 1px 3px 2px #F57DAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F57DAE; -webkit-box-shadow: 1px 1px 3px 2px #F57DAE; box-shadow:1px 1px 3px 2px #F57DAE;">
Div content here
</div>
This text has color #F57DAE on black background.
This text has color #F57DAE on white background.
This text has black color on #F57DAE background.
This text has white color on #F57DAE background.
Complementary color for #hex is #0A8251.