COLOR #F77058

HEX: #F77058
RGB: (247,112,88)

Color info

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

RGB color model

#F77058 color RGB value is (247,112,88).

  • red value is 247;
  • green value is 112;
  • blue value is 88.
RGB:
(247,112,88)
(97%,44%,35%)

RGB channels and saturation

R 247 of 255 = 97%
G 112 of 255 = 44%
B 88 of 255 = 35%

247
112
88

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

Portions of RGB colors in percentages

R + G + B =
247 + 112 + 88 = 447 (100%)
R 247 of 447 ~ 55.26%
G 112 of 447 ~ 25.06%
B 88 of 447 ~ 19.69%

%55.26
%25.06
%19.69

CMYK color model

#F77058 color CMYK value is (0,55,64,3).

  • cyan value is 0.00%
  • magenta value is 54.66%
  • yellow value is 64.37%
  • key color value is 3.14%
CMYK:
(0,55,64,3)
C0M55Y64K3 
(0%,55%,64%,3%)
(0.00/0.55/0.64/0.03)	

CMYK percentages

%0
%54.66
%64.37
%3.14

Codes

Color #F77058 in popluar color models

F77058
RGB24711288
HSL90.86%65.69%
HSB/HSV64.37%96.86%
CMYK0.00%54.66%64.37%
3.14%

Color #F77058 in popluar number systems.

HEXF77058
Decimal24711288
Binary1111011111100001011000
Octal367160130

Shades and tints

Shades of #F77058

#F77058
(247,112,88)
#E16650
(225,102,80)
#CB5C48
(203,92,72)
#B55240
(181,82,64)
#9F4838
(159,72,56)
#893E30
(137,62,48)
#733428
(115,52,40)
#5D2A20
(93,42,32)
#472018
(71,32,24)
#311610
(49,22,16)
#1B0C08
(27,12,8)
#000000
(0,0,0)

Tints of #F77058

#F77058
(247,112,88)
#F77D67
(247,125,103)
#F78A76
(247,138,118)
#F79785
(247,151,133)
#F7A494
(247,164,148)
#F7B1A3
(247,177,163)
#F7BEB2
(247,190,178)
#F7CBC1
(247,203,193)
#F7D8D0
(247,216,208)
#F7E5DF
(247,229,223)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77058 color. Also use rgb(247,112,88) instead hex code.

Text Font Color

.myTextColor { color: #F77058; }

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

This text font color is #F77058.


Background Color

.myBgColor { background-color: #F77058; }

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

This div background color is #F77058.


Border color

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

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

This div border color is #F77058.


Opacity

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

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

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

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

This text has shadow with #F77058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77058 on black background.


Color preview on white background

This text has color #F77058 on white background.



Black color preview on #F77058 background

This text has black color on #F77058 background.


White color preview on #F77058 background

This text has white color on #F77058 background.