HEX: #F199BD
RGB: (241,153,189)
#F199BD contains mainly red and blue colors. Web safe color of #F199BD is #FF99CC (or #F9C).
#F199BD color RGB value is (241,153,189).
RGB: (241,153,189)
(95%, 60%, 74%)
R 241 of 255 = 95%
G 153 of 255 = 60%
B 189 of 255 = 74%
R + G + B ~ 76%. #F199BD is quite light color.
R + G + B = 241 + 153 + 189 = 583 (100%)
R 241 of 583 ~ 41.34%
G 153 of 583 ~ 26.24%
B 189 of 583 ~ 32.42'%
#F199BD color CMYK value is (0,37,22,5).
CMYK: (0,37,22,5) C0M37Y22K5 (0%,37%,22%,5%) (0.00/0.37/0.22/0.05)
Color #F199BD in popluar color models
F1 | 99 | BD | |
---|---|---|---|
RGB | 241 | 153 | 189 |
HSL | 335° | 75.86% | 77.25% |
HSB/HSV | 335° | 36.51% | 94.51% |
CMYK | 0.00% | 36.51% | 21.58% |
5.49% |
Color #F199BD in popluar number systems.
HEX | F1 | 99 | BD |
Decimal | 241 | 153 | 189 |
Binary | 11110001 | 10011001 | 10111101 |
Octal | 361 | 231 | 275 |
Shades of #F199BD
Tints of #F199BD
Examples of css and html codes for elements with #F199BD color. Also use rgb(241,153,189) instead hex code.
.myTextColor { color: #F199BD; }
<p style="color:#F199BD">This sample text font color is #F199BD.</p>
This text font color is #F199BD.
.myBgColor { background-color: #F199BD; }
<div style="background-color:#F199BD">Inner text</div>
This div background color is #F199BD.
.myBorderColor { border: 1px solid #F199BD; }
<div style="border:3px solid #F199BD">Div</div>
This div border color is #F199BD.
.myOpacity80 { color: #F199BD; opacity: 0.8; }
<p style="color:#F199BD;opacity:0.8;">80%</p>
Text with #F199BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F199BD;}
<p style="text-shadow: 3px 3px 1px #F199BD">Text here.</p>
This text has shadow with #F199BD color.
.textShadow {text-shadow: 3px 3px 1px #F199BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F199BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F199BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F199BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F199BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F199BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F199BD;
-webkit-box-shadow: 1px 1px 3px 2px #F199BD;
box-shadow: 1px 1px 3px 2px #F199BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F199BD; -webkit-box-shadow: 1px 1px 3px 2px #F199BD; box-shadow:1px 1px 3px 2px #F199BD;">
Div content here
</div>
This text has color #F199BD on black background.
This text has color #F199BD on white background.
This text has black color on #F199BD background.
This text has white color on #F199BD background.
Complementary color for #hex is #0E6642.