COLOR #F72134

HEX: #F72134
RGB: (247,33,52)

Color info

#F72134 contains mainly red color. Web safe color of #F72134 is #FF3333 (or #F33).

RGB color model

#F72134 color RGB value is (247,33,52).

  • red value is 247;
  • green value is 33;
  • blue value is 52.
RGB:
(247,33,52)
(97%,13%,20%)

RGB channels and saturation

R 247 of 255 = 97%
G 33 of 255 = 13%
B 52 of 255 = 20%

247
33
52

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

Portions of RGB colors in percentages

R + G + B =
247 + 33 + 52 = 332 (100%)
R 247 of 332 ~ 74.4%
G 33 of 332 ~ 9.94%
B 52 of 332 ~ 15.66%

%74.4
%9.94
%15.66

CMYK color model

#F72134 color CMYK value is (0,87,79,3).

  • cyan value is 0.00%
  • magenta value is 86.64%
  • yellow value is 78.95%
  • key color value is 3.14%
CMYK:
(0,87,79,3)
C0M87Y79K3 
(0%,87%,79%,3%)
(0.00/0.87/0.79/0.03)	

CMYK percentages

%0
%86.64
%78.95
%3.14

Codes

Color #F72134 in popluar color models

F72134
RGB2473352
HSL355°93.04%54.90%
HSB/HSV355°86.64%96.86%
CMYK0.00%86.64%78.95%
3.14%

Color #F72134 in popluar number systems.

HEXF72134
Decimal2473352
Binary11110111100001110100
Octal3674164

Shades and tints

Shades of #F72134

#F72134
(247,33,52)
#E11E30
(225,30,48)
#CB1B2C
(203,27,44)
#B51828
(181,24,40)
#9F1524
(159,21,36)
#891220
(137,18,32)
#730F1C
(115,15,28)
#5D0C18
(93,12,24)
#470914
(71,9,20)
#310610
(49,6,16)
#1B030C
(27,3,12)
#000000
(0,0,0)

Tints of #F72134

#F72134
(247,33,52)
#F73546
(247,53,70)
#F74958
(247,73,88)
#F75D6A
(247,93,106)
#F7717C
(247,113,124)
#F7858E
(247,133,142)
#F799A0
(247,153,160)
#F7ADB2
(247,173,178)
#F7C1C4
(247,193,196)
#F7D5D6
(247,213,214)
#F7E9E8
(247,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F72134 color. Also use rgb(247,33,52) instead hex code.

Text Font Color

.myTextColor { color: #F72134; }

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

This text font color is #F72134.


Background Color

.myBgColor { background-color: #F72134; }

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

This div background color is #F72134.


Border color

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

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

This div border color is #F72134.


Opacity

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

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

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

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

This text has shadow with #F72134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F72134 on black background.


Color preview on white background

This text has color #F72134 on white background.



Black color preview on #F72134 background

This text has black color on #F72134 background.


White color preview on #F72134 background

This text has white color on #F72134 background.