HEX: #F0829F
RGB: (240,130,159)
#F0829F contains mainly red color. Web safe color of #F0829F is #FF9999 (or #F99).
#F0829F color RGB value is (240,130,159).
RGB: (240,130,159)
(94%, 51%, 62%)
R 240 of 255 = 94%
G 130 of 255 = 51%
B 159 of 255 = 62%
R + G + B ~ 69%. #F0829F is quite light color.
R + G + B = 240 + 130 + 159 = 529 (100%)
R 240 of 529 ~ 45.37%
G 130 of 529 ~ 24.57%
B 159 of 529 ~ 30.06'%
#F0829F color CMYK value is (0,46,34,6).
CMYK: (0,46,34,6)
C0M46Y34K6 (0%, 46%, 34%, 6%)
(0.00 / 0.46 / 0.34 / 0.06)
Color #F0829F in popluar color models
F0 | 82 | 9F | |
---|---|---|---|
RGB | 240 | 130 | 159 |
HSL | 344° | 78.57% | 72.55% |
HSB/HSV | 344° | 45.83% | 94.12% |
CMYK | 0.00% | 45.83% | 33.75% |
5.88% |
Color #F0829F in popluar number systems.
HEX | F0 | 82 | 9F |
Decimal | 240 | 130 | 159 |
Binary | 11110000 | 10000010 | 10011111 |
Octal | 360 | 202 | 237 |
Shades of #F0829F
Tints of #F0829F
Examples of css and html codes for elements with #F0829F color. Also use rgb(240,130,159) instead hex code.
.myTextColor { color: #F0829F; }
<p style="color:#F0829F">This sample text font color is #F0829F.</p>
This text font color is #F0829F.
.myBgColor { background-color: #F0829F; }
<div style="background-color:#F0829F">Inner text</div>
This div background color is #F0829F.
.myBorderColor { border: 1px solid #F0829F; }
<div style="border:3px solid #F0829F">Div</div>
This div border color is #F0829F.
.myOpacity80 { color: #F0829F; opacity: 0.8; }
<p style="color:#F0829F;opacity:0.8;">80%</p>
Text with #F0829F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0829F;}
<p style="text-shadow: 3px 3px 1px #F0829F">Text here.</p>
This text has shadow with #F0829F color.
.textShadow {text-shadow: 3px 3px 1px #F0829F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0829F, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0829F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0829F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0829F, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0829F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0829F;
-webkit-box-shadow: 1px 1px 3px 2px #F0829F;
box-shadow: 1px 1px 3px 2px #F0829F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0829F; -webkit-box-shadow: 1px 1px 3px 2px #F0829F; box-shadow:1px 1px 3px 2px #F0829F;">
Div content here
</div>
This text has color #F0829F on black background.
This text has color #F0829F on white background.
This text has black color on #F0829F background.
This text has white color on #F0829F background.
Complementary color for #hex is #0F7D60.