HEX: #F7767D
RGB: (247,118,125)
#F7767D contains mainly red color. Web safe color of #F7767D is #FF6666 (or #F66).
#F7767D color RGB value is (247,118,125).
RGB: (247,118,125)
(97%, 46%, 49%)
R 247 of 255 = 97%
G 118 of 255 = 46%
B 125 of 255 = 49%
R + G + B ~ 64%. #F7767D is quite light color.
R + G + B = 247 + 118 + 125 = 490 (100%)
R 247 of 490 ~ 50.41%
G 118 of 490 ~ 24.08%
B 125 of 490 ~ 25.51'%
#F7767D color CMYK value is (0,52,49,3).
CMYK: (0,52,49,3) C0M52Y49K3 (0%,52%,49%,3%) (0.00/0.52/0.49/0.03)
Color #F7767D in popluar color models
F7 | 76 | 7D | |
---|---|---|---|
RGB | 247 | 118 | 125 |
HSL | 357° | 88.97% | 71.57% |
HSB/HSV | 357° | 52.23% | 96.86% |
CMYK | 0.00% | 52.23% | 49.39% |
3.14% |
Color #F7767D in popluar number systems.
HEX | F7 | 76 | 7D |
Decimal | 247 | 118 | 125 |
Binary | 11110111 | 1110110 | 1111101 |
Octal | 367 | 166 | 175 |
Shades of #F7767D
Tints of #F7767D
Examples of css and html codes for elements with #F7767D color. Also use rgb(247,118,125) instead hex code.
.myTextColor { color: #F7767D; }
<p style="color:#F7767D">This sample text font color is #F7767D.</p>
This text font color is #F7767D.
.myBgColor { background-color: #F7767D; }
<div style="background-color:#F7767D">Inner text</div>
This div background color is #F7767D.
.myBorderColor { border: 1px solid #F7767D; }
<div style="border:3px solid #F7767D">Div</div>
This div border color is #F7767D.
.myOpacity80 { color: #F7767D; opacity: 0.8; }
<p style="color:#F7767D;opacity:0.8;">80%</p>
Text with #F7767D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F7767D;}
<p style="text-shadow: 3px 3px 1px #F7767D">Text here.</p>
This text has shadow with #F7767D color.
.textShadow {text-shadow: 3px 3px 1px #F7767D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F7767D, 5px 5px 20px red">Text here.</p>
This text has shadow with #F7767D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F7767D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F7767D, Direction=45, Strength=4)">Text</p>
This text has shadow with #F7767D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F7767D;
-webkit-box-shadow: 1px 1px 3px 2px #F7767D;
box-shadow: 1px 1px 3px 2px #F7767D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F7767D; -webkit-box-shadow: 1px 1px 3px 2px #F7767D; box-shadow:1px 1px 3px 2px #F7767D;">
Div content here
</div>
This text has color #F7767D on black background.
This text has color #F7767D on white background.
This text has black color on #F7767D background.
This text has white color on #F7767D background.
Complementary color for #hex is #088982.