COLOR #F59180

HEX: #F59180
RGB: (245,145,128)

Color info

#F59180 contains mainly red color. Web safe color of #F59180 is #FF9966 (or #F96).

RGB color model

#F59180 color RGB value is (245,145,128).

  • red value is 245;
  • green value is 145;
  • blue value is 128.
RGB:
(245,145,128)
(96%,57%,50%)

RGB channels and saturation

R 245 of 255 = 96%
G 145 of 255 = 57%
B 128 of 255 = 50%

245
145
128

R + G + B ~ 68%. #F59180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 145 + 128 = 518 (100%)
R 245 of 518 ~ 47.3%
G 145 of 518 ~ 27.99%
B 128 of 518 ~ 24.71%

%47.3
%27.99
%24.71

CMYK color model

#F59180 color CMYK value is (0,41,48,4).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 47.76%
  • key color value is 3.92%
CMYK:
(0,41,48,4)
C0M41Y48K4 
(0%,41%,48%,4%)
(0.00/0.41/0.48/0.04)	

CMYK percentages

%0
%40.82
%47.76
%3.92

Codes

Color #F59180 in popluar color models

F59180
RGB245145128
HSL85.40%73.14%
HSB/HSV47.76%96.08%
CMYK0.00%40.82%47.76%
3.92%

Color #F59180 in popluar number systems.

HEXF59180
Decimal245145128
Binary111101011001000110000000
Octal365221200

Shades and tints

Shades of #F59180

#F59180
(245,145,128)
#DF8475
(223,132,117)
#C9776A
(201,119,106)
#B36A5F
(179,106,95)
#9D5D54
(157,93,84)
#875049
(135,80,73)
#71433E
(113,67,62)
#5B3633
(91,54,51)
#452928
(69,41,40)
#2F1C1D
(47,28,29)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #F59180

#F59180
(245,145,128)
#F59B8B
(245,155,139)
#F5A596
(245,165,150)
#F5AFA1
(245,175,161)
#F5B9AC
(245,185,172)
#F5C3B7
(245,195,183)
#F5CDC2
(245,205,194)
#F5D7CD
(245,215,205)
#F5E1D8
(245,225,216)
#F5EBE3
(245,235,227)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59180 color. Also use rgb(245,145,128) instead hex code.

Text Font Color

.myTextColor { color: #F59180; }

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

This text font color is #F59180.


Background Color

.myBgColor { background-color: #F59180; }

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

This div background color is #F59180.


Border color

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

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

This div border color is #F59180.


Opacity

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

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

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

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

This text has shadow with #F59180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59180 on black background.


Color preview on white background

This text has color #F59180 on white background.



Black color preview on #F59180 background

This text has black color on #F59180 background.


White color preview on #F59180 background

This text has white color on #F59180 background.