COLOR #F59080

HEX: #F59080 RGB: (245,144,128)

Color info

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

RGB color model

#F59080 color RGB value is (245,144,128).

RGB: (245,144,128) (96%, 56%, 50%)

RGB channels and saturation

R 245 of 255 = 96%
G 144 of 255 = 56%
B 128 of 255 = 50%

245
144
128

R + G + B ~ 67%. #F59080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 144 + 128 = 517 (100%)
R 245 of 517 ~ 47.39%
G 144 of 517 ~ 27.85%
B 128 of 517 ~ 24.76'%

%47.39
%27.85
%24.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.22%
  • 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
%41.22
%47.76
%3.92

Codes

Color #F59080 in popluar color models

F5 90 80
RGB 245 144 128
HSL 85.40% 73.14%
HSB/HSV 47.76% 96.08%
CMYK 0.00% 41.22% 47.76%
3.92%

Color #F59080 in popluar number systems.

HEX F5 90 80
Decimal 245 144 128
Binary 11110101 10010000 10000000
Octal 365 220 200

Shades and tints

Shades of #F59080

#F59080
(245,144,128)
#DF8375
(223,131,117)
#C9766A
(201,118,106)
#B3695F
(179,105,95)
#9D5C54
(157,92,84)
#874F49
(135,79,73)
#71423E
(113,66,62)
#5B3533
(91,53,51)
#452828
(69,40,40)
#2F1B1D
(47,27,29)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #F59080

#F59080
(245,144,128)
#F59A8B
(245,154,139)
#F5A496
(245,164,150)
#F5AEA1
(245,174,161)
#F5B8AC
(245,184,172)
#F5C2B7
(245,194,183)
#F5CCC2
(245,204,194)
#F5D6CD
(245,214,205)
#F5E0D8
(245,224,216)
#F5EAE3
(245,234,227)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59080; }

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

This text font color is #F59080.

Background Color

.myBgColor { background-color: #F59080; }

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

This div background color is #F59080.

Border color

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

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

This div border color is #F59080.

Opacity

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

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

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

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

This text has shadow with #F59080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F59080.

Preview

Color preview on black background

This text has color #F59080 on black background.


Color preview on white background

This text has color #F59080 on white background.


Black color preview on #F59080 background

This text has black color on #F59080 background.


White color preview on #F59080 background

This text has white color on #F59080 background.


Related colors

Complementary color

Complementary color for #hex is #0A6F7F.


I love getcolorcode.com

Triadic colors

1 #80F590 and #9080F5 with #F59080 are triadic colors.

2 #8090F5 and #90F580 with #F59080 are triadic colors.