HEX: #F48663
RGB: (244,134,99)
#F48663 contains mainly red color. Web safe color of #F48663 is #FF9966 (or #F96).
#F48663 color RGB value is (244,134,99).
RGB: (244,134,99)
(96%, 53%, 39%)
R 244 of 255 = 96%
G 134 of 255 = 53%
B 99 of 255 = 39%
R + G + B ~ 63%. #F48663 is quite light color.
R + G + B = 244 + 134 + 99 = 477 (100%)
R 244 of 477 ~ 51.15%
G 134 of 477 ~ 28.09%
B 99 of 477 ~ 20.75'%
#F48663 color CMYK value is (0,45,59,4).
CMYK: (0,45,59,4)
C0M45Y59K4 (0%, 45%, 59%, 4%)
(0.00 / 0.45 / 0.59 / 0.04)
Color #F48663 in popluar color models
F4 | 86 | 63 | |
---|---|---|---|
RGB | 244 | 134 | 99 |
HSL | 14° | 86.83% | 67.25% |
HSB/HSV | 14° | 59.43% | 95.69% |
CMYK | 0.00% | 45.08% | 59.43% |
4.31% |
Color #F48663 in popluar number systems.
HEX | F4 | 86 | 63 |
Decimal | 244 | 134 | 99 |
Binary | 11110100 | 10000110 | 1100011 |
Octal | 364 | 206 | 143 |
Shades of #F48663
Tints of #F48663
Examples of css and html codes for elements with #F48663 color. Also use rgb(244,134,99) instead hex code.
.myTextColor { color: #F48663; }
<p style="color:#F48663">This sample text font color is #F48663.</p>
This text font color is #F48663.
.myBgColor { background-color: #F48663; }
<div style="background-color:#F48663">Inner text</div>
This div background color is #F48663.
.myBorderColor { border: 1px solid #F48663; }
<div style="border:3px solid #F48663">Div</div>
This div border color is #F48663.
.myOpacity80 { color: #F48663; opacity: 0.8; }
<p style="color:#F48663;opacity:0.8;">80%</p>
Text with #F48663 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F48663;}
<p style="text-shadow: 3px 3px 1px #F48663">Text here.</p>
This text has shadow with #F48663 color.
.textShadow {text-shadow: 3px 3px 1px #F48663', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F48663, 5px 5px 20px red">Text here.</p>
This text has shadow with #F48663 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F48663, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F48663, Direction=45, Strength=4)">Text</p>
This text has shadow with #F48663 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F48663;
-webkit-box-shadow: 1px 1px 3px 2px #F48663;
box-shadow: 1px 1px 3px 2px #F48663;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F48663; -webkit-box-shadow: 1px 1px 3px 2px #F48663; box-shadow:1px 1px 3px 2px #F48663;">
Div content here
</div>
This text has color #F48663 on black background.
This text has color #F48663 on white background.
This text has black color on #F48663 background.
This text has white color on #F48663 background.
Complementary color for #hex is #0B799C.