COLOR #F57D81

HEX: #F57D81
RGB: (245,125,129)

Color info

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

RGB color model

#F57D81 color RGB value is (245,125,129).

  • red value is 245;
  • green value is 125;
  • blue value is 129.
RGB:
(245,125,129)
(96%,49%,51%)

RGB channels and saturation

R 245 of 255 = 96%
G 125 of 255 = 49%
B 129 of 255 = 51%

245
125
129

R + G + B ~ 65%. #F57D81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 125 + 129 = 499 (100%)
R 245 of 499 ~ 49.1%
G 125 of 499 ~ 25.05%
B 129 of 499 ~ 25.85%

%49.1
%25.05
%25.85

CMYK color model

#F57D81 color CMYK value is (0,49,47,4).

  • cyan value is 0.00%
  • magenta value is 48.98%
  • yellow value is 47.35%
  • key color value is 3.92%
CMYK:
(0,49,47,4)
C0M49Y47K4 
(0%,49%,47%,4%)
(0.00/0.49/0.47/0.04)	

CMYK percentages

%0
%48.98
%47.35
%3.92

Codes

Color #F57D81 in popluar color models

F57D81
RGB245125129
HSL358°85.71%72.55%
HSB/HSV358°48.98%96.08%
CMYK0.00%48.98%47.35%
3.92%

Color #F57D81 in popluar number systems.

HEXF57D81
Decimal245125129
Binary11110101111110110000001
Octal365175201

Shades and tints

Shades of #F57D81

#F57D81
(245,125,129)
#DF7276
(223,114,118)
#C9676B
(201,103,107)
#B35C60
(179,92,96)
#9D5155
(157,81,85)
#87464A
(135,70,74)
#713B3F
(113,59,63)
#5B3034
(91,48,52)
#452529
(69,37,41)
#2F1A1E
(47,26,30)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #F57D81

#F57D81
(245,125,129)
#F5888C
(245,136,140)
#F59397
(245,147,151)
#F59EA2
(245,158,162)
#F5A9AD
(245,169,173)
#F5B4B8
(245,180,184)
#F5BFC3
(245,191,195)
#F5CACE
(245,202,206)
#F5D5D9
(245,213,217)
#F5E0E4
(245,224,228)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F57D81; }

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

This text font color is #F57D81.


Background Color

.myBgColor { background-color: #F57D81; }

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

This div background color is #F57D81.


Border color

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

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

This div border color is #F57D81.


Opacity

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

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

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

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

This text has shadow with #F57D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57D81 on black background.


Color preview on white background

This text has color #F57D81 on white background.



Black color preview on #F57D81 background

This text has black color on #F57D81 background.


White color preview on #F57D81 background

This text has white color on #F57D81 background.