COLOR #F595A0

HEX: #F595A0
RGB: (245,149,160)

Color info

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

RGB color model

#F595A0 color RGB value is (245,149,160).

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

RGB channels and saturation

R 245 of 255 = 96%
G 149 of 255 = 58%
B 160 of 255 = 63%

245
149
160

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

Portions of RGB colors in percentages

R + G + B =
245 + 149 + 160 = 554 (100%)
R 245 of 554 ~ 44.22%
G 149 of 554 ~ 26.9%
B 160 of 554 ~ 28.88%

%44.22
%26.9
%28.88

CMYK color model

#F595A0 color CMYK value is (0,39,35,4).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 34.69%
  • key color value is 3.92%
CMYK:
(0,39,35,4)
C0M39Y35K4 
(0%,39%,35%,4%)
(0.00/0.39/0.35/0.04)	

CMYK percentages

%0
%39.18
%34.69
%3.92

Codes

Color #F595A0 in popluar color models

F595A0
RGB245149160
HSL353°82.76%77.25%
HSB/HSV353°39.18%96.08%
CMYK0.00%39.18%34.69%
3.92%

Color #F595A0 in popluar number systems.

HEXF595A0
Decimal245149160
Binary111101011001010110100000
Octal365225240

Shades and tints

Shades of #F595A0

#F595A0
(245,149,160)
#DF8892
(223,136,146)
#C97B84
(201,123,132)
#B36E76
(179,110,118)
#9D6168
(157,97,104)
#87545A
(135,84,90)
#71474C
(113,71,76)
#5B3A3E
(91,58,62)
#452D30
(69,45,48)
#2F2022
(47,32,34)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #F595A0

#F595A0
(245,149,160)
#F59EA8
(245,158,168)
#F5A7B0
(245,167,176)
#F5B0B8
(245,176,184)
#F5B9C0
(245,185,192)
#F5C2C8
(245,194,200)
#F5CBD0
(245,203,208)
#F5D4D8
(245,212,216)
#F5DDE0
(245,221,224)
#F5E6E8
(245,230,232)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F595A0; }

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

This text font color is #F595A0.


Background Color

.myBgColor { background-color: #F595A0; }

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

This div background color is #F595A0.


Border color

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

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

This div border color is #F595A0.


Opacity

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

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

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

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

This text has shadow with #F595A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F595A0 on black background.


Color preview on white background

This text has color #F595A0 on white background.



Black color preview on #F595A0 background

This text has black color on #F595A0 background.


White color preview on #F595A0 background

This text has white color on #F595A0 background.