COLOR #F8879A

HEX: #F8879A RGB: (248,135,154)

Color info

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

RGB color model

#F8879A color RGB value is (248,135,154).

RGB: (248,135,154) (97%, 53%, 60%)

RGB channels and saturation

R 248 of 255 = 97%
G 135 of 255 = 53%
B 154 of 255 = 60%

248
135
154

R + G + B ~ 70%. #F8879A is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 135 + 154 = 537 (100%)
R 248 of 537 ~ 46.18%
G 135 of 537 ~ 25.14%
B 154 of 537 ~ 28.68'%

%46.18
%25.14
%28.68

CMYK color model

#F8879A color CMYK value is (0,46,38,3).

  • cyan value is 0.00%
  • magenta value is 45.56%
  • yellow value is 37.90%
  • key color value is 2.75%

CMYK: (0,46,38,3)
C0M46Y38K3 (0%, 46%, 38%, 3%)
(0.00 / 0.46 / 0.38 / 0.03)

CMYK percentages

%0
%45.56
%37.9
%2.75

Codes

Color #F8879A in popluar color models

F8 87 9A
RGB 248 135 154
HSL 350° 88.98% 75.10%
HSB/HSV 350° 45.56% 97.25%
CMYK 0.00% 45.56% 37.90%
2.75%

Color #F8879A in popluar number systems.

HEX F8 87 9A
Decimal 248 135 154
Binary 11111000 10000111 10011010
Octal 370 207 232

Shades and tints

Shades of #F8879A

#F8879A
(248,135,154)
#E27B8C
(226,123,140)
#CC6F7E
(204,111,126)
#B66370
(182,99,112)
#A05762
(160,87,98)
#8A4B54
(138,75,84)
#743F46
(116,63,70)
#5E3338
(94,51,56)
#48272A
(72,39,42)
#321B1C
(50,27,28)
#1C0F0E
(28,15,14)
#000000
(0,0,0)

Tints of #F8879A

#F8879A
(248,135,154)
#F891A3
(248,145,163)
#F89BAC
(248,155,172)
#F8A5B5
(248,165,181)
#F8AFBE
(248,175,190)
#F8B9C7
(248,185,199)
#F8C3D0
(248,195,208)
#F8CDD9
(248,205,217)
#F8D7E2
(248,215,226)
#F8E1EB
(248,225,235)
#F8EBF4
(248,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8879A color. Also use rgb(248,135,154) instead hex code.

Text Font Color

.myTextColor { color: #F8879A; }

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

This text font color is #F8879A.

Background Color

.myBgColor { background-color: #F8879A; }

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

This div background color is #F8879A.

Border color

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

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

This div border color is #F8879A.

Opacity

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

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

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

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

This text has shadow with #F8879A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8879A.

Preview

Color preview on black background

This text has color #F8879A on black background.


Color preview on white background

This text has color #F8879A on white background.


Black color preview on #F8879A background

This text has black color on #F8879A background.


White color preview on #F8879A background

This text has white color on #F8879A background.


Related colors

Complementary color

Complementary color for #hex is #077865.


I love getcolorcode.com

Triadic colors

1 #9AF887 and #879AF8 with #F8879A are triadic colors.

2 #9A87F8 and #87F89A with #F8879A are triadic colors.