HEX: #F593BC
RGB: (245,147,188)
#F593BC contains mainly red and blue colors. Web safe color of #F593BC is #FF99CC (or #F9C).
#F593BC color RGB value is (245,147,188).
RGB: (245,147,188)
(96%, 58%, 74%)
R 245 of 255 = 96%
G 147 of 255 = 58%
B 188 of 255 = 74%
R + G + B ~ 76%. #F593BC is quite light color.
R + G + B = 245 + 147 + 188 = 580 (100%)
R 245 of 580 ~ 42.24%
G 147 of 580 ~ 25.34%
B 188 of 580 ~ 32.41'%
#F593BC color CMYK value is (0,40,23,4).
CMYK: (0,40,23,4)
C0M40Y23K4 (0%, 40%, 23%, 4%)
(0.00 / 0.40 / 0.23 / 0.04)
Color #F593BC in popluar color models
F5 | 93 | BC | |
---|---|---|---|
RGB | 245 | 147 | 188 |
HSL | 335° | 83.05% | 76.86% |
HSB/HSV | 335° | 40.00% | 96.08% |
CMYK | 0.00% | 40.00% | 23.27% |
3.92% |
Color #F593BC in popluar number systems.
HEX | F5 | 93 | BC |
Decimal | 245 | 147 | 188 |
Binary | 11110101 | 10010011 | 10111100 |
Octal | 365 | 223 | 274 |
Shades of #F593BC
Tints of #F593BC
Examples of css and html codes for elements with #F593BC color. Also use rgb(245,147,188) instead hex code.
.myTextColor { color: #F593BC; }
<p style="color:#F593BC">This sample text font color is #F593BC.</p>
This text font color is #F593BC.
.myBgColor { background-color: #F593BC; }
<div style="background-color:#F593BC">Inner text</div>
This div background color is #F593BC.
.myBorderColor { border: 1px solid #F593BC; }
<div style="border:3px solid #F593BC">Div</div>
This div border color is #F593BC.
.myOpacity80 { color: #F593BC; opacity: 0.8; }
<p style="color:#F593BC;opacity:0.8;">80%</p>
Text with #F593BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F593BC;}
<p style="text-shadow: 3px 3px 1px #F593BC">Text here.</p>
This text has shadow with #F593BC color.
.textShadow {text-shadow: 3px 3px 1px #F593BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F593BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F593BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F593BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F593BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F593BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F593BC;
-webkit-box-shadow: 1px 1px 3px 2px #F593BC;
box-shadow: 1px 1px 3px 2px #F593BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F593BC; -webkit-box-shadow: 1px 1px 3px 2px #F593BC; box-shadow:1px 1px 3px 2px #F593BC;">
Div content here
</div>
This text has color #F593BC on black background.
This text has color #F593BC on white background.
This text has black color on #F593BC background.
This text has white color on #F593BC background.
Complementary color for #hex is #0A6C43.