COLOR #F56066

HEX: #F56066
RGB: (245,96,102)

Color info

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

RGB color model

#F56066 color RGB value is (245,96,102).

  • red value is 245;
  • green value is 96;
  • blue value is 102.
RGB:
(245,96,102)
(96%,38%,40%)

RGB channels and saturation

R 245 of 255 = 96%
G 96 of 255 = 38%
B 102 of 255 = 40%

245
96
102

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

Portions of RGB colors in percentages

R + G + B =
245 + 96 + 102 = 443 (100%)
R 245 of 443 ~ 55.3%
G 96 of 443 ~ 21.67%
B 102 of 443 ~ 23.02%

%55.3
%21.67
%23.02

CMYK color model

#F56066 color CMYK value is (0,61,58,4).

  • cyan value is 0.00%
  • magenta value is 60.82%
  • yellow value is 58.37%
  • key color value is 3.92%
CMYK:
(0,61,58,4)
C0M61Y58K4 
(0%,61%,58%,4%)
(0.00/0.61/0.58/0.04)	

CMYK percentages

%0
%60.82
%58.37
%3.92

Codes

Color #F56066 in popluar color models

F56066
RGB24596102
HSL358°88.17%66.86%
HSB/HSV358°60.82%96.08%
CMYK0.00%60.82%58.37%
3.92%

Color #F56066 in popluar number systems.

HEXF56066
Decimal24596102
Binary1111010111000001100110
Octal365140146

Shades and tints

Shades of #F56066

#F56066
(245,96,102)
#DF585D
(223,88,93)
#C95054
(201,80,84)
#B3484B
(179,72,75)
#9D4042
(157,64,66)
#873839
(135,56,57)
#713030
(113,48,48)
#5B2827
(91,40,39)
#45201E
(69,32,30)
#2F1815
(47,24,21)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #F56066

#F56066
(245,96,102)
#F56E73
(245,110,115)
#F57C80
(245,124,128)
#F58A8D
(245,138,141)
#F5989A
(245,152,154)
#F5A6A7
(245,166,167)
#F5B4B4
(245,180,180)
#F5C2C1
(245,194,193)
#F5D0CE
(245,208,206)
#F5DEDB
(245,222,219)
#F5ECE8
(245,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F56066 color. Also use rgb(245,96,102) instead hex code.

Text Font Color

.myTextColor { color: #F56066; }

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

This text font color is #F56066.


Background Color

.myBgColor { background-color: #F56066; }

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

This div background color is #F56066.


Border color

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

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

This div border color is #F56066.


Opacity

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

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

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

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

This text has shadow with #F56066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F56066 on black background.


Color preview on white background

This text has color #F56066 on white background.



Black color preview on #F56066 background

This text has black color on #F56066 background.


White color preview on #F56066 background

This text has white color on #F56066 background.