COLOR #F5898D

HEX: #F5898D RGB: (245,137,141)

Color info

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

RGB color model

#F5898D color RGB value is (245,137,141).

RGB: (245,137,141) (96%, 54%, 55%)

RGB channels and saturation

R 245 of 255 = 96%
G 137 of 255 = 54%
B 141 of 255 = 55%

245
137
141

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

Portions of RGB colors in percentages

R + G + B = 245 + 137 + 141 = 523 (100%)
R 245 of 523 ~ 46.85%
G 137 of 523 ~ 26.2%
B 141 of 523 ~ 26.96'%

%46.85
%26.2
%26.96

CMYK color model

#F5898D color CMYK value is (0,44,42,4).

  • cyan value is 0.00%
  • magenta value is 44.08%
  • yellow value is 42.45%
  • key color value is 3.92%
CMYK: (0,44,42,4) C0M44Y42K4 (0%,44%,42%,4%) (0.00/0.44/0.42/0.04) 

CMYK percentages

%0
%44.08
%42.45
%3.92

Codes

Color #F5898D in popluar color models

F5 89 8D
RGB 245 137 141
HSL 358° 84.38% 74.90%
HSB/HSV 358° 44.08% 96.08%
CMYK 0.00% 44.08% 42.45%
3.92%

Color #F5898D in popluar number systems.

HEX F5 89 8D
Decimal 245 137 141
Binary 11110101 10001001 10001101
Octal 365 211 215

Shades and tints

Shades of #F5898D

#F5898D
(245,137,141)
#DF7D81
(223,125,129)
#C97175
(201,113,117)
#B36569
(179,101,105)
#9D595D
(157,89,93)
#874D51
(135,77,81)
#714145
(113,65,69)
#5B3539
(91,53,57)
#45292D
(69,41,45)
#2F1D21
(47,29,33)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #F5898D

#F5898D
(245,137,141)
#F59397
(245,147,151)
#F59DA1
(245,157,161)
#F5A7AB
(245,167,171)
#F5B1B5
(245,177,181)
#F5BBBF
(245,187,191)
#F5C5C9
(245,197,201)
#F5CFD3
(245,207,211)
#F5D9DD
(245,217,221)
#F5E3E7
(245,227,231)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5898D; }

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

This text font color is #F5898D.

Background Color

.myBgColor { background-color: #F5898D; }

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

This div background color is #F5898D.

Border color

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

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

This div border color is #F5898D.

Opacity

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

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

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

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

This text has shadow with #F5898D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5898D.

Preview

Color preview on black background

This text has color #F5898D on black background.


Color preview on white background

This text has color #F5898D on white background.


Black color preview on #F5898D background

This text has black color on #F5898D background.


White color preview on #F5898D background

This text has white color on #F5898D background.


Related colors

Complementary color

Complementary color for #hex is #0A7672.


I love getcolorcode.com

Triadic colors

1 #8DF589 and #898DF5 with #F5898D are triadic colors.

2 #8D89F5 and #89F58D with #F5898D are triadic colors.