COLOR #F59B95

HEX: #F59B95
RGB: (245,155,149)

Color info

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

RGB color model

#F59B95 color RGB value is (245,155,149).

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

RGB channels and saturation

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

245
155
149

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

Portions of RGB colors in percentages

R + G + B =
245 + 155 + 149 = 549 (100%)
R 245 of 549 ~ 44.63%
G 155 of 549 ~ 28.23%
B 149 of 549 ~ 27.14%

%44.63
%28.23
%27.14

CMYK color model

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

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

CMYK percentages

%0
%36.73
%39.18
%3.92

Codes

Color #F59B95 in popluar color models

F59B95
RGB245155149
HSL82.76%77.25%
HSB/HSV39.18%96.08%
CMYK0.00%36.73%39.18%
3.92%

Color #F59B95 in popluar number systems.

HEXF59B95
Decimal245155149
Binary111101011001101110010101
Octal365233225

Shades and tints

Shades of #F59B95

#F59B95
(245,155,149)
#DF8D88
(223,141,136)
#C97F7B
(201,127,123)
#B3716E
(179,113,110)
#9D6361
(157,99,97)
#875554
(135,85,84)
#714747
(113,71,71)
#5B393A
(91,57,58)
#452B2D
(69,43,45)
#2F1D20
(47,29,32)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #F59B95

#F59B95
(245,155,149)
#F5A49E
(245,164,158)
#F5ADA7
(245,173,167)
#F5B6B0
(245,182,176)
#F5BFB9
(245,191,185)
#F5C8C2
(245,200,194)
#F5D1CB
(245,209,203)
#F5DAD4
(245,218,212)
#F5E3DD
(245,227,221)
#F5ECE6
(245,236,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F59B95; }

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

This text font color is #F59B95.


Background Color

.myBgColor { background-color: #F59B95; }

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

This div background color is #F59B95.


Border color

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

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

This div border color is #F59B95.


Opacity

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

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

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

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

This text has shadow with #F59B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59B95 on black background.


Color preview on white background

This text has color #F59B95 on white background.



Black color preview on #F59B95 background

This text has black color on #F59B95 background.


White color preview on #F59B95 background

This text has white color on #F59B95 background.