COLOR #F57FA6

HEX: #F57FA6 RGB: (245,127,166)

Color info

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

RGB color model

#F57FA6 color RGB value is (245,127,166).

RGB: (245,127,166) (96%, 50%, 65%)

RGB channels and saturation

R 245 of 255 = 96%
G 127 of 255 = 50%
B 166 of 255 = 65%

245
127
166

R + G + B ~ 70%. #F57FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 127 + 166 = 538 (100%)
R 245 of 538 ~ 45.54%
G 127 of 538 ~ 23.61%
B 166 of 538 ~ 30.86'%

%45.54
%23.61
%30.86

CMYK color model

#F57FA6 color CMYK value is (0,48,32,4).

  • cyan value is 0.00%
  • magenta value is 48.16%
  • yellow value is 32.24%
  • key color value is 3.92%

CMYK: (0,48,32,4)
C0M48Y32K4 (0%, 48%, 32%, 4%)
(0.00 / 0.48 / 0.32 / 0.04)

CMYK percentages

%0
%48.16
%32.24
%3.92

Codes

Color #F57FA6 in popluar color models

F5 7F A6
RGB 245 127 166
HSL 340° 85.51% 72.94%
HSB/HSV 340° 48.16% 96.08%
CMYK 0.00% 48.16% 32.24%
3.92%

Color #F57FA6 in popluar number systems.

HEX F5 7F A6
Decimal 245 127 166
Binary 11110101 1111111 10100110
Octal 365 177 246

Shades and tints

Shades of #F57FA6

#F57FA6
(245,127,166)
#DF7497
(223,116,151)
#C96988
(201,105,136)
#B35E79
(179,94,121)
#9D536A
(157,83,106)
#87485B
(135,72,91)
#713D4C
(113,61,76)
#5B323D
(91,50,61)
#45272E
(69,39,46)
#2F1C1F
(47,28,31)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #F57FA6

#F57FA6
(245,127,166)
#F58AAE
(245,138,174)
#F595B6
(245,149,182)
#F5A0BE
(245,160,190)
#F5ABC6
(245,171,198)
#F5B6CE
(245,182,206)
#F5C1D6
(245,193,214)
#F5CCDE
(245,204,222)
#F5D7E6
(245,215,230)
#F5E2EE
(245,226,238)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57FA6 color. Also use rgb(245,127,166) instead hex code.

Text Font Color

.myTextColor { color: #F57FA6; }

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

This text font color is #F57FA6.

Background Color

.myBgColor { background-color: #F57FA6; }

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

This div background color is #F57FA6.

Border color

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

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

This div border color is #F57FA6.

Opacity

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

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

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

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

This text has shadow with #F57FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F57FA6.

Preview

Color preview on black background

This text has color #F57FA6 on black background.


Color preview on white background

This text has color #F57FA6 on white background.


Black color preview on #F57FA6 background

This text has black color on #F57FA6 background.


White color preview on #F57FA6 background

This text has white color on #F57FA6 background.


Related colors

Complementary color

Complementary color for #hex is #0A8059.


I love getcolorcode.com

Triadic colors

1 #A6F57F and #7FA6F5 with #F57FA6 are triadic colors.

2 #A67FF5 and #7FF5A6 with #F57FA6 are triadic colors.