HEX: #F593AE
RGB: (245,147,174)
#F593AE contains mainly red color. Web safe color of #F593AE is #FF9999 (or #F99).
#F593AE color RGB value is (245,147,174).
RGB: (245,147,174) (96%,58%,68%)
R 245 of 255 = 96%
G 147 of 255 = 58%
B 174 of 255 = 68%
R + G + B ~ 74%. #F593AE is quite light color.
R + G + B =
245 + 147 + 174 = 566 (100%)
R 245 of 566 ~ 43.29%
G 147 of 566 ~ 25.97%
B 174 of 566 ~ 30.74%
#F593AE color CMYK value is (0,40,29,4).
CMYK: (0,40,29,4) C0M40Y29K4 (0%,40%,29%,4%) (0.00/0.40/0.29/0.04)
F5 | 93 | AE | |
---|---|---|---|
RGB | 245 | 147 | 174 |
HSL | 343° | 83.05% | 76.86% |
HSB/HSV | 343° | 40.00% | 96.08% |
CMYK | 0.00% | 40.00% | 28.98% |
3.92% |
HEX | F5 | 93 | AE |
Decimal | 245 | 147 | 174 |
Binary | 11110101 | 10010011 | 10101110 |
Octal | 365 | 223 | 256 |
Examples of css and html codes for elements with #F593AE color. Also use rgb(245,147,174) instead hex code.
.myTextColor { color: #F593AE; }
<p style="color:#F593AE">This sample text font color is #F593AE.</p>
This text font color is #F593AE.
.myBgColor { background-color: #F593AE; }
<div style="background-color:#F593AE">Inner text</div>
This div background color is #F593AE.
.myBorderColor { border: 1px solid #F593AE; }
<div style="border:3px solid #F593AE">Div</div>
This div border color is #F593AE.
.myOpacity80 { color: #F593AE; opacity: 0.8; }
<p style="color:#F593AE;opacity:0.8;">80%</p>
Text with #F593AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F593AE;}
<p style="text-shadow: 3px 3px 1px #F593AE">Text here.</p>
This text has shadow with #F593AE color.
.textShadow {text-shadow: 3px 3px 1px #F593AE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F593AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F593AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F593AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F593AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F593AE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F593AE; -webkit-box-shadow: 1px 1px 3px 2px #F593AE; box-shadow: 1px 1px 3px 2px #F593AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F593AE; -webkit-box-shadow: 1px 1px 3px 2px #F593AE; box-shadow:1px 1px 3px 2px #F593AE;">
Div content here</div>
This text has color #F593AE on black background.
This text has color #F593AE on white background.
This text has black color on #F593AE background.
This text has white color on #F593AE background.