COLOR #F097BA

HEX: #F097BA
RGB: (240,151,186)

Color info

#F097BA contains mainly red and blue colors. Web safe color of #F097BA is #FF99CC (or #F9C).

RGB color model

#F097BA color RGB value is (240,151,186).

  • red value is 240;
  • green value is 151;
  • blue value is 186.
RGB:
(240,151,186)
(94%,59%,73%)

RGB channels and saturation

R 240 of 255 = 94%
G 151 of 255 = 59%
B 186 of 255 = 73%

240
151
186

R + G + B ~ 75%. #F097BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 151 + 186 = 577 (100%)
R 240 of 577 ~ 41.59%
G 151 of 577 ~ 26.17%
B 186 of 577 ~ 32.24%

%41.59
%26.17
%32.24

CMYK color model

#F097BA color CMYK value is (0,37,23,6).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 22.50%
  • key color value is 5.88%
CMYK:
(0,37,23,6)
C0M37Y23K6 
(0%,37%,23%,6%)
(0.00/0.37/0.23/0.06)	

CMYK percentages

%0
%37.08
%22.5
%5.88

Codes

Color #F097BA in popluar color models

F097BA
RGB240151186
HSL336°74.79%76.67%
HSB/HSV336°37.08%94.12%
CMYK0.00%37.08%22.50%
5.88%

Color #F097BA in popluar number systems.

HEXF097BA
Decimal240151186
Binary111100001001011110111010
Octal360227272

Shades and tints

Shades of #F097BA

#F097BA
(240,151,186)
#DB8AAA
(219,138,170)
#C67D9A
(198,125,154)
#B1708A
(177,112,138)
#9C637A
(156,99,122)
#87566A
(135,86,106)
#72495A
(114,73,90)
#5D3C4A
(93,60,74)
#482F3A
(72,47,58)
#33222A
(51,34,42)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #F097BA

#F097BA
(240,151,186)
#F1A0C0
(241,160,192)
#F2A9C6
(242,169,198)
#F3B2CC
(243,178,204)
#F4BBD2
(244,187,210)
#F5C4D8
(245,196,216)
#F6CDDE
(246,205,222)
#F7D6E4
(247,214,228)
#F8DFEA
(248,223,234)
#F9E8F0
(249,232,240)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F097BA; }

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

This text font color is #F097BA.


Background Color

.myBgColor { background-color: #F097BA; }

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

This div background color is #F097BA.


Border color

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

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

This div border color is #F097BA.


Opacity

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

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

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

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

This text has shadow with #F097BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F097BA on black background.


Color preview on white background

This text has color #F097BA on white background.



Black color preview on #F097BA background

This text has black color on #F097BA background.


White color preview on #F097BA background

This text has white color on #F097BA background.