COLOR #F8696F

HEX: #F8696F
RGB: (248,105,111)

Color info

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

RGB color model

#F8696F color RGB value is (248,105,111).

  • red value is 248;
  • green value is 105;
  • blue value is 111.
RGB:
(248,105,111)
(97%,41%,44%)

RGB channels and saturation

R 248 of 255 = 97%
G 105 of 255 = 41%
B 111 of 255 = 44%

248
105
111

R + G + B ~ 61%. #F8696F is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 105 + 111 = 464 (100%)
R 248 of 464 ~ 53.45%
G 105 of 464 ~ 22.63%
B 111 of 464 ~ 23.92%

%53.45
%22.63
%23.92

CMYK color model

#F8696F color CMYK value is (0,58,55,3).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 55.24%
  • key color value is 2.75%
CMYK:
(0,58,55,3)
C0M58Y55K3 
(0%,58%,55%,3%)
(0.00/0.58/0.55/0.03)	

CMYK percentages

%0
%57.66
%55.24
%2.75

Codes

Color #F8696F in popluar color models

F8696F
RGB248105111
HSL357°91.08%69.22%
HSB/HSV357°57.66%97.25%
CMYK0.00%57.66%55.24%
2.75%

Color #F8696F in popluar number systems.

HEXF8696F
Decimal248105111
Binary1111100011010011101111
Octal370151157

Shades and tints

Shades of #F8696F

#F8696F
(248,105,111)
#E26065
(226,96,101)
#CC575B
(204,87,91)
#B64E51
(182,78,81)
#A04547
(160,69,71)
#8A3C3D
(138,60,61)
#743333
(116,51,51)
#5E2A29
(94,42,41)
#48211F
(72,33,31)
#321815
(50,24,21)
#1C0F0B
(28,15,11)
#000000
(0,0,0)

Tints of #F8696F

#F8696F
(248,105,111)
#F8767C
(248,118,124)
#F88389
(248,131,137)
#F89096
(248,144,150)
#F89DA3
(248,157,163)
#F8AAB0
(248,170,176)
#F8B7BD
(248,183,189)
#F8C4CA
(248,196,202)
#F8D1D7
(248,209,215)
#F8DEE4
(248,222,228)
#F8EBF1
(248,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8696F color. Also use rgb(248,105,111) instead hex code.

Text Font Color

.myTextColor { color: #F8696F; }

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

This text font color is #F8696F.


Background Color

.myBgColor { background-color: #F8696F; }

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

This div background color is #F8696F.


Border color

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

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

This div border color is #F8696F.


Opacity

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

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

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

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

This text has shadow with #F8696F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8696F on black background.


Color preview on white background

This text has color #F8696F on white background.



Black color preview on #F8696F background

This text has black color on #F8696F background.


White color preview on #F8696F background

This text has white color on #F8696F background.