COLOR #F8595F

HEX: #F8595F
RGB: (248,89,95)

Color info

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

RGB color model

#F8595F color RGB value is (248,89,95).

  • red value is 248;
  • green value is 89;
  • blue value is 95.
RGB:
(248,89,95)
(97%,35%,37%)

RGB channels and saturation

R 248 of 255 = 97%
G 89 of 255 = 35%
B 95 of 255 = 37%

248
89
95

R + G + B ~ 56%. #F8595F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
248 + 89 + 95 = 432 (100%)
R 248 of 432 ~ 57.41%
G 89 of 432 ~ 20.6%
B 95 of 432 ~ 21.99%

%57.41
%20.6
%21.99

CMYK color model

#F8595F color CMYK value is (0,64,62,3).

  • cyan value is 0.00%
  • magenta value is 64.11%
  • yellow value is 61.69%
  • key color value is 2.75%
CMYK:
(0,64,62,3)
C0M64Y62K3 
(0%,64%,62%,3%)
(0.00/0.64/0.62/0.03)	

CMYK percentages

%0
%64.11
%61.69
%2.75

Codes

Color #F8595F in popluar color models

F8595F
RGB2488995
HSL358°91.91%66.08%
HSB/HSV358°64.11%97.25%
CMYK0.00%64.11%61.69%
2.75%

Color #F8595F in popluar number systems.

HEXF8595F
Decimal2488995
Binary1111100010110011011111
Octal370131137

Shades and tints

Shades of #F8595F

#F8595F
(248,89,95)
#E25157
(226,81,87)
#CC494F
(204,73,79)
#B64147
(182,65,71)
#A0393F
(160,57,63)
#8A3137
(138,49,55)
#74292F
(116,41,47)
#5E2127
(94,33,39)
#48191F
(72,25,31)
#321117
(50,17,23)
#1C090F
(28,9,15)
#000000
(0,0,0)

Tints of #F8595F

#F8595F
(248,89,95)
#F8686D
(248,104,109)
#F8777B
(248,119,123)
#F88689
(248,134,137)
#F89597
(248,149,151)
#F8A4A5
(248,164,165)
#F8B3B3
(248,179,179)
#F8C2C1
(248,194,193)
#F8D1CF
(248,209,207)
#F8E0DD
(248,224,221)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8595F color. Also use rgb(248,89,95) instead hex code.

Text Font Color

.myTextColor { color: #F8595F; }

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

This text font color is #F8595F.


Background Color

.myBgColor { background-color: #F8595F; }

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

This div background color is #F8595F.


Border color

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

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

This div border color is #F8595F.


Opacity

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

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

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

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

This text has shadow with #F8595F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8595F on black background.


Color preview on white background

This text has color #F8595F on white background.



Black color preview on #F8595F background

This text has black color on #F8595F background.


White color preview on #F8595F background

This text has white color on #F8595F background.