HEX: #FB747D
RGB: (251,116,125)
#FB747D contains mainly red color. Web safe color of #FB747D is #FF6666 (or #F66).
#FB747D color RGB value is (251,116,125).
RGB: (251,116,125)
(98%, 45%, 49%)
R 251 of 255 = 98%
G 116 of 255 = 45%
B 125 of 255 = 49%
R + G + B ~ 64%. #FB747D is quite light color.
R + G + B = 251 + 116 + 125 = 492 (100%)
R 251 of 492 ~ 51.02%
G 116 of 492 ~ 23.58%
B 125 of 492 ~ 25.41'%
#FB747D color CMYK value is (0,54,50,2).
CMYK: (0,54,50,2)
C0M54Y50K2 (0%, 54%, 50%, 2%)
(0.00 / 0.54 / 0.50 / 0.02)
Color #FB747D in popluar color models
FB | 74 | 7D | |
---|---|---|---|
RGB | 251 | 116 | 125 |
HSL | 356° | 94.41% | 71.96% |
HSB/HSV | 356° | 53.78% | 98.43% |
CMYK | 0.00% | 53.78% | 50.20% |
1.57% |
Color #FB747D in popluar number systems.
HEX | FB | 74 | 7D |
Decimal | 251 | 116 | 125 |
Binary | 11111011 | 1110100 | 1111101 |
Octal | 373 | 164 | 175 |
Shades of #FB747D
Tints of #FB747D
Examples of css and html codes for elements with #FB747D color. Also use rgb(251,116,125) instead hex code.
.myTextColor { color: #FB747D; }
<p style="color:#FB747D">This sample text font color is #FB747D.</p>
This text font color is #FB747D.
.myBgColor { background-color: #FB747D; }
<div style="background-color:#FB747D">Inner text</div>
This div background color is #FB747D.
.myBorderColor { border: 1px solid #FB747D; }
<div style="border:3px solid #FB747D">Div</div>
This div border color is #FB747D.
.myOpacity80 { color: #FB747D; opacity: 0.8; }
<p style="color:#FB747D;opacity:0.8;">80%</p>
Text with #FB747D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FB747D;}
<p style="text-shadow: 3px 3px 1px #FB747D">Text here.</p>
This text has shadow with #FB747D color.
.textShadow {text-shadow: 3px 3px 1px #FB747D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FB747D, 5px 5px 20px red">Text here.</p>
This text has shadow with #FB747D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FB747D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FB747D, Direction=45, Strength=4)">Text</p>
This text has shadow with #FB747D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FB747D;
-webkit-box-shadow: 1px 1px 3px 2px #FB747D;
box-shadow: 1px 1px 3px 2px #FB747D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FB747D; -webkit-box-shadow: 1px 1px 3px 2px #FB747D; box-shadow:1px 1px 3px 2px #FB747D;">
Div content here
</div>
This text has color #FB747D on black background.
This text has color #FB747D on white background.
This text has black color on #FB747D background.
This text has white color on #FB747D background.
Complementary color for #hex is #048B82.