COLOR #F58899

HEX: #F58899
RGB: (245,136,153)

Color info

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

RGB color model

#F58899 color RGB value is (245,136,153).

  • red value is 245;
  • green value is 136;
  • blue value is 153.
RGB:
(245,136,153)
(96%,53%,60%)

RGB channels and saturation

R 245 of 255 = 96%
G 136 of 255 = 53%
B 153 of 255 = 60%

245
136
153

R + G + B ~ 70%. #F58899 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 136 + 153 = 534 (100%)
R 245 of 534 ~ 45.88%
G 136 of 534 ~ 25.47%
B 153 of 534 ~ 28.65%

%45.88
%25.47
%28.65

CMYK color model

#F58899 color CMYK value is (0,44,38,4).

  • cyan value is 0.00%
  • magenta value is 44.49%
  • yellow value is 37.55%
  • key color value is 3.92%
CMYK:
(0,44,38,4)
C0M44Y38K4 
(0%,44%,38%,4%)
(0.00/0.44/0.38/0.04)	

CMYK percentages

%0
%44.49
%37.55
%3.92

Codes

Color #F58899 in popluar color models

F58899
RGB245136153
HSL351°84.50%74.71%
HSB/HSV351°44.49%96.08%
CMYK0.00%44.49%37.55%
3.92%

Color #F58899 in popluar number systems.

HEXF58899
Decimal245136153
Binary111101011000100010011001
Octal365210231

Shades and tints

Shades of #F58899

#F58899
(245,136,153)
#DF7C8C
(223,124,140)
#C9707F
(201,112,127)
#B36472
(179,100,114)
#9D5865
(157,88,101)
#874C58
(135,76,88)
#71404B
(113,64,75)
#5B343E
(91,52,62)
#452831
(69,40,49)
#2F1C24
(47,28,36)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #F58899

#F58899
(245,136,153)
#F592A2
(245,146,162)
#F59CAB
(245,156,171)
#F5A6B4
(245,166,180)
#F5B0BD
(245,176,189)
#F5BAC6
(245,186,198)
#F5C4CF
(245,196,207)
#F5CED8
(245,206,216)
#F5D8E1
(245,216,225)
#F5E2EA
(245,226,234)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F58899 color. Also use rgb(245,136,153) instead hex code.

Text Font Color

.myTextColor { color: #F58899; }

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

This text font color is #F58899.


Background Color

.myBgColor { background-color: #F58899; }

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

This div background color is #F58899.


Border color

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

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

This div border color is #F58899.


Opacity

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

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

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

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

This text has shadow with #F58899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58899 on black background.


Color preview on white background

This text has color #F58899 on white background.



Black color preview on #F58899 background

This text has black color on #F58899 background.


White color preview on #F58899 background

This text has white color on #F58899 background.