COLOR #F72B41

HEX: #F72B41
RGB: (247,43,65)

Color info

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

RGB color model

#F72B41 color RGB value is (247,43,65).

  • red value is 247;
  • green value is 43;
  • blue value is 65.
RGB:
(247,43,65)
(97%,17%,25%)

RGB channels and saturation

R 247 of 255 = 97%
G 43 of 255 = 17%
B 65 of 255 = 25%

247
43
65

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

Portions of RGB colors in percentages

R + G + B =
247 + 43 + 65 = 355 (100%)
R 247 of 355 ~ 69.58%
G 43 of 355 ~ 12.11%
B 65 of 355 ~ 18.31%

%69.58
%12.11
%18.31

CMYK color model

#F72B41 color CMYK value is (0,83,74,3).

  • cyan value is 0.00%
  • magenta value is 82.59%
  • yellow value is 73.68%
  • key color value is 3.14%
CMYK:
(0,83,74,3)
C0M83Y74K3 
(0%,83%,74%,3%)
(0.00/0.83/0.74/0.03)	

CMYK percentages

%0
%82.59
%73.68
%3.14

Codes

Color #F72B41 in popluar color models

F72B41
RGB2474365
HSL354°92.73%56.86%
HSB/HSV354°82.59%96.86%
CMYK0.00%82.59%73.68%
3.14%

Color #F72B41 in popluar number systems.

HEXF72B41
Decimal2474365
Binary111101111010111000001
Octal36753101

Shades and tints

Shades of #F72B41

#F72B41
(247,43,65)
#E1283C
(225,40,60)
#CB2537
(203,37,55)
#B52232
(181,34,50)
#9F1F2D
(159,31,45)
#891C28
(137,28,40)
#731923
(115,25,35)
#5D161E
(93,22,30)
#471319
(71,19,25)
#311014
(49,16,20)
#1B0D0F
(27,13,15)
#000000
(0,0,0)

Tints of #F72B41

#F72B41
(247,43,65)
#F73E52
(247,62,82)
#F75163
(247,81,99)
#F76474
(247,100,116)
#F77785
(247,119,133)
#F78A96
(247,138,150)
#F79DA7
(247,157,167)
#F7B0B8
(247,176,184)
#F7C3C9
(247,195,201)
#F7D6DA
(247,214,218)
#F7E9EB
(247,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F72B41 color. Also use rgb(247,43,65) instead hex code.

Text Font Color

.myTextColor { color: #F72B41; }

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

This text font color is #F72B41.


Background Color

.myBgColor { background-color: #F72B41; }

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

This div background color is #F72B41.


Border color

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

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

This div border color is #F72B41.


Opacity

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

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

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

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

This text has shadow with #F72B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F72B41 on black background.


Color preview on white background

This text has color #F72B41 on white background.



Black color preview on #F72B41 background

This text has black color on #F72B41 background.


White color preview on #F72B41 background

This text has white color on #F72B41 background.