HEX: #F889ED
RGB: (248,137,237)
#F889ED contains mainly red and blue colors. Web safe color of #F889ED is #FF99FF (or #F9F).
#F889ED color RGB value is (248,137,237).
RGB: (248,137,237)
(97%, 54%, 93%)
R 248 of 255 = 97%
G 137 of 255 = 54%
B 237 of 255 = 93%
R + G + B ~ 81%. #F889ED is quite light color.
R + G + B = 248 + 137 + 237 = 622 (100%)
R 248 of 622 ~ 39.87%
G 137 of 622 ~ 22.03%
B 237 of 622 ~ 38.1'%
#F889ED color CMYK value is (0,45,4,3).
CMYK: (0,45,4,3)
C0M45Y4K3 (0%, 45%, 4%, 3%)
(0.00 / 0.45 / 0.04 / 0.03)
Color #F889ED in popluar color models
F8 | 89 | ED | |
---|---|---|---|
RGB | 248 | 137 | 237 |
HSL | 306° | 88.80% | 75.49% |
HSB/HSV | 306° | 44.76% | 97.25% |
CMYK | 0.00% | 44.76% | 4.44% |
2.75% |
Color #F889ED in popluar number systems.
HEX | F8 | 89 | ED |
Decimal | 248 | 137 | 237 |
Binary | 11111000 | 10001001 | 11101101 |
Octal | 370 | 211 | 355 |
Shades of #F889ED
Tints of #F889ED
Examples of css and html codes for elements with #F889ED color. Also use rgb(248,137,237) instead hex code.
.myTextColor { color: #F889ED; }
<p style="color:#F889ED">This sample text font color is #F889ED.</p>
This text font color is #F889ED.
.myBgColor { background-color: #F889ED; }
<div style="background-color:#F889ED">Inner text</div>
This div background color is #F889ED.
.myBorderColor { border: 1px solid #F889ED; }
<div style="border:3px solid #F889ED">Div</div>
This div border color is #F889ED.
.myOpacity80 { color: #F889ED; opacity: 0.8; }
<p style="color:#F889ED;opacity:0.8;">80%</p>
Text with #F889ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F889ED;}
<p style="text-shadow: 3px 3px 1px #F889ED">Text here.</p>
This text has shadow with #F889ED color.
.textShadow {text-shadow: 3px 3px 1px #F889ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F889ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #F889ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F889ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F889ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #F889ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F889ED;
-webkit-box-shadow: 1px 1px 3px 2px #F889ED;
box-shadow: 1px 1px 3px 2px #F889ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F889ED; -webkit-box-shadow: 1px 1px 3px 2px #F889ED; box-shadow:1px 1px 3px 2px #F889ED;">
Div content here
</div>
This text has color #F889ED on black background.
This text has color #F889ED on white background.
This text has black color on #F889ED background.
This text has white color on #F889ED background.
Complementary color for #hex is #077612.