COLOR #F59597

HEX: #F59597
RGB: (245,149,151)

Color info

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

RGB color model

#F59597 color RGB value is (245,149,151).

  • red value is 245;
  • green value is 149;
  • blue value is 151.
RGB:
(245,149,151)
(96%,58%,59%)

RGB channels and saturation

R 245 of 255 = 96%
G 149 of 255 = 58%
B 151 of 255 = 59%

245
149
151

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

Portions of RGB colors in percentages

R + G + B =
245 + 149 + 151 = 545 (100%)
R 245 of 545 ~ 44.95%
G 149 of 545 ~ 27.34%
B 151 of 545 ~ 27.71%

%44.95
%27.34
%27.71

CMYK color model

#F59597 color CMYK value is (0,39,38,4).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 38.37%
  • key color value is 3.92%
CMYK:
(0,39,38,4)
C0M39Y38K4 
(0%,39%,38%,4%)
(0.00/0.39/0.38/0.04)	

CMYK percentages

%0
%39.18
%38.37
%3.92

Codes

Color #F59597 in popluar color models

F59597
RGB245149151
HSL359°82.76%77.25%
HSB/HSV359°39.18%96.08%
CMYK0.00%39.18%38.37%
3.92%

Color #F59597 in popluar number systems.

HEXF59597
Decimal245149151
Binary111101011001010110010111
Octal365225227

Shades and tints

Shades of #F59597

#F59597
(245,149,151)
#DF888A
(223,136,138)
#C97B7D
(201,123,125)
#B36E70
(179,110,112)
#9D6163
(157,97,99)
#875456
(135,84,86)
#714749
(113,71,73)
#5B3A3C
(91,58,60)
#452D2F
(69,45,47)
#2F2022
(47,32,34)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #F59597

#F59597
(245,149,151)
#F59EA0
(245,158,160)
#F5A7A9
(245,167,169)
#F5B0B2
(245,176,178)
#F5B9BB
(245,185,187)
#F5C2C4
(245,194,196)
#F5CBCD
(245,203,205)
#F5D4D6
(245,212,214)
#F5DDDF
(245,221,223)
#F5E6E8
(245,230,232)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59597 color. Also use rgb(245,149,151) instead hex code.

Text Font Color

.myTextColor { color: #F59597; }

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

This text font color is #F59597.


Background Color

.myBgColor { background-color: #F59597; }

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

This div background color is #F59597.


Border color

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

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

This div border color is #F59597.


Opacity

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

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

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

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

This text has shadow with #F59597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59597 on black background.


Color preview on white background

This text has color #F59597 on white background.



Black color preview on #F59597 background

This text has black color on #F59597 background.


White color preview on #F59597 background

This text has white color on #F59597 background.