COLOR #F40B05

HEX: #F40B05
RGB: (244,11,5)

Color info

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

RGB color model

#F40B05 color RGB value is (244,11,5).

  • red value is 244;
  • green value is 11;
  • blue value is 5.
RGB:
(244,11,5)
(96%,4%,2%)

RGB channels and saturation

R 244 of 255 = 96%
G 11 of 255 = 4%
B 5 of 255 = 2%

244
11
5

R + G + B ~ 34%. #F40B05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
244 + 11 + 5 = 260 (100%)
R 244 of 260 ~ 93.85%
G 11 of 260 ~ 4.23%
B 5 of 260 ~ 1.92%

%93.85

CMYK color model

#F40B05 color CMYK value is (0,95,98,4).

  • cyan value is 0.00%
  • magenta value is 95.49%
  • yellow value is 97.95%
  • key color value is 4.31%
CMYK:
(0,95,98,4)
C0M95Y98K4 
(0%,95%,98%,4%)
(0.00/0.95/0.98/0.04)	

CMYK percentages

%0
%95.49
%97.95
%4.31

Codes

Color #F40B05 in popluar color models

F40B05
RGB244115
HSL95.98%48.82%
HSB/HSV97.95%95.69%
CMYK0.00%95.49%97.95%
4.31%

Color #F40B05 in popluar number systems.

HEXF40B05
Decimal244115
Binary111101001011101
Octal364135

Shades and tints

Shades of #F40B05

#F40B05
(244,11,5)
#DE0A05
(222,10,5)
#C80905
(200,9,5)
#B20805
(178,8,5)
#9C0705
(156,7,5)
#860605
(134,6,5)
#700505
(112,5,5)
#5A0405
(90,4,5)
#440305
(68,3,5)
#2E0205
(46,2,5)
#180105
(24,1,5)
#000000
(0,0,0)

Tints of #F40B05

#F40B05
(244,11,5)
#F5211B
(245,33,27)
#F63731
(246,55,49)
#F74D47
(247,77,71)
#F8635D
(248,99,93)
#F97973
(249,121,115)
#FA8F89
(250,143,137)
#FBA59F
(251,165,159)
#FCBBB5
(252,187,181)
#FDD1CB
(253,209,203)
#FEE7E1
(254,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F40B05 color. Also use rgb(244,11,5) instead hex code.

Text Font Color

.myTextColor { color: #F40B05; }

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

This text font color is #F40B05.


Background Color

.myBgColor { background-color: #F40B05; }

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

This div background color is #F40B05.


Border color

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

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

This div border color is #F40B05.


Opacity

.myOpacity80 { color: #F40B05; opacity: 0.8; }

<p style="color:#F40B05;opacity:0.8;">80%</p>

Text with #F40B05 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 #F40B05;}

<p style="text-shadow: 3px 3px 1px #F40B05">Text here.</p>

This text has shadow with #F40B05 color.

.textShadow {text-shadow: 3px 3px 1px #F40B05, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F40B05, 5px 5px 20px red">Text here.</p>

This text has shadow with #F40B05 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F40B05, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F40B05, Direction=45, Strength=4)">Text</p>

This text has shadow with #F40B05 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F40B05;
  -webkit-box-shadow:	1px 1px 3px 2px #F40B05;
  box-shadow:		1px 1px 3px 2px #F40B05;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F40B05;
-webkit-box-shadow: 1px 1px 3px 2px #F40B05;
box-shadow:1px 1px 3px 2px #F40B05;">
Div content here</div>
This div box has shadow with color #F40B05.

Preview

Color preview on black background

This text has color #F40B05 on black background.


Color preview on white background

This text has color #F40B05 on white background.



Black color preview on #F40B05 background

This text has black color on #F40B05 background.


White color preview on #F40B05 background

This text has white color on #F40B05 background.