COLOR #F59B8E

HEX: #F59B8E RGB: (245,155,142)

Color info

#F59B8E contains mainly red color. Web safe color of #F59B8E is #FF9999 (or #F99).

RGB color model

#F59B8E color RGB value is (245,155,142).

RGB: (245,155,142) (96%, 61%, 56%)

RGB channels and saturation

R 245 of 255 = 96%
G 155 of 255 = 61%
B 142 of 255 = 56%

245
155
142

R + G + B ~ 71%. #F59B8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 155 + 142 = 542 (100%)
R 245 of 542 ~ 45.2%
G 155 of 542 ~ 28.6%
B 142 of 542 ~ 26.2'%

%45.2
%28.6
%26.2

CMYK color model

#F59B8E color CMYK value is (0,37,42,4).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 42.04%
  • key color value is 3.92%

CMYK: (0,37,42,4)
C0M37Y42K4 (0%, 37%, 42%, 4%)
(0.00 / 0.37 / 0.42 / 0.04)

CMYK percentages

%0
%36.73
%42.04
%3.92

Codes

Color #F59B8E in popluar color models

F5 9B 8E
RGB 245 155 142
HSL 83.74% 75.88%
HSB/HSV 42.04% 96.08%
CMYK 0.00% 36.73% 42.04%
3.92%

Color #F59B8E in popluar number systems.

HEX F5 9B 8E
Decimal 245 155 142
Binary 11110101 10011011 10001110
Octal 365 233 216

Shades and tints

Shades of #F59B8E

#F59B8E
(245,155,142)
#DF8D82
(223,141,130)
#C97F76
(201,127,118)
#B3716A
(179,113,106)
#9D635E
(157,99,94)
#875552
(135,85,82)
#714746
(113,71,70)
#5B393A
(91,57,58)
#452B2E
(69,43,46)
#2F1D22
(47,29,34)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #F59B8E

#F59B8E
(245,155,142)
#F5A498
(245,164,152)
#F5ADA2
(245,173,162)
#F5B6AC
(245,182,172)
#F5BFB6
(245,191,182)
#F5C8C0
(245,200,192)
#F5D1CA
(245,209,202)
#F5DAD4
(245,218,212)
#F5E3DE
(245,227,222)
#F5ECE8
(245,236,232)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59B8E color. Also use rgb(245,155,142) instead hex code.

Text Font Color

.myTextColor { color: #F59B8E; }

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

This text font color is #F59B8E.

Background Color

.myBgColor { background-color: #F59B8E; }

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

This div background color is #F59B8E.

Border color

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

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

This div border color is #F59B8E.

Opacity

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

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

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

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

This text has shadow with #F59B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F59B8E.

Preview

Color preview on black background

This text has color #F59B8E on black background.


Color preview on white background

This text has color #F59B8E on white background.


Black color preview on #F59B8E background

This text has black color on #F59B8E background.


White color preview on #F59B8E background

This text has white color on #F59B8E background.


Related colors

Complementary color

Complementary color for #hex is #0A6471.


I love getcolorcode.com

Triadic colors

1 #8EF59B and #9B8EF5 with #F59B8E are triadic colors.

2 #8E9BF5 and #9BF58E with #F59B8E are triadic colors.