COLOR #F57889

HEX: #F57889
RGB: (245,120,137)

Color info

#F57889 contains mainly red color. Web safe color of #F57889 is #FF6699 (or #F69).

RGB color model

#F57889 color RGB value is (245,120,137).

  • red value is 245;
  • green value is 120;
  • blue value is 137.
RGB:
(245,120,137)
(96%,47%,54%)

RGB channels and saturation

R 245 of 255 = 96%
G 120 of 255 = 47%
B 137 of 255 = 54%

245
120
137

R + G + B ~ 66%. #F57889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 120 + 137 = 502 (100%)
R 245 of 502 ~ 48.8%
G 120 of 502 ~ 23.9%
B 137 of 502 ~ 27.29%

%48.8
%23.9
%27.29

CMYK color model

#F57889 color CMYK value is (0,51,44,4).

  • cyan value is 0.00%
  • magenta value is 51.02%
  • yellow value is 44.08%
  • key color value is 3.92%
CMYK:
(0,51,44,4)
C0M51Y44K4 
(0%,51%,44%,4%)
(0.00/0.51/0.44/0.04)	

CMYK percentages

%0
%51.02
%44.08
%3.92

Codes

Color #F57889 in popluar color models

F57889
RGB245120137
HSL352°86.21%71.57%
HSB/HSV352°51.02%96.08%
CMYK0.00%51.02%44.08%
3.92%

Color #F57889 in popluar number systems.

HEXF57889
Decimal245120137
Binary11110101111100010001001
Octal365170211

Shades and tints

Shades of #F57889

#F57889
(245,120,137)
#DF6E7D
(223,110,125)
#C96471
(201,100,113)
#B35A65
(179,90,101)
#9D5059
(157,80,89)
#87464D
(135,70,77)
#713C41
(113,60,65)
#5B3235
(91,50,53)
#452829
(69,40,41)
#2F1E1D
(47,30,29)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #F57889

#F57889
(245,120,137)
#F58493
(245,132,147)
#F5909D
(245,144,157)
#F59CA7
(245,156,167)
#F5A8B1
(245,168,177)
#F5B4BB
(245,180,187)
#F5C0C5
(245,192,197)
#F5CCCF
(245,204,207)
#F5D8D9
(245,216,217)
#F5E4E3
(245,228,227)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57889 color. Also use rgb(245,120,137) instead hex code.

Text Font Color

.myTextColor { color: #F57889; }

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

This text font color is #F57889.


Background Color

.myBgColor { background-color: #F57889; }

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

This div background color is #F57889.


Border color

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

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

This div border color is #F57889.


Opacity

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

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

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

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

This text has shadow with #F57889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57889 on black background.


Color preview on white background

This text has color #F57889 on white background.



Black color preview on #F57889 background

This text has black color on #F57889 background.


White color preview on #F57889 background

This text has white color on #F57889 background.