COLOR #F59999

HEX: #F59999
RGB: (245,153,153)

Color info

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

RGB color model

#F59999 color RGB value is (245,153,153).

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

RGB channels and saturation

R 245 of 255 = 96%
G 153 of 255 = 60%
B 153 of 255 = 60%

245
153
153

R + G + B ~ 72%. #F59999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 153 + 153 = 551 (100%)
R 245 of 551 ~ 44.46%
G 153 of 551 ~ 27.77%
B 153 of 551 ~ 27.77%

%44.46
%27.77
%27.77

CMYK color model

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

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

Codes

Color #F59999 in popluar color models

F59999
RGB245153153
HSL82.14%78.04%
HSB/HSV37.55%96.08%
CMYK0.00%37.55%37.55%
3.92%

Color #F59999 in popluar number systems.

HEXF59999
Decimal245153153
Binary111101011001100110011001
Octal365231231

Shades and tints

Shades of #F59999

#F59999
(245,153,153)
#DF8C8C
(223,140,140)
#C97F7F
(201,127,127)
#B37272
(179,114,114)
#9D6565
(157,101,101)
#875858
(135,88,88)
#714B4B
(113,75,75)
#5B3E3E
(91,62,62)
#453131
(69,49,49)
#2F2424
(47,36,36)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #F59999

#F59999
(245,153,153)
#F5A2A2
(245,162,162)
#F5ABAB
(245,171,171)
#F5B4B4
(245,180,180)
#F5BDBD
(245,189,189)
#F5C6C6
(245,198,198)
#F5CFCF
(245,207,207)
#F5D8D8
(245,216,216)
#F5E1E1
(245,225,225)
#F5EAEA
(245,234,234)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59999; }

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

This text font color is #F59999.


Background Color

.myBgColor { background-color: #F59999; }

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

This div background color is #F59999.


Border color

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

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

This div border color is #F59999.


Opacity

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

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

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

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

This text has shadow with #F59999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59999 on black background.


Color preview on white background

This text has color #F59999 on white background.



Black color preview on #F59999 background

This text has black color on #F59999 background.


White color preview on #F59999 background

This text has white color on #F59999 background.