COLOR #F97BA8

HEX: #F97BA8
RGB: (249,123,168)

Color info

#F97BA8 contains mainly red color. Web safe color of #F97BA8 is #FF6699 (or #F69).

RGB color model

#F97BA8 color RGB value is (249,123,168).

  • red value is 249;
  • green value is 123;
  • blue value is 168.
RGB:
(249,123,168)
(98%,48%,66%)

RGB channels and saturation

R 249 of 255 = 98%
G 123 of 255 = 48%
B 168 of 255 = 66%

249
123
168

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

Portions of RGB colors in percentages

R + G + B =
249 + 123 + 168 = 540 (100%)
R 249 of 540 ~ 46.11%
G 123 of 540 ~ 22.78%
B 168 of 540 ~ 31.11%

%46.11
%22.78
%31.11

CMYK color model

#F97BA8 color CMYK value is (0,51,33,2).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 32.53%
  • key color value is 2.35%
CMYK:
(0,51,33,2)
C0M51Y33K2 
(0%,51%,33%,2%)
(0.00/0.51/0.33/0.02)	

CMYK percentages

%0
%50.6
%32.53
%2.35

Codes

Color #F97BA8 in popluar color models

F97BA8
RGB249123168
HSL339°91.30%72.94%
HSB/HSV339°50.60%97.65%
CMYK0.00%50.60%32.53%
2.35%

Color #F97BA8 in popluar number systems.

HEXF97BA8
Decimal249123168
Binary11111001111101110101000
Octal371173250

Shades and tints

Shades of #F97BA8

#F97BA8
(249,123,168)
#E37099
(227,112,153)
#CD658A
(205,101,138)
#B75A7B
(183,90,123)
#A14F6C
(161,79,108)
#8B445D
(139,68,93)
#75394E
(117,57,78)
#5F2E3F
(95,46,63)
#492330
(73,35,48)
#331821
(51,24,33)
#1D0D12
(29,13,18)
#000000
(0,0,0)

Tints of #F97BA8

#F97BA8
(249,123,168)
#F987AF
(249,135,175)
#F993B6
(249,147,182)
#F99FBD
(249,159,189)
#F9ABC4
(249,171,196)
#F9B7CB
(249,183,203)
#F9C3D2
(249,195,210)
#F9CFD9
(249,207,217)
#F9DBE0
(249,219,224)
#F9E7E7
(249,231,231)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97BA8 color. Also use rgb(249,123,168) instead hex code.

Text Font Color

.myTextColor { color: #F97BA8; }

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

This text font color is #F97BA8.


Background Color

.myBgColor { background-color: #F97BA8; }

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

This div background color is #F97BA8.


Border color

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

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

This div border color is #F97BA8.


Opacity

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

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

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

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

This text has shadow with #F97BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97BA8 on black background.


Color preview on white background

This text has color #F97BA8 on white background.



Black color preview on #F97BA8 background

This text has black color on #F97BA8 background.


White color preview on #F97BA8 background

This text has white color on #F97BA8 background.