COLOR #F20C11

HEX: #F20C11
RGB: (242,12,17)

Color info

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

RGB color model

#F20C11 color RGB value is (242,12,17).

  • red value is 242;
  • green value is 12;
  • blue value is 17.
RGB:
(242,12,17)
(95%,5%,7%)

RGB channels and saturation

R 242 of 255 = 95%
G 12 of 255 = 5%
B 17 of 255 = 7%

242
12
17

R + G + B ~ 36%. #F20C11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
242 + 12 + 17 = 271 (100%)
R 242 of 271 ~ 89.3%
G 12 of 271 ~ 4.43%
B 17 of 271 ~ 6.27%

%89.3

CMYK color model

#F20C11 color CMYK value is (0,95,93,5).

  • cyan value is 0.00%
  • magenta value is 95.04%
  • yellow value is 92.98%
  • key color value is 5.10%
CMYK:
(0,95,93,5)
C0M95Y93K5 
(0%,95%,93%,5%)
(0.00/0.95/0.93/0.05)	

CMYK percentages

%0
%95.04
%92.98
%5.1

Codes

Color #F20C11 in popluar color models

F20C11
RGB2421217
HSL359°90.55%49.80%
HSB/HSV359°95.04%94.90%
CMYK0.00%95.04%92.98%
5.10%

Color #F20C11 in popluar number systems.

HEXF20C11
Decimal2421217
Binary11110010110010001
Octal3621421

Shades and tints

Shades of #F20C11

#F20C11
(242,12,17)
#DC0B10
(220,11,16)
#C60A0F
(198,10,15)
#B0090E
(176,9,14)
#9A080D
(154,8,13)
#84070C
(132,7,12)
#6E060B
(110,6,11)
#58050A
(88,5,10)
#420409
(66,4,9)
#2C0308
(44,3,8)
#160207
(22,2,7)
#000000
(0,0,0)

Tints of #F20C11

#F20C11
(242,12,17)
#F32226
(243,34,38)
#F4383B
(244,56,59)
#F54E50
(245,78,80)
#F66465
(246,100,101)
#F77A7A
(247,122,122)
#F8908F
(248,144,143)
#F9A6A4
(249,166,164)
#FABCB9
(250,188,185)
#FBD2CE
(251,210,206)
#FCE8E3
(252,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F20C11 color. Also use rgb(242,12,17) instead hex code.

Text Font Color

.myTextColor { color: #F20C11; }

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

This text font color is #F20C11.


Background Color

.myBgColor { background-color: #F20C11; }

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

This div background color is #F20C11.


Border color

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

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

This div border color is #F20C11.


Opacity

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

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

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

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

This text has shadow with #F20C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F20C11 on black background.


Color preview on white background

This text has color #F20C11 on white background.



Black color preview on #F20C11 background

This text has black color on #F20C11 background.


White color preview on #F20C11 background

This text has white color on #F20C11 background.