COLOR #F89FB2

HEX: #F89FB2 RGB: (248,159,178)

Color info

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

RGB color model

#F89FB2 color RGB value is (248,159,178).

RGB: (248,159,178) (97%, 62%, 70%)

RGB channels and saturation

R 248 of 255 = 97%
G 159 of 255 = 62%
B 178 of 255 = 70%

248
159
178

R + G + B ~ 76%. #F89FB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 159 + 178 = 585 (100%)
R 248 of 585 ~ 42.39%
G 159 of 585 ~ 27.18%
B 178 of 585 ~ 30.43'%

%42.39
%27.18
%30.43

CMYK color model

#F89FB2 color CMYK value is (0,36,28,3).

  • cyan value is 0.00%
  • magenta value is 35.89%
  • yellow value is 28.23%
  • key color value is 2.75%

CMYK: (0,36,28,3)
C0M36Y28K3 (0%, 36%, 28%, 3%)
(0.00 / 0.36 / 0.28 / 0.03)

CMYK percentages

%0
%35.89
%28.23
%2.75

Codes

Color #F89FB2 in popluar color models

F8 9F B2
RGB 248 159 178
HSL 347° 86.41% 79.80%
HSB/HSV 347° 35.89% 97.25%
CMYK 0.00% 35.89% 28.23%
2.75%

Color #F89FB2 in popluar number systems.

HEX F8 9F B2
Decimal 248 159 178
Binary 11111000 10011111 10110010
Octal 370 237 262

Shades and tints

Shades of #F89FB2

#F89FB2
(248,159,178)
#E291A2
(226,145,162)
#CC8392
(204,131,146)
#B67582
(182,117,130)
#A06772
(160,103,114)
#8A5962
(138,89,98)
#744B52
(116,75,82)
#5E3D42
(94,61,66)
#482F32
(72,47,50)
#322122
(50,33,34)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #F89FB2

#F89FB2
(248,159,178)
#F8A7B9
(248,167,185)
#F8AFC0
(248,175,192)
#F8B7C7
(248,183,199)
#F8BFCE
(248,191,206)
#F8C7D5
(248,199,213)
#F8CFDC
(248,207,220)
#F8D7E3
(248,215,227)
#F8DFEA
(248,223,234)
#F8E7F1
(248,231,241)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F89FB2 color. Also use rgb(248,159,178) instead hex code.

Text Font Color

.myTextColor { color: #F89FB2; }

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

This text font color is #F89FB2.

Background Color

.myBgColor { background-color: #F89FB2; }

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

This div background color is #F89FB2.

Border color

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

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

This div border color is #F89FB2.

Opacity

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

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

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

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

This text has shadow with #F89FB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F89FB2.

Preview

Color preview on black background

This text has color #F89FB2 on black background.


Color preview on white background

This text has color #F89FB2 on white background.


Black color preview on #F89FB2 background

This text has black color on #F89FB2 background.


White color preview on #F89FB2 background

This text has white color on #F89FB2 background.


Related colors

Complementary color

Complementary color for #hex is #07604D.


I love getcolorcode.com

Triadic colors

1 #B2F89F and #9FB2F8 with #F89FB2 are triadic colors.

2 #B29FF8 and #9FF8B2 with #F89FB2 are triadic colors.