COLOR #F45C72

HEX: #F45C72
RGB: (244,92,114)

Color info

#F45C72 contains mainly red color. Web safe color of #F45C72 is #FF6666 (or #F66).

RGB color model

#F45C72 color RGB value is (244,92,114).

  • red value is 244;
  • green value is 92;
  • blue value is 114.
RGB:
(244,92,114)
(96%,36%,45%)

RGB channels and saturation

R 244 of 255 = 96%
G 92 of 255 = 36%
B 114 of 255 = 45%

244
92
114

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

Portions of RGB colors in percentages

R + G + B =
244 + 92 + 114 = 450 (100%)
R 244 of 450 ~ 54.22%
G 92 of 450 ~ 20.44%
B 114 of 450 ~ 25.33%

%54.22
%20.44
%25.33

CMYK color model

#F45C72 color CMYK value is (0,62,53,4).

  • cyan value is 0.00%
  • magenta value is 62.30%
  • yellow value is 53.28%
  • key color value is 4.31%
CMYK:
(0,62,53,4)
C0M62Y53K4 
(0%,62%,53%,4%)
(0.00/0.62/0.53/0.04)	

CMYK percentages

%0
%62.3
%53.28
%4.31

Codes

Color #F45C72 in popluar color models

F45C72
RGB24492114
HSL351°87.36%65.88%
HSB/HSV351°62.30%95.69%
CMYK0.00%62.30%53.28%
4.31%

Color #F45C72 in popluar number systems.

HEXF45C72
Decimal24492114
Binary1111010010111001110010
Octal364134162

Shades and tints

Shades of #F45C72

#F45C72
(244,92,114)
#DE5468
(222,84,104)
#C84C5E
(200,76,94)
#B24454
(178,68,84)
#9C3C4A
(156,60,74)
#863440
(134,52,64)
#702C36
(112,44,54)
#5A242C
(90,36,44)
#441C22
(68,28,34)
#2E1418
(46,20,24)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #F45C72

#F45C72
(244,92,114)
#F56A7E
(245,106,126)
#F6788A
(246,120,138)
#F78696
(247,134,150)
#F894A2
(248,148,162)
#F9A2AE
(249,162,174)
#FAB0BA
(250,176,186)
#FBBEC6
(251,190,198)
#FCCCD2
(252,204,210)
#FDDADE
(253,218,222)
#FEE8EA
(254,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F45C72 color. Also use rgb(244,92,114) instead hex code.

Text Font Color

.myTextColor { color: #F45C72; }

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

This text font color is #F45C72.


Background Color

.myBgColor { background-color: #F45C72; }

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

This div background color is #F45C72.


Border color

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

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

This div border color is #F45C72.


Opacity

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

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

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

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

This text has shadow with #F45C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F45C72 on black background.


Color preview on white background

This text has color #F45C72 on white background.



Black color preview on #F45C72 background

This text has black color on #F45C72 background.


White color preview on #F45C72 background

This text has white color on #F45C72 background.