COLOR #F88597

HEX: #F88597
RGB: (248,133,151)

Color info

#F88597 contains mainly red color. Web safe color of #F88597 is #FF9999 (or #F99).

RGB color model

#F88597 color RGB value is (248,133,151).

  • red value is 248;
  • green value is 133;
  • blue value is 151.
RGB:
(248,133,151)
(97%,52%,59%)

RGB channels and saturation

R 248 of 255 = 97%
G 133 of 255 = 52%
B 151 of 255 = 59%

248
133
151

R + G + B ~ 69%. #F88597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 133 + 151 = 532 (100%)
R 248 of 532 ~ 46.62%
G 133 of 532 ~ 25%
B 151 of 532 ~ 28.38%

%46.62
%25
%28.38

CMYK color model

#F88597 color CMYK value is (0,46,39,3).

  • cyan value is 0.00%
  • magenta value is 46.37%
  • yellow value is 39.11%
  • key color value is 2.75%
CMYK:
(0,46,39,3)
C0M46Y39K3 
(0%,46%,39%,3%)
(0.00/0.46/0.39/0.03)	

CMYK percentages

%0
%46.37
%39.11
%2.75

Codes

Color #F88597 in popluar color models

F88597
RGB248133151
HSL351°89.15%74.71%
HSB/HSV351°46.37%97.25%
CMYK0.00%46.37%39.11%
2.75%

Color #F88597 in popluar number systems.

HEXF88597
Decimal248133151
Binary111110001000010110010111
Octal370205227

Shades and tints

Shades of #F88597

#F88597
(248,133,151)
#E2798A
(226,121,138)
#CC6D7D
(204,109,125)
#B66170
(182,97,112)
#A05563
(160,85,99)
#8A4956
(138,73,86)
#743D49
(116,61,73)
#5E313C
(94,49,60)
#48252F
(72,37,47)
#321922
(50,25,34)
#1C0D15
(28,13,21)
#000000
(0,0,0)

Tints of #F88597

#F88597
(248,133,151)
#F890A0
(248,144,160)
#F89BA9
(248,155,169)
#F8A6B2
(248,166,178)
#F8B1BB
(248,177,187)
#F8BCC4
(248,188,196)
#F8C7CD
(248,199,205)
#F8D2D6
(248,210,214)
#F8DDDF
(248,221,223)
#F8E8E8
(248,232,232)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F88597 color. Also use rgb(248,133,151) instead hex code.

Text Font Color

.myTextColor { color: #F88597; }

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

This text font color is #F88597.


Background Color

.myBgColor { background-color: #F88597; }

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

This div background color is #F88597.


Border color

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

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

This div border color is #F88597.


Opacity

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

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

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

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

This text has shadow with #F88597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88597 on black background.


Color preview on white background

This text has color #F88597 on white background.



Black color preview on #F88597 background

This text has black color on #F88597 background.


White color preview on #F88597 background

This text has white color on #F88597 background.