COLOR #F59797

HEX: #F59797
RGB: (245,151,151)

Color info

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

RGB color model

#F59797 color RGB value is (245,151,151).

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

RGB channels and saturation

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

245
151
151

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

Portions of RGB colors in percentages

R + G + B =
245 + 151 + 151 = 547 (100%)
R 245 of 547 ~ 44.79%
G 151 of 547 ~ 27.61%
B 151 of 547 ~ 27.61%

%44.79
%27.61
%27.61

CMYK color model

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

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

CMYK percentages

%0
%38.37
%38.37
%3.92

Codes

Color #F59797 in popluar color models

F59797
RGB245151151
HSL82.46%77.65%
HSB/HSV38.37%96.08%
CMYK0.00%38.37%38.37%
3.92%

Color #F59797 in popluar number systems.

HEXF59797
Decimal245151151
Binary111101011001011110010111
Octal365227227

Shades and tints

Shades of #F59797

#F59797
(245,151,151)
#DF8A8A
(223,138,138)
#C97D7D
(201,125,125)
#B37070
(179,112,112)
#9D6363
(157,99,99)
#875656
(135,86,86)
#714949
(113,73,73)
#5B3C3C
(91,60,60)
#452F2F
(69,47,47)
#2F2222
(47,34,34)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #F59797

#F59797
(245,151,151)
#F5A0A0
(245,160,160)
#F5A9A9
(245,169,169)
#F5B2B2
(245,178,178)
#F5BBBB
(245,187,187)
#F5C4C4
(245,196,196)
#F5CDCD
(245,205,205)
#F5D6D6
(245,214,214)
#F5DFDF
(245,223,223)
#F5E8E8
(245,232,232)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59797; }

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

This text font color is #F59797.


Background Color

.myBgColor { background-color: #F59797; }

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

This div background color is #F59797.


Border color

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

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

This div border color is #F59797.


Opacity

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

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

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

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

This text has shadow with #F59797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59797 on black background.


Color preview on white background

This text has color #F59797 on white background.



Black color preview on #F59797 background

This text has black color on #F59797 background.


White color preview on #F59797 background

This text has white color on #F59797 background.