COLOR #F08B9A

HEX: #F08B9A
RGB: (240,139,154)

Color info

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

RGB color model

#F08B9A color RGB value is (240,139,154).

  • red value is 240;
  • green value is 139;
  • blue value is 154.
RGB:
(240,139,154)
(94%,55%,60%)

RGB channels and saturation

R 240 of 255 = 94%
G 139 of 255 = 55%
B 154 of 255 = 60%

240
139
154

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

Portions of RGB colors in percentages

R + G + B =
240 + 139 + 154 = 533 (100%)
R 240 of 533 ~ 45.03%
G 139 of 533 ~ 26.08%
B 154 of 533 ~ 28.89%

%45.03
%26.08
%28.89

CMYK color model

#F08B9A color CMYK value is (0,42,36,6).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 35.83%
  • key color value is 5.88%
CMYK:
(0,42,36,6)
C0M42Y36K6 
(0%,42%,36%,6%)
(0.00/0.42/0.36/0.06)	

CMYK percentages

%0
%42.08
%35.83
%5.88

Codes

Color #F08B9A in popluar color models

F08B9A
RGB240139154
HSL351°77.10%74.31%
HSB/HSV351°42.08%94.12%
CMYK0.00%42.08%35.83%
5.88%

Color #F08B9A in popluar number systems.

HEXF08B9A
Decimal240139154
Binary111100001000101110011010
Octal360213232

Shades and tints

Shades of #F08B9A

#F08B9A
(240,139,154)
#DB7F8C
(219,127,140)
#C6737E
(198,115,126)
#B16770
(177,103,112)
#9C5B62
(156,91,98)
#874F54
(135,79,84)
#724346
(114,67,70)
#5D3738
(93,55,56)
#482B2A
(72,43,42)
#331F1C
(51,31,28)
#1E130E
(30,19,14)
#000000
(0,0,0)

Tints of #F08B9A

#F08B9A
(240,139,154)
#F195A3
(241,149,163)
#F29FAC
(242,159,172)
#F3A9B5
(243,169,181)
#F4B3BE
(244,179,190)
#F5BDC7
(245,189,199)
#F6C7D0
(246,199,208)
#F7D1D9
(247,209,217)
#F8DBE2
(248,219,226)
#F9E5EB
(249,229,235)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F08B9A; }

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

This text font color is #F08B9A.


Background Color

.myBgColor { background-color: #F08B9A; }

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

This div background color is #F08B9A.


Border color

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

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

This div border color is #F08B9A.


Opacity

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

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

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

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

This text has shadow with #F08B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08B9A on black background.


Color preview on white background

This text has color #F08B9A on white background.



Black color preview on #F08B9A background

This text has black color on #F08B9A background.


White color preview on #F08B9A background

This text has white color on #F08B9A background.