COLOR #F09595

HEX: #F09595
RGB: (240,149,149)

Color info

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

RGB color model

#F09595 color RGB value is (240,149,149).

  • red value is 240;
  • green value is 149;
  • blue value is 149.
RGB:
(240,149,149)
(94%,58%,58%)

RGB channels and saturation

R 240 of 255 = 94%
G 149 of 255 = 58%
B 149 of 255 = 58%

240
149
149

R + G + B ~ 70%. #F09595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 149 + 149 = 538 (100%)
R 240 of 538 ~ 44.61%
G 149 of 538 ~ 27.7%
B 149 of 538 ~ 27.7%

%44.61
%27.7
%27.7

CMYK color model

#F09595 color CMYK value is (0,38,38,6).

  • cyan value is 0.00%
  • magenta value is 37.92%
  • yellow value is 37.92%
  • key color value is 5.88%
CMYK:
(0,38,38,6)
C0M38Y38K6 
(0%,38%,38%,6%)
(0.00/0.38/0.38/0.06)	

CMYK percentages

%0
%37.92
%37.92
%5.88

Codes

Color #F09595 in popluar color models

F09595
RGB240149149
HSL75.21%76.27%
HSB/HSV37.92%94.12%
CMYK0.00%37.92%37.92%
5.88%

Color #F09595 in popluar number systems.

HEXF09595
Decimal240149149
Binary111100001001010110010101
Octal360225225

Shades and tints

Shades of #F09595

#F09595
(240,149,149)
#DB8888
(219,136,136)
#C67B7B
(198,123,123)
#B16E6E
(177,110,110)
#9C6161
(156,97,97)
#875454
(135,84,84)
#724747
(114,71,71)
#5D3A3A
(93,58,58)
#482D2D
(72,45,45)
#332020
(51,32,32)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #F09595

#F09595
(240,149,149)
#F19E9E
(241,158,158)
#F2A7A7
(242,167,167)
#F3B0B0
(243,176,176)
#F4B9B9
(244,185,185)
#F5C2C2
(245,194,194)
#F6CBCB
(246,203,203)
#F7D4D4
(247,212,212)
#F8DDDD
(248,221,221)
#F9E6E6
(249,230,230)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F09595; }

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

This text font color is #F09595.


Background Color

.myBgColor { background-color: #F09595; }

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

This div background color is #F09595.


Border color

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

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

This div border color is #F09595.


Opacity

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

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

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

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

This text has shadow with #F09595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09595 on black background.


Color preview on white background

This text has color #F09595 on white background.



Black color preview on #F09595 background

This text has black color on #F09595 background.


White color preview on #F09595 background

This text has white color on #F09595 background.