HEX: #F4040F
RGB: (244,4,15)
#F4040F contains mainly red color. Web safe color of #F4040F is #FF0000 (or #F00).
#F4040F color RGB value is (244,4,15).
RGB: (244,4,15)
(96%, 2%, 6%)
R 244 of 255 = 96%
G 4 of 255 = 2%
B 15 of 255 = 6%
R + G + B ~ 35%. #F4040F is quite dark color.
R + G + B = 244 + 4 + 15 = 263 (100%)
R 244 of 263 ~ 92.78%
G 4 of 263 ~ 1.52%
B 15 of 263 ~ 5.7'%
#F4040F color CMYK value is (0,98,94,4).
CMYK: (0,98,94,4) C0M98Y94K4 (0%,98%,94%,4%) (0.00/0.98/0.94/0.04)
Color #F4040F in popluar color models
F4 | 04 | 0F | |
---|---|---|---|
RGB | 244 | 4 | 15 |
HSL | 357° | 96.77% | 48.63% |
HSB/HSV | 357° | 98.36% | 95.69% |
CMYK | 0.00% | 98.36% | 93.85% |
4.31% |
Color #F4040F in popluar number systems.
HEX | F4 | 04 | 0F |
Decimal | 244 | 4 | 15 |
Binary | 11110100 | 100 | 1111 |
Octal | 364 | 4 | 17 |
Shades of #F4040F
Tints of #F4040F
Examples of css and html codes for elements with #F4040F color. Also use rgb(244,4,15) instead hex code.
.myTextColor { color: #F4040F; }
<p style="color:#F4040F">This sample text font color is #F4040F.</p>
This text font color is #F4040F.
.myBgColor { background-color: #F4040F; }
<div style="background-color:#F4040F">Inner text</div>
This div background color is #F4040F.
.myBorderColor { border: 1px solid #F4040F; }
<div style="border:3px solid #F4040F">Div</div>
This div border color is #F4040F.
.myOpacity80 { color: #F4040F; opacity: 0.8; }
<p style="color:#F4040F;opacity:0.8;">80%</p>
Text with #F4040F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F4040F;}
<p style="text-shadow: 3px 3px 1px #F4040F">Text here.</p>
This text has shadow with #F4040F color.
.textShadow {text-shadow: 3px 3px 1px #F4040F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F4040F, 5px 5px 20px red">Text here.</p>
This text has shadow with #F4040F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4040F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F4040F, Direction=45, Strength=4)">Text</p>
This text has shadow with #F4040F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F4040F;
-webkit-box-shadow: 1px 1px 3px 2px #F4040F;
box-shadow: 1px 1px 3px 2px #F4040F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F4040F; -webkit-box-shadow: 1px 1px 3px 2px #F4040F; box-shadow:1px 1px 3px 2px #F4040F;">
Div content here
</div>
This text has color #F4040F on black background.
This text has color #F4040F on white background.
This text has black color on #F4040F background.
This text has white color on #F4040F background.
Complementary color for #hex is #0BFBF0.