COLOR #F89697

HEX: #F89697 RGB: (248,150,151)

Color info

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

RGB color model

#F89697 color RGB value is (248,150,151).

RGB: (248,150,151) (97%, 59%, 59%)

RGB channels and saturation

R 248 of 255 = 97%
G 150 of 255 = 59%
B 151 of 255 = 59%

248
150
151

R + G + B ~ 72%. #F89697 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 150 + 151 = 549 (100%)
R 248 of 549 ~ 45.17%
G 150 of 549 ~ 27.32%
B 151 of 549 ~ 27.5'%

%45.17
%27.32
%27.5

CMYK color model

#F89697 color CMYK value is (0,40,39,3).

  • cyan value is 0.00%
  • magenta value is 39.52%
  • yellow value is 39.11%
  • key color value is 2.75%

CMYK: (0,40,39,3)
C0M40Y39K3 (0%, 40%, 39%, 3%)
(0.00 / 0.40 / 0.39 / 0.03)

CMYK percentages

%0
%39.52
%39.11
%2.75

Codes

Color #F89697 in popluar color models

F8 96 97
RGB 248 150 151
HSL 359° 87.50% 78.04%
HSB/HSV 359° 39.52% 97.25%
CMYK 0.00% 39.52% 39.11%
2.75%

Color #F89697 in popluar number systems.

HEX F8 96 97
Decimal 248 150 151
Binary 11111000 10010110 10010111
Octal 370 226 227

Shades and tints

Shades of #F89697

#F89697
(248,150,151)
#E2898A
(226,137,138)
#CC7C7D
(204,124,125)
#B66F70
(182,111,112)
#A06263
(160,98,99)
#8A5556
(138,85,86)
#744849
(116,72,73)
#5E3B3C
(94,59,60)
#482E2F
(72,46,47)
#322122
(50,33,34)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #F89697

#F89697
(248,150,151)
#F89FA0
(248,159,160)
#F8A8A9
(248,168,169)
#F8B1B2
(248,177,178)
#F8BABB
(248,186,187)
#F8C3C4
(248,195,196)
#F8CCCD
(248,204,205)
#F8D5D6
(248,213,214)
#F8DEDF
(248,222,223)
#F8E7E8
(248,231,232)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F89697; }

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

This text font color is #F89697.

Background Color

.myBgColor { background-color: #F89697; }

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

This div background color is #F89697.

Border color

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

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

This div border color is #F89697.

Opacity

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

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

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

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

This text has shadow with #F89697 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F89697.

Preview

Color preview on black background

This text has color #F89697 on black background.


Color preview on white background

This text has color #F89697 on white background.


Black color preview on #F89697 background

This text has black color on #F89697 background.


White color preview on #F89697 background

This text has white color on #F89697 background.


Related colors

Complementary color

Complementary color for #hex is #076968.


I love getcolorcode.com

Triadic colors

1 #97F896 and #9697F8 with #F89697 are triadic colors.

2 #9796F8 and #96F897 with #F89697 are triadic colors.