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