HEX: #F996EF
RGB: (249,150,239)
#F996EF contains mainly red and blue colors. Web safe color of #F996EF is #FF99FF (or #F9F).
#F996EF color RGB value is (249,150,239).
RGB: (249,150,239)
(98%, 59%, 94%)
R 249 of 255 = 98%
G 150 of 255 = 59%
B 239 of 255 = 94%
R + G + B ~ 84%. #F996EF is quite light color.
R + G + B = 249 + 150 + 239 = 638 (100%)
R 249 of 638 ~ 39.03%
G 150 of 638 ~ 23.51%
B 239 of 638 ~ 37.46'%
#F996EF color CMYK value is (0,40,4,2).
CMYK: (0,40,4,2)
C0M40Y4K2 (0%, 40%, 4%, 2%)
(0.00 / 0.40 / 0.04 / 0.02)
Color #F996EF in popluar color models
F9 | 96 | EF | |
---|---|---|---|
RGB | 249 | 150 | 239 |
HSL | 306° | 89.19% | 78.24% |
HSB/HSV | 306° | 39.76% | 97.65% |
CMYK | 0.00% | 39.76% | 4.02% |
2.35% |
Color #F996EF in popluar number systems.
HEX | F9 | 96 | EF |
Decimal | 249 | 150 | 239 |
Binary | 11111001 | 10010110 | 11101111 |
Octal | 371 | 226 | 357 |
Shades of #F996EF
Tints of #F996EF
Examples of css and html codes for elements with #F996EF color. Also use rgb(249,150,239) instead hex code.
.myTextColor { color: #F996EF; }
<p style="color:#F996EF">This sample text font color is #F996EF.</p>
This text font color is #F996EF.
.myBgColor { background-color: #F996EF; }
<div style="background-color:#F996EF">Inner text</div>
This div background color is #F996EF.
.myBorderColor { border: 1px solid #F996EF; }
<div style="border:3px solid #F996EF">Div</div>
This div border color is #F996EF.
.myOpacity80 { color: #F996EF; opacity: 0.8; }
<p style="color:#F996EF;opacity:0.8;">80%</p>
Text with #F996EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F996EF;}
<p style="text-shadow: 3px 3px 1px #F996EF">Text here.</p>
This text has shadow with #F996EF color.
.textShadow {text-shadow: 3px 3px 1px #F996EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F996EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F996EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F996EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F996EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F996EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F996EF;
-webkit-box-shadow: 1px 1px 3px 2px #F996EF;
box-shadow: 1px 1px 3px 2px #F996EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F996EF; -webkit-box-shadow: 1px 1px 3px 2px #F996EF; box-shadow:1px 1px 3px 2px #F996EF;">
Div content here
</div>
This text has color #F996EF on black background.
This text has color #F996EF on white background.
This text has black color on #F996EF background.
This text has white color on #F996EF background.
Complementary color for #hex is #066910.