HEX: #F4829E
RGB: (244,130,158)
#F4829E contains mainly red color. Web safe color of #F4829E is #FF9999 (or #F99).
#F4829E color RGB value is (244,130,158).
RGB: (244,130,158)
(96%, 51%, 62%)
R 244 of 255 = 96%
G 130 of 255 = 51%
B 158 of 255 = 62%
R + G + B ~ 70%. #F4829E is quite light color.
R + G + B = 244 + 130 + 158 = 532 (100%)
R 244 of 532 ~ 45.86%
G 130 of 532 ~ 24.44%
B 158 of 532 ~ 29.7'%
#F4829E color CMYK value is (0,47,35,4).
CMYK: (0,47,35,4) C0M47Y35K4 (0%,47%,35%,4%) (0.00/0.47/0.35/0.04)
Color #F4829E in popluar color models
F4 | 82 | 9E | |
---|---|---|---|
RGB | 244 | 130 | 158 |
HSL | 345° | 83.82% | 73.33% |
HSB/HSV | 345° | 46.72% | 95.69% |
CMYK | 0.00% | 46.72% | 35.25% |
4.31% |
Color #F4829E in popluar number systems.
HEX | F4 | 82 | 9E |
Decimal | 244 | 130 | 158 |
Binary | 11110100 | 10000010 | 10011110 |
Octal | 364 | 202 | 236 |
Shades of #F4829E
Tints of #F4829E
Examples of css and html codes for elements with #F4829E color. Also use rgb(244,130,158) instead hex code.
.myTextColor { color: #F4829E; }
<p style="color:#F4829E">This sample text font color is #F4829E.</p>
This text font color is #F4829E.
.myBgColor { background-color: #F4829E; }
<div style="background-color:#F4829E">Inner text</div>
This div background color is #F4829E.
.myBorderColor { border: 1px solid #F4829E; }
<div style="border:3px solid #F4829E">Div</div>
This div border color is #F4829E.
.myOpacity80 { color: #F4829E; opacity: 0.8; }
<p style="color:#F4829E;opacity:0.8;">80%</p>
Text with #F4829E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F4829E;}
<p style="text-shadow: 3px 3px 1px #F4829E">Text here.</p>
This text has shadow with #F4829E color.
.textShadow {text-shadow: 3px 3px 1px #F4829E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F4829E, 5px 5px 20px red">Text here.</p>
This text has shadow with #F4829E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4829E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F4829E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F4829E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F4829E;
-webkit-box-shadow: 1px 1px 3px 2px #F4829E;
box-shadow: 1px 1px 3px 2px #F4829E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F4829E; -webkit-box-shadow: 1px 1px 3px 2px #F4829E; box-shadow:1px 1px 3px 2px #F4829E;">
Div content here
</div>
This text has color #F4829E on black background.
This text has color #F4829E on white background.
This text has black color on #F4829E background.
This text has white color on #F4829E background.
Complementary color for #hex is #0B7D61.