HEX: #F679DC
RGB: (246,121,220)
#F679DC contains mainly red and blue colors. Web safe color of #F679DC is #FF66CC (or #F6C).
#F679DC color RGB value is (246,121,220).
RGB: (246,121,220)
(96%, 47%, 86%)
R 246 of 255 = 96%
G 121 of 255 = 47%
B 220 of 255 = 86%
R + G + B ~ 76%. #F679DC is quite light color.
R + G + B = 246 + 121 + 220 = 587 (100%)
R 246 of 587 ~ 41.91%
G 121 of 587 ~ 20.61%
B 220 of 587 ~ 37.48'%
#F679DC color CMYK value is (0,51,11,4).
CMYK: (0,51,11,4) C0M51Y11K4 (0%,51%,11%,4%) (0.00/0.51/0.11/0.04)
Color #F679DC in popluar color models
F6 | 79 | DC | |
---|---|---|---|
RGB | 246 | 121 | 220 |
HSL | 312° | 87.41% | 71.96% |
HSB/HSV | 312° | 50.81% | 96.47% |
CMYK | 0.00% | 50.81% | 10.57% |
3.53% |
Color #F679DC in popluar number systems.
HEX | F6 | 79 | DC |
Decimal | 246 | 121 | 220 |
Binary | 11110110 | 1111001 | 11011100 |
Octal | 366 | 171 | 334 |
Shades of #F679DC
Tints of #F679DC
Examples of css and html codes for elements with #F679DC color. Also use rgb(246,121,220) instead hex code.
.myTextColor { color: #F679DC; }
<p style="color:#F679DC">This sample text font color is #F679DC.</p>
This text font color is #F679DC.
.myBgColor { background-color: #F679DC; }
<div style="background-color:#F679DC">Inner text</div>
This div background color is #F679DC.
.myBorderColor { border: 1px solid #F679DC; }
<div style="border:3px solid #F679DC">Div</div>
This div border color is #F679DC.
.myOpacity80 { color: #F679DC; opacity: 0.8; }
<p style="color:#F679DC;opacity:0.8;">80%</p>
Text with #F679DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F679DC;}
<p style="text-shadow: 3px 3px 1px #F679DC">Text here.</p>
This text has shadow with #F679DC color.
.textShadow {text-shadow: 3px 3px 1px #F679DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F679DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F679DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F679DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F679DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F679DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F679DC;
-webkit-box-shadow: 1px 1px 3px 2px #F679DC;
box-shadow: 1px 1px 3px 2px #F679DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F679DC; -webkit-box-shadow: 1px 1px 3px 2px #F679DC; box-shadow:1px 1px 3px 2px #F679DC;">
Div content here
</div>
This text has color #F679DC on black background.
This text has color #F679DC on white background.
This text has black color on #F679DC background.
This text has white color on #F679DC background.
Complementary color for #hex is #098623.