COLOR #F56E5E

HEX: #F56E5E
RGB: (245,110,94)

Color info

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

RGB color model

#F56E5E color RGB value is (245,110,94).

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

RGB channels and saturation

R 245 of 255 = 96%
G 110 of 255 = 43%
B 94 of 255 = 37%

245
110
94

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

Portions of RGB colors in percentages

R + G + B =
245 + 110 + 94 = 449 (100%)
R 245 of 449 ~ 54.57%
G 110 of 449 ~ 24.5%
B 94 of 449 ~ 20.94%

%54.57
%24.5
%20.94

CMYK color model

#F56E5E color CMYK value is (0,55,62,4).

  • cyan value is 0.00%
  • magenta value is 55.10%
  • yellow value is 61.63%
  • key color value is 3.92%
CMYK:
(0,55,62,4)
C0M55Y62K4 
(0%,55%,62%,4%)
(0.00/0.55/0.62/0.04)	

CMYK percentages

%0
%55.1
%61.63
%3.92

Codes

Color #F56E5E in popluar color models

F56E5E
RGB24511094
HSL88.30%66.47%
HSB/HSV61.63%96.08%
CMYK0.00%55.10%61.63%
3.92%

Color #F56E5E in popluar number systems.

HEXF56E5E
Decimal24511094
Binary1111010111011101011110
Octal365156136

Shades and tints

Shades of #F56E5E

#F56E5E
(245,110,94)
#DF6456
(223,100,86)
#C95A4E
(201,90,78)
#B35046
(179,80,70)
#9D463E
(157,70,62)
#873C36
(135,60,54)
#71322E
(113,50,46)
#5B2826
(91,40,38)
#451E1E
(69,30,30)
#2F1416
(47,20,22)
#190A0E
(25,10,14)
#000000
(0,0,0)

Tints of #F56E5E

#F56E5E
(245,110,94)
#F57B6C
(245,123,108)
#F5887A
(245,136,122)
#F59588
(245,149,136)
#F5A296
(245,162,150)
#F5AFA4
(245,175,164)
#F5BCB2
(245,188,178)
#F5C9C0
(245,201,192)
#F5D6CE
(245,214,206)
#F5E3DC
(245,227,220)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F56E5E; }

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

This text font color is #F56E5E.


Background Color

.myBgColor { background-color: #F56E5E; }

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

This div background color is #F56E5E.


Border color

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

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

This div border color is #F56E5E.


Opacity

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

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

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

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

This text has shadow with #F56E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56E5E on black background.


Color preview on white background

This text has color #F56E5E on white background.



Black color preview on #F56E5E background

This text has black color on #F56E5E background.


White color preview on #F56E5E background

This text has white color on #F56E5E background.