COLOR #F56E7F

HEX: #F56E7F
RGB: (245,110,127)

Color info

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

RGB color model

#F56E7F color RGB value is (245,110,127).

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

RGB channels and saturation

R 245 of 255 = 96%
G 110 of 255 = 43%
B 127 of 255 = 50%

245
110
127

R + G + B ~ 63%. #F56E7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 110 + 127 = 482 (100%)
R 245 of 482 ~ 50.83%
G 110 of 482 ~ 22.82%
B 127 of 482 ~ 26.35%

%50.83
%22.82
%26.35

CMYK color model

#F56E7F color CMYK value is (0,55,48,4).

  • cyan value is 0.00%
  • magenta value is 55.10%
  • yellow value is 48.16%
  • key color value is 3.92%
CMYK:
(0,55,48,4)
C0M55Y48K4 
(0%,55%,48%,4%)
(0.00/0.55/0.48/0.04)	

CMYK percentages

%0
%55.1
%48.16
%3.92

Codes

Color #F56E7F in popluar color models

F56E7F
RGB245110127
HSL352°87.10%69.61%
HSB/HSV352°55.10%96.08%
CMYK0.00%55.10%48.16%
3.92%

Color #F56E7F in popluar number systems.

HEXF56E7F
Decimal245110127
Binary1111010111011101111111
Octal365156177

Shades and tints

Shades of #F56E7F

#F56E7F
(245,110,127)
#DF6474
(223,100,116)
#C95A69
(201,90,105)
#B3505E
(179,80,94)
#9D4653
(157,70,83)
#873C48
(135,60,72)
#71323D
(113,50,61)
#5B2832
(91,40,50)
#451E27
(69,30,39)
#2F141C
(47,20,28)
#190A11
(25,10,17)
#000000
(0,0,0)

Tints of #F56E7F

#F56E7F
(245,110,127)
#F57B8A
(245,123,138)
#F58895
(245,136,149)
#F595A0
(245,149,160)
#F5A2AB
(245,162,171)
#F5AFB6
(245,175,182)
#F5BCC1
(245,188,193)
#F5C9CC
(245,201,204)
#F5D6D7
(245,214,215)
#F5E3E2
(245,227,226)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F56E7F; }

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

This text font color is #F56E7F.


Background Color

.myBgColor { background-color: #F56E7F; }

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

This div background color is #F56E7F.


Border color

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

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

This div border color is #F56E7F.


Opacity

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

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

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

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

This text has shadow with #F56E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56E7F on black background.


Color preview on white background

This text has color #F56E7F on white background.



Black color preview on #F56E7F background

This text has black color on #F56E7F background.


White color preview on #F56E7F background

This text has white color on #F56E7F background.