COLOR #F2072B

HEX: #F2072B
RGB: (242,7,43)

Color info

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

RGB color model

#F2072B color RGB value is (242,7,43).

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

RGB channels and saturation

R 242 of 255 = 95%
G 7 of 255 = 3%
B 43 of 255 = 17%

242
7
43

R + G + B ~ 38%. #F2072B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
242 + 7 + 43 = 292 (100%)
R 242 of 292 ~ 82.88%
G 7 of 292 ~ 2.4%
B 43 of 292 ~ 14.73%

%82.88
%14.73

CMYK color model

#F2072B color CMYK value is (0,97,82,5).

  • cyan value is 0.00%
  • magenta value is 97.11%
  • yellow value is 82.23%
  • key color value is 5.10%
CMYK:
(0,97,82,5)
C0M97Y82K5 
(0%,97%,82%,5%)
(0.00/0.97/0.82/0.05)	

CMYK percentages

%0
%97.11
%82.23
%5.1

Codes

Color #F2072B in popluar color models

F2072B
RGB242743
HSL351°94.38%48.82%
HSB/HSV351°97.11%94.90%
CMYK0.00%97.11%82.23%
5.10%

Color #F2072B in popluar number systems.

HEXF2072B
Decimal242743
Binary11110010111101011
Octal362753

Shades and tints

Shades of #F2072B

#F2072B
(242,7,43)
#DC0728
(220,7,40)
#C60725
(198,7,37)
#B00722
(176,7,34)
#9A071F
(154,7,31)
#84071C
(132,7,28)
#6E0719
(110,7,25)
#580716
(88,7,22)
#420713
(66,7,19)
#2C0710
(44,7,16)
#16070D
(22,7,13)
#000000
(0,0,0)

Tints of #F2072B

#F2072B
(242,7,43)
#F31D3E
(243,29,62)
#F43351
(244,51,81)
#F54964
(245,73,100)
#F65F77
(246,95,119)
#F7758A
(247,117,138)
#F88B9D
(248,139,157)
#F9A1B0
(249,161,176)
#FAB7C3
(250,183,195)
#FBCDD6
(251,205,214)
#FCE3E9
(252,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2072B color. Also use rgb(242,7,43) instead hex code.

Text Font Color

.myTextColor { color: #F2072B; }

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

This text font color is #F2072B.


Background Color

.myBgColor { background-color: #F2072B; }

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

This div background color is #F2072B.


Border color

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

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

This div border color is #F2072B.


Opacity

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

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

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

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

This text has shadow with #F2072B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2072B on black background.


Color preview on white background

This text has color #F2072B on white background.



Black color preview on #F2072B background

This text has black color on #F2072B background.


White color preview on #F2072B background

This text has white color on #F2072B background.