COLOR #F56A70

HEX: #F56A70
RGB: (245,106,112)

Color info

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

RGB color model

#F56A70 color RGB value is (245,106,112).

  • red value is 245;
  • green value is 106;
  • blue value is 112.
RGB:
(245,106,112)
(96%,42%,44%)

RGB channels and saturation

R 245 of 255 = 96%
G 106 of 255 = 42%
B 112 of 255 = 44%

245
106
112

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

Portions of RGB colors in percentages

R + G + B =
245 + 106 + 112 = 463 (100%)
R 245 of 463 ~ 52.92%
G 106 of 463 ~ 22.89%
B 112 of 463 ~ 24.19%

%52.92
%22.89
%24.19

CMYK color model

#F56A70 color CMYK value is (0,57,54,4).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 54.29%
  • key color value is 3.92%
CMYK:
(0,57,54,4)
C0M57Y54K4 
(0%,57%,54%,4%)
(0.00/0.57/0.54/0.04)	

CMYK percentages

%0
%56.73
%54.29
%3.92

Codes

Color #F56A70 in popluar color models

F56A70
RGB245106112
HSL357°87.42%68.82%
HSB/HSV357°56.73%96.08%
CMYK0.00%56.73%54.29%
3.92%

Color #F56A70 in popluar number systems.

HEXF56A70
Decimal245106112
Binary1111010111010101110000
Octal365152160

Shades and tints

Shades of #F56A70

#F56A70
(245,106,112)
#DF6166
(223,97,102)
#C9585C
(201,88,92)
#B34F52
(179,79,82)
#9D4648
(157,70,72)
#873D3E
(135,61,62)
#713434
(113,52,52)
#5B2B2A
(91,43,42)
#452220
(69,34,32)
#2F1916
(47,25,22)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #F56A70

#F56A70
(245,106,112)
#F5777D
(245,119,125)
#F5848A
(245,132,138)
#F59197
(245,145,151)
#F59EA4
(245,158,164)
#F5ABB1
(245,171,177)
#F5B8BE
(245,184,190)
#F5C5CB
(245,197,203)
#F5D2D8
(245,210,216)
#F5DFE5
(245,223,229)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F56A70 color. Also use rgb(245,106,112) instead hex code.

Text Font Color

.myTextColor { color: #F56A70; }

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

This text font color is #F56A70.


Background Color

.myBgColor { background-color: #F56A70; }

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

This div background color is #F56A70.


Border color

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

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

This div border color is #F56A70.


Opacity

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

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

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

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

This text has shadow with #F56A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56A70 on black background.


Color preview on white background

This text has color #F56A70 on white background.



Black color preview on #F56A70 background

This text has black color on #F56A70 background.


White color preview on #F56A70 background

This text has white color on #F56A70 background.