COLOR #F59B9B

HEX: #F59B9B
RGB: (245,155,155)

Color info

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

RGB color model

#F59B9B color RGB value is (245,155,155).

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

RGB channels and saturation

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

245
155
155

R + G + B ~ 73%. #F59B9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 155 + 155 = 555 (100%)
R 245 of 555 ~ 44.14%
G 155 of 555 ~ 27.93%
B 155 of 555 ~ 27.93%

%44.14
%27.93
%27.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 36.73%
  • key color value is 3.92%
CMYK:
(0,37,37,4)
C0M37Y37K4 
(0%,37%,37%,4%)
(0.00/0.37/0.37/0.04)	

CMYK percentages

%0
%36.73
%36.73
%3.92

Codes

Color #F59B9B in popluar color models

F59B9B
RGB245155155
HSL81.82%78.43%
HSB/HSV36.73%96.08%
CMYK0.00%36.73%36.73%
3.92%

Color #F59B9B in popluar number systems.

HEXF59B9B
Decimal245155155
Binary111101011001101110011011
Octal365233233

Shades and tints

Shades of #F59B9B

#F59B9B
(245,155,155)
#DF8D8D
(223,141,141)
#C97F7F
(201,127,127)
#B37171
(179,113,113)
#9D6363
(157,99,99)
#875555
(135,85,85)
#714747
(113,71,71)
#5B3939
(91,57,57)
#452B2B
(69,43,43)
#2F1D1D
(47,29,29)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #F59B9B

#F59B9B
(245,155,155)
#F5A4A4
(245,164,164)
#F5ADAD
(245,173,173)
#F5B6B6
(245,182,182)
#F5BFBF
(245,191,191)
#F5C8C8
(245,200,200)
#F5D1D1
(245,209,209)
#F5DADA
(245,218,218)
#F5E3E3
(245,227,227)
#F5ECEC
(245,236,236)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59B9B; }

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

This text font color is #F59B9B.


Background Color

.myBgColor { background-color: #F59B9B; }

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

This div background color is #F59B9B.


Border color

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

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

This div border color is #F59B9B.


Opacity

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

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

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

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

This text has shadow with #F59B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59B9B on black background.


Color preview on white background

This text has color #F59B9B on white background.



Black color preview on #F59B9B background

This text has black color on #F59B9B background.


White color preview on #F59B9B background

This text has white color on #F59B9B background.