HEX: #F496BA
RGB: (244,150,186)
#F496BA contains mainly red and blue colors. Web safe color of #F496BA is #FF99CC (or #F9C).
#F496BA color RGB value is (244,150,186).
RGB: (244,150,186)
(96%, 59%, 73%)
R 244 of 255 = 96%
G 150 of 255 = 59%
B 186 of 255 = 73%
R + G + B ~ 76%. #F496BA is quite light color.
R + G + B = 244 + 150 + 186 = 580 (100%)
R 244 of 580 ~ 42.07%
G 150 of 580 ~ 25.86%
B 186 of 580 ~ 32.07'%
#F496BA color CMYK value is (0,39,24,4).
CMYK: (0,39,24,4) C0M39Y24K4 (0%,39%,24%,4%) (0.00/0.39/0.24/0.04)
Color #F496BA in popluar color models
F4 | 96 | BA | |
---|---|---|---|
RGB | 244 | 150 | 186 |
HSL | 337° | 81.03% | 77.25% |
HSB/HSV | 337° | 38.52% | 95.69% |
CMYK | 0.00% | 38.52% | 23.77% |
4.31% |
Color #F496BA in popluar number systems.
HEX | F4 | 96 | BA |
Decimal | 244 | 150 | 186 |
Binary | 11110100 | 10010110 | 10111010 |
Octal | 364 | 226 | 272 |
Shades of #F496BA
Tints of #F496BA
Examples of css and html codes for elements with #F496BA color. Also use rgb(244,150,186) instead hex code.
.myTextColor { color: #F496BA; }
<p style="color:#F496BA">This sample text font color is #F496BA.</p>
This text font color is #F496BA.
.myBgColor { background-color: #F496BA; }
<div style="background-color:#F496BA">Inner text</div>
This div background color is #F496BA.
.myBorderColor { border: 1px solid #F496BA; }
<div style="border:3px solid #F496BA">Div</div>
This div border color is #F496BA.
.myOpacity80 { color: #F496BA; opacity: 0.8; }
<p style="color:#F496BA;opacity:0.8;">80%</p>
Text with #F496BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F496BA;}
<p style="text-shadow: 3px 3px 1px #F496BA">Text here.</p>
This text has shadow with #F496BA color.
.textShadow {text-shadow: 3px 3px 1px #F496BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F496BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F496BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F496BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F496BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F496BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F496BA;
-webkit-box-shadow: 1px 1px 3px 2px #F496BA;
box-shadow: 1px 1px 3px 2px #F496BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F496BA; -webkit-box-shadow: 1px 1px 3px 2px #F496BA; box-shadow:1px 1px 3px 2px #F496BA;">
Div content here
</div>
This text has color #F496BA on black background.
This text has color #F496BA on white background.
This text has black color on #F496BA background.
This text has white color on #F496BA background.
Complementary color for #hex is #0B6945.