COLOR #F8828E

HEX: #F8828E
RGB: (248,130,142)

Color info

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

RGB color model

#F8828E color RGB value is (248,130,142).

  • red value is 248;
  • green value is 130;
  • blue value is 142.
RGB:
(248,130,142)
(97%,51%,56%)

RGB channels and saturation

R 248 of 255 = 97%
G 130 of 255 = 51%
B 142 of 255 = 56%

248
130
142

R + G + B ~ 68%. #F8828E is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 130 + 142 = 520 (100%)
R 248 of 520 ~ 47.69%
G 130 of 520 ~ 25%
B 142 of 520 ~ 27.31%

%47.69
%25
%27.31

CMYK color model

#F8828E color CMYK value is (0,48,43,3).

  • cyan value is 0.00%
  • magenta value is 47.58%
  • yellow value is 42.74%
  • key color value is 2.75%
CMYK:
(0,48,43,3)
C0M48Y43K3 
(0%,48%,43%,3%)
(0.00/0.48/0.43/0.03)	

CMYK percentages

%0
%47.58
%42.74
%2.75

Codes

Color #F8828E in popluar color models

F8828E
RGB248130142
HSL354°89.39%74.12%
HSB/HSV354°47.58%97.25%
CMYK0.00%47.58%42.74%
2.75%

Color #F8828E in popluar number systems.

HEXF8828E
Decimal248130142
Binary111110001000001010001110
Octal370202216

Shades and tints

Shades of #F8828E

#F8828E
(248,130,142)
#E27782
(226,119,130)
#CC6C76
(204,108,118)
#B6616A
(182,97,106)
#A0565E
(160,86,94)
#8A4B52
(138,75,82)
#744046
(116,64,70)
#5E353A
(94,53,58)
#482A2E
(72,42,46)
#321F22
(50,31,34)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #F8828E

#F8828E
(248,130,142)
#F88D98
(248,141,152)
#F898A2
(248,152,162)
#F8A3AC
(248,163,172)
#F8AEB6
(248,174,182)
#F8B9C0
(248,185,192)
#F8C4CA
(248,196,202)
#F8CFD4
(248,207,212)
#F8DADE
(248,218,222)
#F8E5E8
(248,229,232)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8828E color. Also use rgb(248,130,142) instead hex code.

Text Font Color

.myTextColor { color: #F8828E; }

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

This text font color is #F8828E.


Background Color

.myBgColor { background-color: #F8828E; }

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

This div background color is #F8828E.


Border color

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

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

This div border color is #F8828E.


Opacity

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

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

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

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

This text has shadow with #F8828E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8828E on black background.


Color preview on white background

This text has color #F8828E on white background.



Black color preview on #F8828E background

This text has black color on #F8828E background.


White color preview on #F8828E background

This text has white color on #F8828E background.