COLOR #F4040F

HEX: #F4040F RGB: (244,4,15)

Color info

#F4040F contains mainly red color. Web safe color of #F4040F is #FF0000 (or #F00).

RGB color model

#F4040F color RGB value is (244,4,15).

RGB: (244,4,15) (96%, 2%, 6%)

RGB channels and saturation

R 244 of 255 = 96%
G 4 of 255 = 2%
B 15 of 255 = 6%

244
4
15

R + G + B ~ 35%. #F4040F is quite dark color.

Portions of RGB colors in percentages

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'%

%92.78

CMYK color model

#F4040F color CMYK value is (0,98,94,4).

  • cyan value is 0.00%
  • magenta value is 98.36%
  • yellow value is 93.85%
  • key color value is 4.31%
CMYK: (0,98,94,4) C0M98Y94K4 (0%,98%,94%,4%) (0.00/0.98/0.94/0.04) 

CMYK percentages

%0
%98.36
%93.85
%4.31

Codes

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 and tints

Shades of #F4040F

#F4040F
(244,4,15)
#DE040E
(222,4,14)
#C8040D
(200,4,13)
#B2040C
(178,4,12)
#9C040B
(156,4,11)
#86040A
(134,4,10)
#700409
(112,4,9)
#5A0408
(90,4,8)
#440407
(68,4,7)
#2E0406
(46,4,6)
#180405
(24,4,5)
#000000
(0,0,0)

Tints of #F4040F

#F4040F
(244,4,15)
#F51A24
(245,26,36)
#F63039
(246,48,57)
#F7464E
(247,70,78)
#F85C63
(248,92,99)
#F97278
(249,114,120)
#FA888D
(250,136,141)
#FB9EA2
(251,158,162)
#FCB4B7
(252,180,183)
#FDCACC
(253,202,204)
#FEE0E1
(254,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4040F color. Also use rgb(244,4,15) instead hex code.

Text Font Color

.myTextColor { color: #F4040F; }

<p style="color:#F4040F">This sample text font color is #F4040F.</p>

This text font color is #F4040F.

Background Color

.myBgColor { background-color: #F4040F; }

<div style="background-color:#F4040F">Inner text</div>

This div background color is #F4040F.

Border color

.myBorderColor { border: 1px solid #F4040F; }

<div style="border:3px solid #F4040F">Div</div>

This div border color is #F4040F.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #F4040F.

Preview

Color preview on black background

This text has color #F4040F on black background.


Color preview on white background

This text has color #F4040F on white background.


Black color preview on #F4040F background

This text has black color on #F4040F background.


White color preview on #F4040F background

This text has white color on #F4040F background.


Related colors

Complementary color

Complementary color for #hex is #0BFBF0.


I love getcolorcode.com

Triadic colors

1 #0FF404 and #040FF4 with #F4040F are triadic colors.

2 #0F04F4 and #04F40F with #F4040F are triadic colors.