COLOR #F97F92

HEX: #F97F92
RGB: (249,127,146)

Color info

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

RGB color model

#F97F92 color RGB value is (249,127,146).

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

RGB channels and saturation

R 249 of 255 = 98%
G 127 of 255 = 50%
B 146 of 255 = 57%

249
127
146

R + G + B ~ 68%. #F97F92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 127 + 146 = 522 (100%)
R 249 of 522 ~ 47.7%
G 127 of 522 ~ 24.33%
B 146 of 522 ~ 27.97%

%47.7
%24.33
%27.97

CMYK color model

#F97F92 color CMYK value is (0,49,41,2).

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 41.37%
  • key color value is 2.35%
CMYK:
(0,49,41,2)
C0M49Y41K2 
(0%,49%,41%,2%)
(0.00/0.49/0.41/0.02)	

CMYK percentages

%0
%49
%41.37
%2.35

Codes

Color #F97F92 in popluar color models

F97F92
RGB249127146
HSL351°91.04%73.73%
HSB/HSV351°49.00%97.65%
CMYK0.00%49.00%41.37%
2.35%

Color #F97F92 in popluar number systems.

HEXF97F92
Decimal249127146
Binary11111001111111110010010
Octal371177222

Shades and tints

Shades of #F97F92

#F97F92
(249,127,146)
#E37485
(227,116,133)
#CD6978
(205,105,120)
#B75E6B
(183,94,107)
#A1535E
(161,83,94)
#8B4851
(139,72,81)
#753D44
(117,61,68)
#5F3237
(95,50,55)
#49272A
(73,39,42)
#331C1D
(51,28,29)
#1D1110
(29,17,16)
#000000
(0,0,0)

Tints of #F97F92

#F97F92
(249,127,146)
#F98A9B
(249,138,155)
#F995A4
(249,149,164)
#F9A0AD
(249,160,173)
#F9ABB6
(249,171,182)
#F9B6BF
(249,182,191)
#F9C1C8
(249,193,200)
#F9CCD1
(249,204,209)
#F9D7DA
(249,215,218)
#F9E2E3
(249,226,227)
#F9EDEC
(249,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F97F92; }

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

This text font color is #F97F92.


Background Color

.myBgColor { background-color: #F97F92; }

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

This div background color is #F97F92.


Border color

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

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

This div border color is #F97F92.


Opacity

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

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

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

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

This text has shadow with #F97F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97F92 on black background.


Color preview on white background

This text has color #F97F92 on white background.



Black color preview on #F97F92 background

This text has black color on #F97F92 background.


White color preview on #F97F92 background

This text has white color on #F97F92 background.