COLOR #F5878E

HEX: #F5878E
RGB: (245,135,142)

Color info

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

RGB color model

#F5878E color RGB value is (245,135,142).

  • red value is 245;
  • green value is 135;
  • blue value is 142.
RGB:
(245,135,142)
(96%,53%,56%)

RGB channels and saturation

R 245 of 255 = 96%
G 135 of 255 = 53%
B 142 of 255 = 56%

245
135
142

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

Portions of RGB colors in percentages

R + G + B =
245 + 135 + 142 = 522 (100%)
R 245 of 522 ~ 46.93%
G 135 of 522 ~ 25.86%
B 142 of 522 ~ 27.2%

%46.93
%25.86
%27.2

CMYK color model

#F5878E color CMYK value is (0,45,42,4).

  • cyan value is 0.00%
  • magenta value is 44.90%
  • yellow value is 42.04%
  • key color value is 3.92%
CMYK:
(0,45,42,4)
C0M45Y42K4 
(0%,45%,42%,4%)
(0.00/0.45/0.42/0.04)	

CMYK percentages

%0
%44.9
%42.04
%3.92

Codes

Color #F5878E in popluar color models

F5878E
RGB245135142
HSL356°84.62%74.51%
HSB/HSV356°44.90%96.08%
CMYK0.00%44.90%42.04%
3.92%

Color #F5878E in popluar number systems.

HEXF5878E
Decimal245135142
Binary111101011000011110001110
Octal365207216

Shades and tints

Shades of #F5878E

#F5878E
(245,135,142)
#DF7B82
(223,123,130)
#C96F76
(201,111,118)
#B3636A
(179,99,106)
#9D575E
(157,87,94)
#874B52
(135,75,82)
#713F46
(113,63,70)
#5B333A
(91,51,58)
#45272E
(69,39,46)
#2F1B22
(47,27,34)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #F5878E

#F5878E
(245,135,142)
#F59198
(245,145,152)
#F59BA2
(245,155,162)
#F5A5AC
(245,165,172)
#F5AFB6
(245,175,182)
#F5B9C0
(245,185,192)
#F5C3CA
(245,195,202)
#F5CDD4
(245,205,212)
#F5D7DE
(245,215,222)
#F5E1E8
(245,225,232)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5878E color. Also use rgb(245,135,142) instead hex code.

Text Font Color

.myTextColor { color: #F5878E; }

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

This text font color is #F5878E.


Background Color

.myBgColor { background-color: #F5878E; }

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

This div background color is #F5878E.


Border color

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

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

This div border color is #F5878E.


Opacity

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

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

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

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

This text has shadow with #F5878E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5878E on black background.


Color preview on white background

This text has color #F5878E on white background.



Black color preview on #F5878E background

This text has black color on #F5878E background.


White color preview on #F5878E background

This text has white color on #F5878E background.