HEX: #F0909D
RGB: (240,144,157)
#F0909D contains mainly red color. Web safe color of #F0909D is #FF9999 (or #F99).
#F0909D color RGB value is (240,144,157).
RGB: (240,144,157)
(94%, 56%, 62%)
R 240 of 255 = 94%
G 144 of 255 = 56%
B 157 of 255 = 62%
R + G + B ~ 71%. #F0909D is quite light color.
R + G + B = 240 + 144 + 157 = 541 (100%)
R 240 of 541 ~ 44.36%
G 144 of 541 ~ 26.62%
B 157 of 541 ~ 29.02'%
#F0909D color CMYK value is (0,40,35,6).
CMYK: (0,40,35,6)
C0M40Y35K6 (0%, 40%, 35%, 6%)
(0.00 / 0.40 / 0.35 / 0.06)
Color #F0909D in popluar color models
F0 | 90 | 9D | |
---|---|---|---|
RGB | 240 | 144 | 157 |
HSL | 352° | 76.19% | 75.29% |
HSB/HSV | 352° | 40.00% | 94.12% |
CMYK | 0.00% | 40.00% | 34.58% |
5.88% |
Color #F0909D in popluar number systems.
HEX | F0 | 90 | 9D |
Decimal | 240 | 144 | 157 |
Binary | 11110000 | 10010000 | 10011101 |
Octal | 360 | 220 | 235 |
Shades of #F0909D
Tints of #F0909D
Examples of css and html codes for elements with #F0909D color. Also use rgb(240,144,157) instead hex code.
.myTextColor { color: #F0909D; }
<p style="color:#F0909D">This sample text font color is #F0909D.</p>
This text font color is #F0909D.
.myBgColor { background-color: #F0909D; }
<div style="background-color:#F0909D">Inner text</div>
This div background color is #F0909D.
.myBorderColor { border: 1px solid #F0909D; }
<div style="border:3px solid #F0909D">Div</div>
This div border color is #F0909D.
.myOpacity80 { color: #F0909D; opacity: 0.8; }
<p style="color:#F0909D;opacity:0.8;">80%</p>
Text with #F0909D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0909D;}
<p style="text-shadow: 3px 3px 1px #F0909D">Text here.</p>
This text has shadow with #F0909D color.
.textShadow {text-shadow: 3px 3px 1px #F0909D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0909D, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0909D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0909D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0909D, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0909D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0909D;
-webkit-box-shadow: 1px 1px 3px 2px #F0909D;
box-shadow: 1px 1px 3px 2px #F0909D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0909D; -webkit-box-shadow: 1px 1px 3px 2px #F0909D; box-shadow:1px 1px 3px 2px #F0909D;">
Div content here
</div>
This text has color #F0909D on black background.
This text has color #F0909D on white background.
This text has black color on #F0909D background.
This text has white color on #F0909D background.
Complementary color for #hex is #0F6F62.