COLOR #F58895

HEX: #F58895
RGB: (245,136,149)

Color info

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

RGB color model

#F58895 color RGB value is (245,136,149).

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

RGB channels and saturation

R 245 of 255 = 96%
G 136 of 255 = 53%
B 149 of 255 = 58%

245
136
149

R + G + B ~ 69%. #F58895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 136 + 149 = 530 (100%)
R 245 of 530 ~ 46.23%
G 136 of 530 ~ 25.66%
B 149 of 530 ~ 28.11%

%46.23
%25.66
%28.11

CMYK color model

#F58895 color CMYK value is (0,44,39,4).

  • cyan value is 0.00%
  • magenta value is 44.49%
  • yellow value is 39.18%
  • key color value is 3.92%
CMYK:
(0,44,39,4)
C0M44Y39K4 
(0%,44%,39%,4%)
(0.00/0.44/0.39/0.04)	

CMYK percentages

%0
%44.49
%39.18
%3.92

Codes

Color #F58895 in popluar color models

F58895
RGB245136149
HSL353°84.50%74.71%
HSB/HSV353°44.49%96.08%
CMYK0.00%44.49%39.18%
3.92%

Color #F58895 in popluar number systems.

HEXF58895
Decimal245136149
Binary111101011000100010010101
Octal365210225

Shades and tints

Shades of #F58895

#F58895
(245,136,149)
#DF7C88
(223,124,136)
#C9707B
(201,112,123)
#B3646E
(179,100,110)
#9D5861
(157,88,97)
#874C54
(135,76,84)
#714047
(113,64,71)
#5B343A
(91,52,58)
#45282D
(69,40,45)
#2F1C20
(47,28,32)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #F58895

#F58895
(245,136,149)
#F5929E
(245,146,158)
#F59CA7
(245,156,167)
#F5A6B0
(245,166,176)
#F5B0B9
(245,176,185)
#F5BAC2
(245,186,194)
#F5C4CB
(245,196,203)
#F5CED4
(245,206,212)
#F5D8DD
(245,216,221)
#F5E2E6
(245,226,230)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F58895; }

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

This text font color is #F58895.


Background Color

.myBgColor { background-color: #F58895; }

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

This div background color is #F58895.


Border color

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

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

This div border color is #F58895.


Opacity

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

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

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

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

This text has shadow with #F58895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F58895 on black background.


Color preview on white background

This text has color #F58895 on white background.



Black color preview on #F58895 background

This text has black color on #F58895 background.


White color preview on #F58895 background

This text has white color on #F58895 background.