COLOR #F56E73

HEX: #F56E73
RGB: (245,110,115)

Color info

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

RGB color model

#F56E73 color RGB value is (245,110,115).

  • red value is 245;
  • green value is 110;
  • blue value is 115.
RGB:
(245,110,115)
(96%,43%,45%)

RGB channels and saturation

R 245 of 255 = 96%
G 110 of 255 = 43%
B 115 of 255 = 45%

245
110
115

R + G + B ~ 61%. #F56E73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 110 + 115 = 470 (100%)
R 245 of 470 ~ 52.13%
G 110 of 470 ~ 23.4%
B 115 of 470 ~ 24.47%

%52.13
%23.4
%24.47

CMYK color model

#F56E73 color CMYK value is (0,55,53,4).

  • cyan value is 0.00%
  • magenta value is 55.10%
  • yellow value is 53.06%
  • key color value is 3.92%
CMYK:
(0,55,53,4)
C0M55Y53K4 
(0%,55%,53%,4%)
(0.00/0.55/0.53/0.04)	

CMYK percentages

%0
%55.1
%53.06
%3.92

Codes

Color #F56E73 in popluar color models

F56E73
RGB245110115
HSL358°87.10%69.61%
HSB/HSV358°55.10%96.08%
CMYK0.00%55.10%53.06%
3.92%

Color #F56E73 in popluar number systems.

HEXF56E73
Decimal245110115
Binary1111010111011101110011
Octal365156163

Shades and tints

Shades of #F56E73

#F56E73
(245,110,115)
#DF6469
(223,100,105)
#C95A5F
(201,90,95)
#B35055
(179,80,85)
#9D464B
(157,70,75)
#873C41
(135,60,65)
#713237
(113,50,55)
#5B282D
(91,40,45)
#451E23
(69,30,35)
#2F1419
(47,20,25)
#190A0F
(25,10,15)
#000000
(0,0,0)

Tints of #F56E73

#F56E73
(245,110,115)
#F57B7F
(245,123,127)
#F5888B
(245,136,139)
#F59597
(245,149,151)
#F5A2A3
(245,162,163)
#F5AFAF
(245,175,175)
#F5BCBB
(245,188,187)
#F5C9C7
(245,201,199)
#F5D6D3
(245,214,211)
#F5E3DF
(245,227,223)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F56E73 color. Also use rgb(245,110,115) instead hex code.

Text Font Color

.myTextColor { color: #F56E73; }

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

This text font color is #F56E73.


Background Color

.myBgColor { background-color: #F56E73; }

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

This div background color is #F56E73.


Border color

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

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

This div border color is #F56E73.


Opacity

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

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

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

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

This text has shadow with #F56E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56E73 on black background.


Color preview on white background

This text has color #F56E73 on white background.



Black color preview on #F56E73 background

This text has black color on #F56E73 background.


White color preview on #F56E73 background

This text has white color on #F56E73 background.