COLOR #F5979A

HEX: #F5979A
RGB: (245,151,154)

Color info

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

RGB color model

#F5979A color RGB value is (245,151,154).

  • red value is 245;
  • green value is 151;
  • blue value is 154.
RGB:
(245,151,154)
(96%,59%,60%)

RGB channels and saturation

R 245 of 255 = 96%
G 151 of 255 = 59%
B 154 of 255 = 60%

245
151
154

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

Portions of RGB colors in percentages

R + G + B =
245 + 151 + 154 = 550 (100%)
R 245 of 550 ~ 44.55%
G 151 of 550 ~ 27.45%
B 154 of 550 ~ 28%

%44.55
%27.45
%28

CMYK color model

#F5979A color CMYK value is (0,38,37,4).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 37.14%
  • key color value is 3.92%
CMYK:
(0,38,37,4)
C0M38Y37K4 
(0%,38%,37%,4%)
(0.00/0.38/0.37/0.04)	

CMYK percentages

%0
%38.37
%37.14
%3.92

Codes

Color #F5979A in popluar color models

F5979A
RGB245151154
HSL358°82.46%77.65%
HSB/HSV358°38.37%96.08%
CMYK0.00%38.37%37.14%
3.92%

Color #F5979A in popluar number systems.

HEXF5979A
Decimal245151154
Binary111101011001011110011010
Octal365227232

Shades and tints

Shades of #F5979A

#F5979A
(245,151,154)
#DF8A8C
(223,138,140)
#C97D7E
(201,125,126)
#B37070
(179,112,112)
#9D6362
(157,99,98)
#875654
(135,86,84)
#714946
(113,73,70)
#5B3C38
(91,60,56)
#452F2A
(69,47,42)
#2F221C
(47,34,28)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #F5979A

#F5979A
(245,151,154)
#F5A0A3
(245,160,163)
#F5A9AC
(245,169,172)
#F5B2B5
(245,178,181)
#F5BBBE
(245,187,190)
#F5C4C7
(245,196,199)
#F5CDD0
(245,205,208)
#F5D6D9
(245,214,217)
#F5DFE2
(245,223,226)
#F5E8EB
(245,232,235)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5979A color. Also use rgb(245,151,154) instead hex code.

Text Font Color

.myTextColor { color: #F5979A; }

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

This text font color is #F5979A.


Background Color

.myBgColor { background-color: #F5979A; }

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

This div background color is #F5979A.


Border color

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

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

This div border color is #F5979A.


Opacity

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

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

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

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

This text has shadow with #F5979A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5979A on black background.


Color preview on white background

This text has color #F5979A on white background.



Black color preview on #F5979A background

This text has black color on #F5979A background.


White color preview on #F5979A background

This text has white color on #F5979A background.