HEX: #F6746E
RGB: (246,116,110)
#F6746E contains mainly red color. Web safe color of #F6746E is #FF6666 (or #F66).
#F6746E color RGB value is (246,116,110).
RGB: (246,116,110)
(96%, 45%, 43%)
R 246 of 255 = 96%
G 116 of 255 = 45%
B 110 of 255 = 43%
R + G + B ~ 61%. #F6746E is quite light color.
R + G + B = 246 + 116 + 110 = 472 (100%)
R 246 of 472 ~ 52.12%
G 116 of 472 ~ 24.58%
B 110 of 472 ~ 23.31'%
#F6746E color CMYK value is (0,53,55,4).
CMYK: (0,53,55,4)
C0M53Y55K4 (0%, 53%, 55%, 4%)
(0.00 / 0.53 / 0.55 / 0.04)
Color #F6746E in popluar color models
F6 | 74 | 6E | |
---|---|---|---|
RGB | 246 | 116 | 110 |
HSL | 3° | 88.31% | 69.80% |
HSB/HSV | 3° | 55.28% | 96.47% |
CMYK | 0.00% | 52.85% | 55.28% |
3.53% |
Color #F6746E in popluar number systems.
HEX | F6 | 74 | 6E |
Decimal | 246 | 116 | 110 |
Binary | 11110110 | 1110100 | 1101110 |
Octal | 366 | 164 | 156 |
Shades of #F6746E
Tints of #F6746E
Examples of css and html codes for elements with #F6746E color. Also use rgb(246,116,110) instead hex code.
.myTextColor { color: #F6746E; }
<p style="color:#F6746E">This sample text font color is #F6746E.</p>
This text font color is #F6746E.
.myBgColor { background-color: #F6746E; }
<div style="background-color:#F6746E">Inner text</div>
This div background color is #F6746E.
.myBorderColor { border: 1px solid #F6746E; }
<div style="border:3px solid #F6746E">Div</div>
This div border color is #F6746E.
.myOpacity80 { color: #F6746E; opacity: 0.8; }
<p style="color:#F6746E;opacity:0.8;">80%</p>
Text with #F6746E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6746E;}
<p style="text-shadow: 3px 3px 1px #F6746E">Text here.</p>
This text has shadow with #F6746E color.
.textShadow {text-shadow: 3px 3px 1px #F6746E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6746E, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6746E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6746E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6746E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6746E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6746E;
-webkit-box-shadow: 1px 1px 3px 2px #F6746E;
box-shadow: 1px 1px 3px 2px #F6746E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6746E; -webkit-box-shadow: 1px 1px 3px 2px #F6746E; box-shadow:1px 1px 3px 2px #F6746E;">
Div content here
</div>
This text has color #F6746E on black background.
This text has color #F6746E on white background.
This text has black color on #F6746E background.
This text has white color on #F6746E background.
Complementary color for #hex is #098B91.