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