COLOR #F73C65

HEX: #F73C65
RGB: (247,60,101)

Color info

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

RGB color model

#F73C65 color RGB value is (247,60,101).

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

RGB channels and saturation

R 247 of 255 = 97%
G 60 of 255 = 24%
B 101 of 255 = 40%

247
60
101

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

Portions of RGB colors in percentages

R + G + B =
247 + 60 + 101 = 408 (100%)
R 247 of 408 ~ 60.54%
G 60 of 408 ~ 14.71%
B 101 of 408 ~ 24.75%

%60.54
%14.71
%24.75

CMYK color model

#F73C65 color CMYK value is (0,76,59,3).

  • cyan value is 0.00%
  • magenta value is 75.71%
  • yellow value is 59.11%
  • key color value is 3.14%
CMYK:
(0,76,59,3)
C0M76Y59K3 
(0%,76%,59%,3%)
(0.00/0.76/0.59/0.03)	

CMYK percentages

%0
%75.71
%59.11
%3.14

Codes

Color #F73C65 in popluar color models

F73C65
RGB24760101
HSL347°92.12%60.20%
HSB/HSV347°75.71%96.86%
CMYK0.00%75.71%59.11%
3.14%

Color #F73C65 in popluar number systems.

HEXF73C65
Decimal24760101
Binary111101111111001100101
Octal36774145

Shades and tints

Shades of #F73C65

#F73C65
(247,60,101)
#E1375C
(225,55,92)
#CB3253
(203,50,83)
#B52D4A
(181,45,74)
#9F2841
(159,40,65)
#892338
(137,35,56)
#731E2F
(115,30,47)
#5D1926
(93,25,38)
#47141D
(71,20,29)
#310F14
(49,15,20)
#1B0A0B
(27,10,11)
#000000
(0,0,0)

Tints of #F73C65

#F73C65
(247,60,101)
#F74D73
(247,77,115)
#F75E81
(247,94,129)
#F76F8F
(247,111,143)
#F7809D
(247,128,157)
#F791AB
(247,145,171)
#F7A2B9
(247,162,185)
#F7B3C7
(247,179,199)
#F7C4D5
(247,196,213)
#F7D5E3
(247,213,227)
#F7E6F1
(247,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F73C65; }

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

This text font color is #F73C65.


Background Color

.myBgColor { background-color: #F73C65; }

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

This div background color is #F73C65.


Border color

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

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

This div border color is #F73C65.


Opacity

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

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

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

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

This text has shadow with #F73C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F73C65 on black background.


Color preview on white background

This text has color #F73C65 on white background.



Black color preview on #F73C65 background

This text has black color on #F73C65 background.


White color preview on #F73C65 background

This text has white color on #F73C65 background.