HEX: #F97EC8
RGB: (249,126,200)
#F97EC8 contains mainly red and blue colors. Web safe color of #F97EC8 is #FF66CC (or #F6C).
#F97EC8 color RGB value is (249,126,200).
RGB: (249,126,200)
(98%, 49%, 78%)
R 249 of 255 = 98%
G 126 of 255 = 49%
B 200 of 255 = 78%
R + G + B ~ 75%. #F97EC8 is quite light color.
R + G + B = 249 + 126 + 200 = 575 (100%)
R 249 of 575 ~ 43.3%
G 126 of 575 ~ 21.91%
B 200 of 575 ~ 34.78'%
#F97EC8 color CMYK value is (0,49,20,2).
CMYK: (0,49,20,2)
C0M49Y20K2 (0%, 49%, 20%, 2%)
(0.00 / 0.49 / 0.20 / 0.02)
Color #F97EC8 in popluar color models
F9 | 7E | C8 | |
---|---|---|---|
RGB | 249 | 126 | 200 |
HSL | 324° | 91.11% | 73.53% |
HSB/HSV | 324° | 49.40% | 97.65% |
CMYK | 0.00% | 49.40% | 19.68% |
2.35% |
Color #F97EC8 in popluar number systems.
HEX | F9 | 7E | C8 |
Decimal | 249 | 126 | 200 |
Binary | 11111001 | 1111110 | 11001000 |
Octal | 371 | 176 | 310 |
Shades of #F97EC8
Tints of #F97EC8
Examples of css and html codes for elements with #F97EC8 color. Also use rgb(249,126,200) instead hex code.
.myTextColor { color: #F97EC8; }
<p style="color:#F97EC8">This sample text font color is #F97EC8.</p>
This text font color is #F97EC8.
.myBgColor { background-color: #F97EC8; }
<div style="background-color:#F97EC8">Inner text</div>
This div background color is #F97EC8.
.myBorderColor { border: 1px solid #F97EC8; }
<div style="border:3px solid #F97EC8">Div</div>
This div border color is #F97EC8.
.myOpacity80 { color: #F97EC8; opacity: 0.8; }
<p style="color:#F97EC8;opacity:0.8;">80%</p>
Text with #F97EC8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F97EC8;}
<p style="text-shadow: 3px 3px 1px #F97EC8">Text here.</p>
This text has shadow with #F97EC8 color.
.textShadow {text-shadow: 3px 3px 1px #F97EC8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F97EC8, 5px 5px 20px red">Text here.</p>
This text has shadow with #F97EC8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F97EC8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F97EC8, Direction=45, Strength=4)">Text</p>
This text has shadow with #F97EC8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F97EC8;
-webkit-box-shadow: 1px 1px 3px 2px #F97EC8;
box-shadow: 1px 1px 3px 2px #F97EC8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F97EC8; -webkit-box-shadow: 1px 1px 3px 2px #F97EC8; box-shadow:1px 1px 3px 2px #F97EC8;">
Div content here
</div>
This text has color #F97EC8 on black background.
This text has color #F97EC8 on white background.
This text has black color on #F97EC8 background.
This text has white color on #F97EC8 background.
Complementary color for #hex is #068137.