COLOR #F594A3

HEX: #F594A3
RGB: (245,148,163)

Color info

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

RGB color model

#F594A3 color RGB value is (245,148,163).

  • red value is 245;
  • green value is 148;
  • blue value is 163.
RGB:
(245,148,163)
(96%,58%,64%)

RGB channels and saturation

R 245 of 255 = 96%
G 148 of 255 = 58%
B 163 of 255 = 64%

245
148
163

R + G + B ~ 73%. #F594A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 148 + 163 = 556 (100%)
R 245 of 556 ~ 44.06%
G 148 of 556 ~ 26.62%
B 163 of 556 ~ 29.32%

%44.06
%26.62
%29.32

CMYK color model

#F594A3 color CMYK value is (0,40,33,4).

  • cyan value is 0.00%
  • magenta value is 39.59%
  • yellow value is 33.47%
  • key color value is 3.92%
CMYK:
(0,40,33,4)
C0M40Y33K4 
(0%,40%,33%,4%)
(0.00/0.40/0.33/0.04)	

CMYK percentages

%0
%39.59
%33.47
%3.92

Codes

Color #F594A3 in popluar color models

F594A3
RGB245148163
HSL351°82.91%77.06%
HSB/HSV351°39.59%96.08%
CMYK0.00%39.59%33.47%
3.92%

Color #F594A3 in popluar number systems.

HEXF594A3
Decimal245148163
Binary111101011001010010100011
Octal365224243

Shades and tints

Shades of #F594A3

#F594A3
(245,148,163)
#DF8795
(223,135,149)
#C97A87
(201,122,135)
#B36D79
(179,109,121)
#9D606B
(157,96,107)
#87535D
(135,83,93)
#71464F
(113,70,79)
#5B3941
(91,57,65)
#452C33
(69,44,51)
#2F1F25
(47,31,37)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #F594A3

#F594A3
(245,148,163)
#F59DAB
(245,157,171)
#F5A6B3
(245,166,179)
#F5AFBB
(245,175,187)
#F5B8C3
(245,184,195)
#F5C1CB
(245,193,203)
#F5CAD3
(245,202,211)
#F5D3DB
(245,211,219)
#F5DCE3
(245,220,227)
#F5E5EB
(245,229,235)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F594A3 color. Also use rgb(245,148,163) instead hex code.

Text Font Color

.myTextColor { color: #F594A3; }

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

This text font color is #F594A3.


Background Color

.myBgColor { background-color: #F594A3; }

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

This div background color is #F594A3.


Border color

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

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

This div border color is #F594A3.


Opacity

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

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

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

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

This text has shadow with #F594A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F594A3 on black background.


Color preview on white background

This text has color #F594A3 on white background.



Black color preview on #F594A3 background

This text has black color on #F594A3 background.


White color preview on #F594A3 background

This text has white color on #F594A3 background.