COLOR #F593AE

HEX: #F593AE
RGB: (245,147,174)

Color info

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

RGB color model

#F593AE color RGB value is (245,147,174).

  • red value is 245;
  • green value is 147;
  • blue value is 174.
RGB:
(245,147,174)
(96%,58%,68%)

RGB channels and saturation

R 245 of 255 = 96%
G 147 of 255 = 58%
B 174 of 255 = 68%

245
147
174

R + G + B ~ 74%. #F593AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 147 + 174 = 566 (100%)
R 245 of 566 ~ 43.29%
G 147 of 566 ~ 25.97%
B 174 of 566 ~ 30.74%

%43.29
%25.97
%30.74

CMYK color model

#F593AE color CMYK value is (0,40,29,4).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 28.98%
  • key color value is 3.92%
CMYK:
(0,40,29,4)
C0M40Y29K4 
(0%,40%,29%,4%)
(0.00/0.40/0.29/0.04)	

CMYK percentages

%0
%40
%28.98
%3.92

Codes

Color #F593AE in popluar color models

F593AE
RGB245147174
HSL343°83.05%76.86%
HSB/HSV343°40.00%96.08%
CMYK0.00%40.00%28.98%
3.92%

Color #F593AE in popluar number systems.

HEXF593AE
Decimal245147174
Binary111101011001001110101110
Octal365223256

Shades and tints

Shades of #F593AE

#F593AE
(245,147,174)
#DF869F
(223,134,159)
#C97990
(201,121,144)
#B36C81
(179,108,129)
#9D5F72
(157,95,114)
#875263
(135,82,99)
#714554
(113,69,84)
#5B3845
(91,56,69)
#452B36
(69,43,54)
#2F1E27
(47,30,39)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #F593AE

#F593AE
(245,147,174)
#F59CB5
(245,156,181)
#F5A5BC
(245,165,188)
#F5AEC3
(245,174,195)
#F5B7CA
(245,183,202)
#F5C0D1
(245,192,209)
#F5C9D8
(245,201,216)
#F5D2DF
(245,210,223)
#F5DBE6
(245,219,230)
#F5E4ED
(245,228,237)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F593AE color. Also use rgb(245,147,174) instead hex code.

Text Font Color

.myTextColor { color: #F593AE; }

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

This text font color is #F593AE.


Background Color

.myBgColor { background-color: #F593AE; }

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

This div background color is #F593AE.


Border color

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

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

This div border color is #F593AE.


Opacity

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

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

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

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

This text has shadow with #F593AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F593AE on black background.


Color preview on white background

This text has color #F593AE on white background.



Black color preview on #F593AE background

This text has black color on #F593AE background.


White color preview on #F593AE background

This text has white color on #F593AE background.