HEX: #F6729B
RGB: (246,114,155)
#F6729B contains mainly red color. Web safe color of #F6729B is #FF6699 (or #F69).
#F6729B color RGB value is (246,114,155).
RGB: (246,114,155) (96%,45%,61%)
R 246 of 255 = 96%
G 114 of 255 = 45%
B 155 of 255 = 61%
R + G + B ~ 67%. #F6729B is quite light color.
R + G + B =
246 + 114 + 155 = 515 (100%)
R 246 of 515 ~ 47.77%
G 114 of 515 ~ 22.14%
B 155 of 515 ~ 30.1%
#F6729B color CMYK value is (0,54,37,4).
CMYK: (0,54,37,4) C0M54Y37K4 (0%,54%,37%,4%) (0.00/0.54/0.37/0.04)
F6 | 72 | 9B | |
---|---|---|---|
RGB | 246 | 114 | 155 |
HSL | 341° | 88.00% | 70.59% |
HSB/HSV | 341° | 53.66% | 96.47% |
CMYK | 0.00% | 53.66% | 36.99% |
3.53% |
HEX | F6 | 72 | 9B |
Decimal | 246 | 114 | 155 |
Binary | 11110110 | 1110010 | 10011011 |
Octal | 366 | 162 | 233 |
Examples of css and html codes for elements with #F6729B color. Also use rgb(246,114,155) instead hex code.
.myTextColor { color: #F6729B; }
<p style="color:#F6729B">This sample text font color is #F6729B.</p>
This text font color is #F6729B.
.myBgColor { background-color: #F6729B; }
<div style="background-color:#F6729B">Inner text</div>
This div background color is #F6729B.
.myBorderColor { border: 1px solid #F6729B; }
<div style="border:3px solid #F6729B">Div</div>
This div border color is #F6729B.
.myOpacity80 { color: #F6729B; opacity: 0.8; }
<p style="color:#F6729B;opacity:0.8;">80%</p>
Text with #F6729B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6729B;}
<p style="text-shadow: 3px 3px 1px #F6729B">Text here.</p>
This text has shadow with #F6729B color.
.textShadow {text-shadow: 3px 3px 1px #F6729B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6729B, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6729B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6729B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6729B, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6729B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F6729B; -webkit-box-shadow: 1px 1px 3px 2px #F6729B; box-shadow: 1px 1px 3px 2px #F6729B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F6729B; -webkit-box-shadow: 1px 1px 3px 2px #F6729B; box-shadow:1px 1px 3px 2px #F6729B;">
Div content here</div>
This text has color #F6729B on black background.
This text has color #F6729B on white background.
This text has black color on #F6729B background.
This text has white color on #F6729B background.