COLOR #F97A89

HEX: #F97A89
RGB: (249,122,137)

Color info

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

RGB color model

#F97A89 color RGB value is (249,122,137).

  • red value is 249;
  • green value is 122;
  • blue value is 137.
RGB:
(249,122,137)
(98%,48%,54%)

RGB channels and saturation

R 249 of 255 = 98%
G 122 of 255 = 48%
B 137 of 255 = 54%

249
122
137

R + G + B ~ 67%. #F97A89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 122 + 137 = 508 (100%)
R 249 of 508 ~ 49.02%
G 122 of 508 ~ 24.02%
B 137 of 508 ~ 26.97%

%49.02
%24.02
%26.97

CMYK color model

#F97A89 color CMYK value is (0,51,45,2).

  • cyan value is 0.00%
  • magenta value is 51.00%
  • yellow value is 44.98%
  • key color value is 2.35%
CMYK:
(0,51,45,2)
C0M51Y45K2 
(0%,51%,45%,2%)
(0.00/0.51/0.45/0.02)	

CMYK percentages

%0
%51
%44.98
%2.35

Codes

Color #F97A89 in popluar color models

F97A89
RGB249122137
HSL353°91.37%72.75%
HSB/HSV353°51.00%97.65%
CMYK0.00%51.00%44.98%
2.35%

Color #F97A89 in popluar number systems.

HEXF97A89
Decimal249122137
Binary11111001111101010001001
Octal371172211

Shades and tints

Shades of #F97A89

#F97A89
(249,122,137)
#E36F7D
(227,111,125)
#CD6471
(205,100,113)
#B75965
(183,89,101)
#A14E59
(161,78,89)
#8B434D
(139,67,77)
#753841
(117,56,65)
#5F2D35
(95,45,53)
#492229
(73,34,41)
#33171D
(51,23,29)
#1D0C11
(29,12,17)
#000000
(0,0,0)

Tints of #F97A89

#F97A89
(249,122,137)
#F98693
(249,134,147)
#F9929D
(249,146,157)
#F99EA7
(249,158,167)
#F9AAB1
(249,170,177)
#F9B6BB
(249,182,187)
#F9C2C5
(249,194,197)
#F9CECF
(249,206,207)
#F9DAD9
(249,218,217)
#F9E6E3
(249,230,227)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97A89 color. Also use rgb(249,122,137) instead hex code.

Text Font Color

.myTextColor { color: #F97A89; }

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

This text font color is #F97A89.


Background Color

.myBgColor { background-color: #F97A89; }

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

This div background color is #F97A89.


Border color

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

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

This div border color is #F97A89.


Opacity

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

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

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

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

This text has shadow with #F97A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97A89 on black background.


Color preview on white background

This text has color #F97A89 on white background.



Black color preview on #F97A89 background

This text has black color on #F97A89 background.


White color preview on #F97A89 background

This text has white color on #F97A89 background.