COLOR #F96C73

HEX: #F96C73
RGB: (249,108,115)

Color info

#F96C73 contains mainly red color. Web safe color of #F96C73 is #FF6666 (or #F66).

RGB color model

#F96C73 color RGB value is (249,108,115).

  • red value is 249;
  • green value is 108;
  • blue value is 115.
RGB:
(249,108,115)
(98%,42%,45%)

RGB channels and saturation

R 249 of 255 = 98%
G 108 of 255 = 42%
B 115 of 255 = 45%

249
108
115

R + G + B ~ 62%. #F96C73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 108 + 115 = 472 (100%)
R 249 of 472 ~ 52.75%
G 108 of 472 ~ 22.88%
B 115 of 472 ~ 24.36%

%52.75
%22.88
%24.36

CMYK color model

#F96C73 color CMYK value is (0,57,54,2).

  • cyan value is 0.00%
  • magenta value is 56.63%
  • yellow value is 53.82%
  • key color value is 2.35%
CMYK:
(0,57,54,2)
C0M57Y54K2 
(0%,57%,54%,2%)
(0.00/0.57/0.54/0.02)	

CMYK percentages

%0
%56.63
%53.82
%2.35

Codes

Color #F96C73 in popluar color models

F96C73
RGB249108115
HSL357°92.16%70.00%
HSB/HSV357°56.63%97.65%
CMYK0.00%56.63%53.82%
2.35%

Color #F96C73 in popluar number systems.

HEXF96C73
Decimal249108115
Binary1111100111011001110011
Octal371154163

Shades and tints

Shades of #F96C73

#F96C73
(249,108,115)
#E36369
(227,99,105)
#CD5A5F
(205,90,95)
#B75155
(183,81,85)
#A1484B
(161,72,75)
#8B3F41
(139,63,65)
#753637
(117,54,55)
#5F2D2D
(95,45,45)
#492423
(73,36,35)
#331B19
(51,27,25)
#1D120F
(29,18,15)
#000000
(0,0,0)

Tints of #F96C73

#F96C73
(249,108,115)
#F9797F
(249,121,127)
#F9868B
(249,134,139)
#F99397
(249,147,151)
#F9A0A3
(249,160,163)
#F9ADAF
(249,173,175)
#F9BABB
(249,186,187)
#F9C7C7
(249,199,199)
#F9D4D3
(249,212,211)
#F9E1DF
(249,225,223)
#F9EEEB
(249,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96C73 color. Also use rgb(249,108,115) instead hex code.

Text Font Color

.myTextColor { color: #F96C73; }

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

This text font color is #F96C73.


Background Color

.myBgColor { background-color: #F96C73; }

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

This div background color is #F96C73.


Border color

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

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

This div border color is #F96C73.


Opacity

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

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

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

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

This text has shadow with #F96C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96C73 on black background.


Color preview on white background

This text has color #F96C73 on white background.



Black color preview on #F96C73 background

This text has black color on #F96C73 background.


White color preview on #F96C73 background

This text has white color on #F96C73 background.