COLOR #F97B8F

HEX: #F97B8F
RGB: (249,123,143)

Color info

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

RGB color model

#F97B8F color RGB value is (249,123,143).

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

RGB channels and saturation

R 249 of 255 = 98%
G 123 of 255 = 48%
B 143 of 255 = 56%

249
123
143

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

Portions of RGB colors in percentages

R + G + B =
249 + 123 + 143 = 515 (100%)
R 249 of 515 ~ 48.35%
G 123 of 515 ~ 23.88%
B 143 of 515 ~ 27.77%

%48.35
%23.88
%27.77

CMYK color model

#F97B8F color CMYK value is (0,51,43,2).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 42.57%
  • key color value is 2.35%
CMYK:
(0,51,43,2)
C0M51Y43K2 
(0%,51%,43%,2%)
(0.00/0.51/0.43/0.02)	

CMYK percentages

%0
%50.6
%42.57
%2.35

Codes

Color #F97B8F in popluar color models

F97B8F
RGB249123143
HSL350°91.30%72.94%
HSB/HSV350°50.60%97.65%
CMYK0.00%50.60%42.57%
2.35%

Color #F97B8F in popluar number systems.

HEXF97B8F
Decimal249123143
Binary11111001111101110001111
Octal371173217

Shades and tints

Shades of #F97B8F

#F97B8F
(249,123,143)
#E37082
(227,112,130)
#CD6575
(205,101,117)
#B75A68
(183,90,104)
#A14F5B
(161,79,91)
#8B444E
(139,68,78)
#753941
(117,57,65)
#5F2E34
(95,46,52)
#492327
(73,35,39)
#33181A
(51,24,26)
#1D0D0D
(29,13,13)
#000000
(0,0,0)

Tints of #F97B8F

#F97B8F
(249,123,143)
#F98799
(249,135,153)
#F993A3
(249,147,163)
#F99FAD
(249,159,173)
#F9ABB7
(249,171,183)
#F9B7C1
(249,183,193)
#F9C3CB
(249,195,203)
#F9CFD5
(249,207,213)
#F9DBDF
(249,219,223)
#F9E7E9
(249,231,233)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F97B8F; }

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

This text font color is #F97B8F.


Background Color

.myBgColor { background-color: #F97B8F; }

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

This div background color is #F97B8F.


Border color

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

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

This div border color is #F97B8F.


Opacity

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

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

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

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

This text has shadow with #F97B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97B8F on black background.


Color preview on white background

This text has color #F97B8F on white background.



Black color preview on #F97B8F background

This text has black color on #F97B8F background.


White color preview on #F97B8F background

This text has white color on #F97B8F background.