COLOR #F73C51

HEX: #F73C51
RGB: (247,60,81)

Color info

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

RGB color model

#F73C51 color RGB value is (247,60,81).

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

RGB channels and saturation

R 247 of 255 = 97%
G 60 of 255 = 24%
B 81 of 255 = 32%

247
60
81

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

Portions of RGB colors in percentages

R + G + B =
247 + 60 + 81 = 388 (100%)
R 247 of 388 ~ 63.66%
G 60 of 388 ~ 15.46%
B 81 of 388 ~ 20.88%

%63.66
%15.46
%20.88

CMYK color model

#F73C51 color CMYK value is (0,76,67,3).

  • cyan value is 0.00%
  • magenta value is 75.71%
  • yellow value is 67.21%
  • key color value is 3.14%
CMYK:
(0,76,67,3)
C0M76Y67K3 
(0%,76%,67%,3%)
(0.00/0.76/0.67/0.03)	

CMYK percentages

%0
%75.71
%67.21
%3.14

Codes

Color #F73C51 in popluar color models

F73C51
RGB2476081
HSL353°92.12%60.20%
HSB/HSV353°75.71%96.86%
CMYK0.00%75.71%67.21%
3.14%

Color #F73C51 in popluar number systems.

HEXF73C51
Decimal2476081
Binary111101111111001010001
Octal36774121

Shades and tints

Shades of #F73C51

#F73C51
(247,60,81)
#E1374A
(225,55,74)
#CB3243
(203,50,67)
#B52D3C
(181,45,60)
#9F2835
(159,40,53)
#89232E
(137,35,46)
#731E27
(115,30,39)
#5D1920
(93,25,32)
#471419
(71,20,25)
#310F12
(49,15,18)
#1B0A0B
(27,10,11)
#000000
(0,0,0)

Tints of #F73C51

#F73C51
(247,60,81)
#F74D60
(247,77,96)
#F75E6F
(247,94,111)
#F76F7E
(247,111,126)
#F7808D
(247,128,141)
#F7919C
(247,145,156)
#F7A2AB
(247,162,171)
#F7B3BA
(247,179,186)
#F7C4C9
(247,196,201)
#F7D5D8
(247,213,216)
#F7E6E7
(247,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F73C51 color. Also use rgb(247,60,81) instead hex code.

Text Font Color

.myTextColor { color: #F73C51; }

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

This text font color is #F73C51.


Background Color

.myBgColor { background-color: #F73C51; }

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

This div background color is #F73C51.


Border color

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

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

This div border color is #F73C51.


Opacity

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

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

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

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

This text has shadow with #F73C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F73C51 on black background.


Color preview on white background

This text has color #F73C51 on white background.



Black color preview on #F73C51 background

This text has black color on #F73C51 background.


White color preview on #F73C51 background

This text has white color on #F73C51 background.