HEX: #F686AF
RGB: (246,134,175)
#F686AF contains mainly red color. Web safe color of #F686AF is #FF9999 (or #F99).
#F686AF color RGB value is (246,134,175).
RGB: (246,134,175)
(96%, 53%, 69%)
R 246 of 255 = 96%
G 134 of 255 = 53%
B 175 of 255 = 69%
R + G + B ~ 73%. #F686AF is quite light color.
R + G + B = 246 + 134 + 175 = 555 (100%)
R 246 of 555 ~ 44.32%
G 134 of 555 ~ 24.14%
B 175 of 555 ~ 31.53'%
#F686AF color CMYK value is (0,46,29,4).
CMYK: (0,46,29,4)
C0M46Y29K4 (0%, 46%, 29%, 4%)
(0.00 / 0.46 / 0.29 / 0.04)
Color #F686AF in popluar color models
F6 | 86 | AF | |
---|---|---|---|
RGB | 246 | 134 | 175 |
HSL | 338° | 86.15% | 74.51% |
HSB/HSV | 338° | 45.53% | 96.47% |
CMYK | 0.00% | 45.53% | 28.86% |
3.53% |
Color #F686AF in popluar number systems.
HEX | F6 | 86 | AF |
Decimal | 246 | 134 | 175 |
Binary | 11110110 | 10000110 | 10101111 |
Octal | 366 | 206 | 257 |
Shades of #F686AF
Tints of #F686AF
Examples of css and html codes for elements with #F686AF color. Also use rgb(246,134,175) instead hex code.
.myTextColor { color: #F686AF; }
<p style="color:#F686AF">This sample text font color is #F686AF.</p>
This text font color is #F686AF.
.myBgColor { background-color: #F686AF; }
<div style="background-color:#F686AF">Inner text</div>
This div background color is #F686AF.
.myBorderColor { border: 1px solid #F686AF; }
<div style="border:3px solid #F686AF">Div</div>
This div border color is #F686AF.
.myOpacity80 { color: #F686AF; opacity: 0.8; }
<p style="color:#F686AF;opacity:0.8;">80%</p>
Text with #F686AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F686AF;}
<p style="text-shadow: 3px 3px 1px #F686AF">Text here.</p>
This text has shadow with #F686AF color.
.textShadow {text-shadow: 3px 3px 1px #F686AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F686AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F686AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F686AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F686AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F686AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F686AF;
-webkit-box-shadow: 1px 1px 3px 2px #F686AF;
box-shadow: 1px 1px 3px 2px #F686AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F686AF; -webkit-box-shadow: 1px 1px 3px 2px #F686AF; box-shadow:1px 1px 3px 2px #F686AF;">
Div content here
</div>
This text has color #F686AF on black background.
This text has color #F686AF on white background.
This text has black color on #F686AF background.
This text has white color on #F686AF background.
Complementary color for #hex is #097950.