COLOR #F97FA9

HEX: #F97FA9
RGB: (249,127,169)

Color info

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

RGB color model

#F97FA9 color RGB value is (249,127,169).

  • red value is 249;
  • green value is 127;
  • blue value is 169.
RGB:
(249,127,169)
(98%,50%,66%)

RGB channels and saturation

R 249 of 255 = 98%
G 127 of 255 = 50%
B 169 of 255 = 66%

249
127
169

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

Portions of RGB colors in percentages

R + G + B =
249 + 127 + 169 = 545 (100%)
R 249 of 545 ~ 45.69%
G 127 of 545 ~ 23.3%
B 169 of 545 ~ 31.01%

%45.69
%23.3
%31.01

CMYK color model

#F97FA9 color CMYK value is (0,49,32,2).

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 32.13%
  • key color value is 2.35%
CMYK:
(0,49,32,2)
C0M49Y32K2 
(0%,49%,32%,2%)
(0.00/0.49/0.32/0.02)	

CMYK percentages

%0
%49
%32.13
%2.35

Codes

Color #F97FA9 in popluar color models

F97FA9
RGB249127169
HSL339°91.04%73.73%
HSB/HSV339°49.00%97.65%
CMYK0.00%49.00%32.13%
2.35%

Color #F97FA9 in popluar number systems.

HEXF97FA9
Decimal249127169
Binary11111001111111110101001
Octal371177251

Shades and tints

Shades of #F97FA9

#F97FA9
(249,127,169)
#E3749A
(227,116,154)
#CD698B
(205,105,139)
#B75E7C
(183,94,124)
#A1536D
(161,83,109)
#8B485E
(139,72,94)
#753D4F
(117,61,79)
#5F3240
(95,50,64)
#492731
(73,39,49)
#331C22
(51,28,34)
#1D1113
(29,17,19)
#000000
(0,0,0)

Tints of #F97FA9

#F97FA9
(249,127,169)
#F98AB0
(249,138,176)
#F995B7
(249,149,183)
#F9A0BE
(249,160,190)
#F9ABC5
(249,171,197)
#F9B6CC
(249,182,204)
#F9C1D3
(249,193,211)
#F9CCDA
(249,204,218)
#F9D7E1
(249,215,225)
#F9E2E8
(249,226,232)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97FA9 color. Also use rgb(249,127,169) instead hex code.

Text Font Color

.myTextColor { color: #F97FA9; }

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

This text font color is #F97FA9.


Background Color

.myBgColor { background-color: #F97FA9; }

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

This div background color is #F97FA9.


Border color

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

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

This div border color is #F97FA9.


Opacity

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

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

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

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

This text has shadow with #F97FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97FA9 on black background.


Color preview on white background

This text has color #F97FA9 on white background.



Black color preview on #F97FA9 background

This text has black color on #F97FA9 background.


White color preview on #F97FA9 background

This text has white color on #F97FA9 background.