HEX: #F096CE
RGB: (240,150,206)
#F096CE contains mainly red and blue colors. Web safe color of #F096CE is #FF99CC (or #F9C).
#F096CE color RGB value is (240,150,206).
RGB: (240,150,206)
(94%, 59%, 81%)
R 240 of 255 = 94%
G 150 of 255 = 59%
B 206 of 255 = 81%
R + G + B ~ 78%. #F096CE is quite light color.
R + G + B = 240 + 150 + 206 = 596 (100%)
R 240 of 596 ~ 40.27%
G 150 of 596 ~ 25.17%
B 206 of 596 ~ 34.56'%
#F096CE color CMYK value is (0,38,14,6).
CMYK: (0,38,14,6) C0M38Y14K6 (0%,38%,14%,6%) (0.00/0.38/0.14/0.06)
Color #F096CE in popluar color models
F0 | 96 | CE | |
---|---|---|---|
RGB | 240 | 150 | 206 |
HSL | 323° | 75.00% | 76.47% |
HSB/HSV | 323° | 37.50% | 94.12% |
CMYK | 0.00% | 37.50% | 14.17% |
5.88% |
Color #F096CE in popluar number systems.
HEX | F0 | 96 | CE |
Decimal | 240 | 150 | 206 |
Binary | 11110000 | 10010110 | 11001110 |
Octal | 360 | 226 | 316 |
Shades of #F096CE
Tints of #F096CE
Examples of css and html codes for elements with #F096CE color. Also use rgb(240,150,206) instead hex code.
.myTextColor { color: #F096CE; }
<p style="color:#F096CE">This sample text font color is #F096CE.</p>
This text font color is #F096CE.
.myBgColor { background-color: #F096CE; }
<div style="background-color:#F096CE">Inner text</div>
This div background color is #F096CE.
.myBorderColor { border: 1px solid #F096CE; }
<div style="border:3px solid #F096CE">Div</div>
This div border color is #F096CE.
.myOpacity80 { color: #F096CE; opacity: 0.8; }
<p style="color:#F096CE;opacity:0.8;">80%</p>
Text with #F096CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F096CE;}
<p style="text-shadow: 3px 3px 1px #F096CE">Text here.</p>
This text has shadow with #F096CE color.
.textShadow {text-shadow: 3px 3px 1px #F096CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F096CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F096CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F096CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F096CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F096CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F096CE;
-webkit-box-shadow: 1px 1px 3px 2px #F096CE;
box-shadow: 1px 1px 3px 2px #F096CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F096CE; -webkit-box-shadow: 1px 1px 3px 2px #F096CE; box-shadow:1px 1px 3px 2px #F096CE;">
Div content here
</div>
This text has color #F096CE on black background.
This text has color #F096CE on white background.
This text has black color on #F096CE background.
This text has white color on #F096CE background.
Complementary color for #hex is #0F6931.