COLOR #F57DAE

HEX: #F57DAE RGB: (245,125,174)

Color info

#F57DAE contains mainly red color. Web safe color of #F57DAE is #FF6699 (or #F69).

RGB color model

#F57DAE color RGB value is (245,125,174).

RGB: (245,125,174) (96%, 49%, 68%)

RGB channels and saturation

R 245 of 255 = 96%
G 125 of 255 = 49%
B 174 of 255 = 68%

245
125
174

R + G + B ~ 71%. #F57DAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 125 + 174 = 544 (100%)
R 245 of 544 ~ 45.04%
G 125 of 544 ~ 22.98%
B 174 of 544 ~ 31.99'%

%45.04
%22.98
%31.99

CMYK color model

#F57DAE color CMYK value is (0,49,29,4).

  • cyan value is 0.00%
  • magenta value is 48.98%
  • yellow value is 28.98%
  • key color value is 3.92%

CMYK: (0,49,29,4)
C0M49Y29K4 (0%, 49%, 29%, 4%)
(0.00 / 0.49 / 0.29 / 0.04)

CMYK percentages

%0
%48.98
%28.98
%3.92

Codes

Color #F57DAE in popluar color models

F5 7D AE
RGB 245 125 174
HSL 336° 85.71% 72.55%
HSB/HSV 336° 48.98% 96.08%
CMYK 0.00% 48.98% 28.98%
3.92%

Color #F57DAE in popluar number systems.

HEX F5 7D AE
Decimal 245 125 174
Binary 11110101 1111101 10101110
Octal 365 175 256

Shades and tints

Shades of #F57DAE

#F57DAE
(245,125,174)
#DF729F
(223,114,159)
#C96790
(201,103,144)
#B35C81
(179,92,129)
#9D5172
(157,81,114)
#874663
(135,70,99)
#713B54
(113,59,84)
#5B3045
(91,48,69)
#452536
(69,37,54)
#2F1A27
(47,26,39)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #F57DAE

#F57DAE
(245,125,174)
#F588B5
(245,136,181)
#F593BC
(245,147,188)
#F59EC3
(245,158,195)
#F5A9CA
(245,169,202)
#F5B4D1
(245,180,209)
#F5BFD8
(245,191,216)
#F5CADF
(245,202,223)
#F5D5E6
(245,213,230)
#F5E0ED
(245,224,237)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F57DAE; }

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

This text font color is #F57DAE.

Background Color

.myBgColor { background-color: #F57DAE; }

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

This div background color is #F57DAE.

Border color

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

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

This div border color is #F57DAE.

Opacity

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

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

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

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

This text has shadow with #F57DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F57DAE.

Preview

Color preview on black background

This text has color #F57DAE on black background.


Color preview on white background

This text has color #F57DAE on white background.


Black color preview on #F57DAE background

This text has black color on #F57DAE background.


White color preview on #F57DAE background

This text has white color on #F57DAE background.


Related colors

Complementary color

Complementary color for #hex is #0A8251.


I love getcolorcode.com

Triadic colors

1 #AEF57D and #7DAEF5 with #F57DAE are triadic colors.

2 #AE7DF5 and #7DF5AE with #F57DAE are triadic colors.