COLOR #F57DB0

HEX: #F57DB0
RGB: (245,125,176)

Color info

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

RGB color model

#F57DB0 color RGB value is (245,125,176).

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

RGB channels and saturation

R 245 of 255 = 96%
G 125 of 255 = 49%
B 176 of 255 = 69%

245
125
176

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

Portions of RGB colors in percentages

R + G + B =
245 + 125 + 176 = 546 (100%)
R 245 of 546 ~ 44.87%
G 125 of 546 ~ 22.89%
B 176 of 546 ~ 32.23%

%44.87
%22.89
%32.23

CMYK color model

#F57DB0 color CMYK value is (0,49,28,4).

  • cyan value is 0.00%
  • magenta value is 48.98%
  • yellow value is 28.16%
  • key color value is 3.92%
CMYK:
(0,49,28,4)
C0M49Y28K4 
(0%,49%,28%,4%)
(0.00/0.49/0.28/0.04)	

CMYK percentages

%0
%48.98
%28.16
%3.92

Codes

Color #F57DB0 in popluar color models

F57DB0
RGB245125176
HSL335°85.71%72.55%
HSB/HSV335°48.98%96.08%
CMYK0.00%48.98%28.16%
3.92%

Color #F57DB0 in popluar number systems.

HEXF57DB0
Decimal245125176
Binary11110101111110110110000
Octal365175260

Shades and tints

Shades of #F57DB0

#F57DB0
(245,125,176)
#DF72A0
(223,114,160)
#C96790
(201,103,144)
#B35C80
(179,92,128)
#9D5170
(157,81,112)
#874660
(135,70,96)
#713B50
(113,59,80)
#5B3040
(91,48,64)
#452530
(69,37,48)
#2F1A20
(47,26,32)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #F57DB0

#F57DB0
(245,125,176)
#F588B7
(245,136,183)
#F593BE
(245,147,190)
#F59EC5
(245,158,197)
#F5A9CC
(245,169,204)
#F5B4D3
(245,180,211)
#F5BFDA
(245,191,218)
#F5CAE1
(245,202,225)
#F5D5E8
(245,213,232)
#F5E0EF
(245,224,239)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F57DB0; }

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

This text font color is #F57DB0.


Background Color

.myBgColor { background-color: #F57DB0; }

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

This div background color is #F57DB0.


Border color

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

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

This div border color is #F57DB0.


Opacity

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

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

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

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

This text has shadow with #F57DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57DB0 on black background.


Color preview on white background

This text has color #F57DB0 on white background.



Black color preview on #F57DB0 background

This text has black color on #F57DB0 background.


White color preview on #F57DB0 background

This text has white color on #F57DB0 background.