COLOR #F09BA8

HEX: #F09BA8
RGB: (240,155,168)

Color info

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

RGB color model

#F09BA8 color RGB value is (240,155,168).

  • red value is 240;
  • green value is 155;
  • blue value is 168.
RGB:
(240,155,168)
(94%,61%,66%)

RGB channels and saturation

R 240 of 255 = 94%
G 155 of 255 = 61%
B 168 of 255 = 66%

240
155
168

R + G + B ~ 74%. #F09BA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 155 + 168 = 563 (100%)
R 240 of 563 ~ 42.63%
G 155 of 563 ~ 27.53%
B 168 of 563 ~ 29.84%

%42.63
%27.53
%29.84

CMYK color model

#F09BA8 color CMYK value is (0,35,30,6).

  • cyan value is 0.00%
  • magenta value is 35.42%
  • yellow value is 30.00%
  • key color value is 5.88%
CMYK:
(0,35,30,6)
C0M35Y30K6 
(0%,35%,30%,6%)
(0.00/0.35/0.30/0.06)	

CMYK percentages

%0
%35.42
%30
%5.88

Codes

Color #F09BA8 in popluar color models

F09BA8
RGB240155168
HSL351°73.91%77.45%
HSB/HSV351°35.42%94.12%
CMYK0.00%35.42%30.00%
5.88%

Color #F09BA8 in popluar number systems.

HEXF09BA8
Decimal240155168
Binary111100001001101110101000
Octal360233250

Shades and tints

Shades of #F09BA8

#F09BA8
(240,155,168)
#DB8D99
(219,141,153)
#C67F8A
(198,127,138)
#B1717B
(177,113,123)
#9C636C
(156,99,108)
#87555D
(135,85,93)
#72474E
(114,71,78)
#5D393F
(93,57,63)
#482B30
(72,43,48)
#331D21
(51,29,33)
#1E0F12
(30,15,18)
#000000
(0,0,0)

Tints of #F09BA8

#F09BA8
(240,155,168)
#F1A4AF
(241,164,175)
#F2ADB6
(242,173,182)
#F3B6BD
(243,182,189)
#F4BFC4
(244,191,196)
#F5C8CB
(245,200,203)
#F6D1D2
(246,209,210)
#F7DAD9
(247,218,217)
#F8E3E0
(248,227,224)
#F9ECE7
(249,236,231)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F09BA8; }

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

This text font color is #F09BA8.


Background Color

.myBgColor { background-color: #F09BA8; }

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

This div background color is #F09BA8.


Border color

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

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

This div border color is #F09BA8.


Opacity

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

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

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

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

This text has shadow with #F09BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F09BA8 on black background.


Color preview on white background

This text has color #F09BA8 on white background.



Black color preview on #F09BA8 background

This text has black color on #F09BA8 background.


White color preview on #F09BA8 background

This text has white color on #F09BA8 background.