COLOR #F08BA5

HEX: #F08BA5
RGB: (240,139,165)

Color info

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

RGB color model

#F08BA5 color RGB value is (240,139,165).

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

RGB channels and saturation

R 240 of 255 = 94%
G 139 of 255 = 55%
B 165 of 255 = 65%

240
139
165

R + G + B ~ 71%. #F08BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 139 + 165 = 544 (100%)
R 240 of 544 ~ 44.12%
G 139 of 544 ~ 25.55%
B 165 of 544 ~ 30.33%

%44.12
%25.55
%30.33

CMYK color model

#F08BA5 color CMYK value is (0,42,31,6).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 31.25%
  • key color value is 5.88%
CMYK:
(0,42,31,6)
C0M42Y31K6 
(0%,42%,31%,6%)
(0.00/0.42/0.31/0.06)	

CMYK percentages

%0
%42.08
%31.25
%5.88

Codes

Color #F08BA5 in popluar color models

F08BA5
RGB240139165
HSL345°77.10%74.31%
HSB/HSV345°42.08%94.12%
CMYK0.00%42.08%31.25%
5.88%

Color #F08BA5 in popluar number systems.

HEXF08BA5
Decimal240139165
Binary111100001000101110100101
Octal360213245

Shades and tints

Shades of #F08BA5

#F08BA5
(240,139,165)
#DB7F96
(219,127,150)
#C67387
(198,115,135)
#B16778
(177,103,120)
#9C5B69
(156,91,105)
#874F5A
(135,79,90)
#72434B
(114,67,75)
#5D373C
(93,55,60)
#482B2D
(72,43,45)
#331F1E
(51,31,30)
#1E130F
(30,19,15)
#000000
(0,0,0)

Tints of #F08BA5

#F08BA5
(240,139,165)
#F195AD
(241,149,173)
#F29FB5
(242,159,181)
#F3A9BD
(243,169,189)
#F4B3C5
(244,179,197)
#F5BDCD
(245,189,205)
#F6C7D5
(246,199,213)
#F7D1DD
(247,209,221)
#F8DBE5
(248,219,229)
#F9E5ED
(249,229,237)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F08BA5; }

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

This text font color is #F08BA5.


Background Color

.myBgColor { background-color: #F08BA5; }

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

This div background color is #F08BA5.


Border color

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

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

This div border color is #F08BA5.


Opacity

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

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

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

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

This text has shadow with #F08BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08BA5 on black background.


Color preview on white background

This text has color #F08BA5 on white background.



Black color preview on #F08BA5 background

This text has black color on #F08BA5 background.


White color preview on #F08BA5 background

This text has white color on #F08BA5 background.