COLOR #F20F31

HEX: #F20F31
RGB: (242,15,49)

Color info

#F20F31 contains mainly red color. Web safe color of #F20F31 is #FF0033 (or #F03).

RGB color model

#F20F31 color RGB value is (242,15,49).

  • red value is 242;
  • green value is 15;
  • blue value is 49.
RGB:
(242,15,49)
(95%,6%,19%)

RGB channels and saturation

R 242 of 255 = 95%
G 15 of 255 = 6%
B 49 of 255 = 19%

242
15
49

R + G + B ~ 40%. #F20F31 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
242 + 15 + 49 = 306 (100%)
R 242 of 306 ~ 79.08%
G 15 of 306 ~ 4.9%
B 49 of 306 ~ 16.01%

%79.08
%16.01

CMYK color model

#F20F31 color CMYK value is (0,94,80,5).

  • cyan value is 0.00%
  • magenta value is 93.80%
  • yellow value is 79.75%
  • key color value is 5.10%
CMYK:
(0,94,80,5)
C0M94Y80K5 
(0%,94%,80%,5%)
(0.00/0.94/0.80/0.05)	

CMYK percentages

%0
%93.8
%79.75
%5.1

Codes

Color #F20F31 in popluar color models

F20F31
RGB2421549
HSL351°89.72%50.39%
HSB/HSV351°93.80%94.90%
CMYK0.00%93.80%79.75%
5.10%

Color #F20F31 in popluar number systems.

HEXF20F31
Decimal2421549
Binary111100101111110001
Octal3621761

Shades and tints

Shades of #F20F31

#F20F31
(242,15,49)
#DC0E2D
(220,14,45)
#C60D29
(198,13,41)
#B00C25
(176,12,37)
#9A0B21
(154,11,33)
#840A1D
(132,10,29)
#6E0919
(110,9,25)
#580815
(88,8,21)
#420711
(66,7,17)
#2C060D
(44,6,13)
#160509
(22,5,9)
#000000
(0,0,0)

Tints of #F20F31

#F20F31
(242,15,49)
#F32443
(243,36,67)
#F43955
(244,57,85)
#F54E67
(245,78,103)
#F66379
(246,99,121)
#F7788B
(247,120,139)
#F88D9D
(248,141,157)
#F9A2AF
(249,162,175)
#FAB7C1
(250,183,193)
#FBCCD3
(251,204,211)
#FCE1E5
(252,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F20F31 color. Also use rgb(242,15,49) instead hex code.

Text Font Color

.myTextColor { color: #F20F31; }

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

This text font color is #F20F31.


Background Color

.myBgColor { background-color: #F20F31; }

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

This div background color is #F20F31.


Border color

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

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

This div border color is #F20F31.


Opacity

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

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

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

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

This text has shadow with #F20F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F20F31 on black background.


Color preview on white background

This text has color #F20F31 on white background.



Black color preview on #F20F31 background

This text has black color on #F20F31 background.


White color preview on #F20F31 background

This text has white color on #F20F31 background.