COLOR #F73E52

HEX: #F73E52
RGB: (247,62,82)

Color info

#F73E52 contains mainly red color. Web safe color of #F73E52 is #FF3366 (or #F36).

RGB color model

#F73E52 color RGB value is (247,62,82).

  • red value is 247;
  • green value is 62;
  • blue value is 82.
RGB:
(247,62,82)
(97%,24%,32%)

RGB channels and saturation

R 247 of 255 = 97%
G 62 of 255 = 24%
B 82 of 255 = 32%

247
62
82

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

Portions of RGB colors in percentages

R + G + B =
247 + 62 + 82 = 391 (100%)
R 247 of 391 ~ 63.17%
G 62 of 391 ~ 15.86%
B 82 of 391 ~ 20.97%

%63.17
%15.86
%20.97

CMYK color model

#F73E52 color CMYK value is (0,75,67,3).

  • cyan value is 0.00%
  • magenta value is 74.90%
  • yellow value is 66.80%
  • key color value is 3.14%
CMYK:
(0,75,67,3)
C0M75Y67K3 
(0%,75%,67%,3%)
(0.00/0.75/0.67/0.03)	

CMYK percentages

%0
%74.9
%66.8
%3.14

Codes

Color #F73E52 in popluar color models

F73E52
RGB2476282
HSL354°92.04%60.59%
HSB/HSV354°74.90%96.86%
CMYK0.00%74.90%66.80%
3.14%

Color #F73E52 in popluar number systems.

HEXF73E52
Decimal2476282
Binary111101111111101010010
Octal36776122

Shades and tints

Shades of #F73E52

#F73E52
(247,62,82)
#E1394B
(225,57,75)
#CB3444
(203,52,68)
#B52F3D
(181,47,61)
#9F2A36
(159,42,54)
#89252F
(137,37,47)
#732028
(115,32,40)
#5D1B21
(93,27,33)
#47161A
(71,22,26)
#311113
(49,17,19)
#1B0C0C
(27,12,12)
#000000
(0,0,0)

Tints of #F73E52

#F73E52
(247,62,82)
#F74F61
(247,79,97)
#F76070
(247,96,112)
#F7717F
(247,113,127)
#F7828E
(247,130,142)
#F7939D
(247,147,157)
#F7A4AC
(247,164,172)
#F7B5BB
(247,181,187)
#F7C6CA
(247,198,202)
#F7D7D9
(247,215,217)
#F7E8E8
(247,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F73E52 color. Also use rgb(247,62,82) instead hex code.

Text Font Color

.myTextColor { color: #F73E52; }

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

This text font color is #F73E52.


Background Color

.myBgColor { background-color: #F73E52; }

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

This div background color is #F73E52.


Border color

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

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

This div border color is #F73E52.


Opacity

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

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

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

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

This text has shadow with #F73E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F73E52 on black background.


Color preview on white background

This text has color #F73E52 on white background.



Black color preview on #F73E52 background

This text has black color on #F73E52 background.


White color preview on #F73E52 background

This text has white color on #F73E52 background.