COLOR #FF57D4

HEX: #FF57D4
RGB: (255,87,212)

Color info

#FF57D4 contains mainly red and blue colors. Web safe color of #FF57D4 is #FF66CC (or #F6C).

RGB color model

#FF57D4 color RGB value is (255,87,212).

  • red value is 255;
  • green value is 87;
  • blue value is 212.
RGB:
(255,87,212)
(100%,34%,83%)

RGB channels and saturation

R 255 of 255 = 100%
G 87 of 255 = 34%
B 212 of 255 = 83%

255
87
212

R + G + B ~ 72%. #FF57D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 87 + 212 = 554 (100%)
R 255 of 554 ~ 46.03%
G 87 of 554 ~ 15.7%
B 212 of 554 ~ 38.27%

%46.03
%15.7
%38.27

CMYK color model

#FF57D4 color CMYK value is (0,66,17,0).

  • cyan value is 0.00%
  • magenta value is 65.88%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(0,66,17,0)
C0M66Y17K0 
(0%,66%,17%,0%)
(0.00/0.66/0.17/0.00)	

CMYK percentages

%0
%65.88
%16.86
%0

Codes

Color #FF57D4 in popluar color models

FF57D4
RGB25587212
HSL315°100.00%67.06%
HSB/HSV315°65.88%100.00%
CMYK0.00%65.88%16.86%
0.00%

Color #FF57D4 in popluar number systems.

HEXFF57D4
Decimal25587212
Binary11111111101011111010100
Octal377127324

Shades and tints

Shades of #FF57D4

#FF57D4
(255,87,212)
#E850C1
(232,80,193)
#D149AE
(209,73,174)
#BA429B
(186,66,155)
#A33B88
(163,59,136)
#8C3475
(140,52,117)
#752D62
(117,45,98)
#5E264F
(94,38,79)
#471F3C
(71,31,60)
#301829
(48,24,41)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #FF57D4

#FF57D4
(255,87,212)
#FF66D7
(255,102,215)
#FF75DA
(255,117,218)
#FF84DD
(255,132,221)
#FF93E0
(255,147,224)
#FFA2E3
(255,162,227)
#FFB1E6
(255,177,230)
#FFC0E9
(255,192,233)
#FFCFEC
(255,207,236)
#FFDEEF
(255,222,239)
#FFEDF2
(255,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF57D4 color. Also use rgb(255,87,212) instead hex code.

Text Font Color

.myTextColor { color: #FF57D4; }

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

This text font color is #FF57D4.


Background Color

.myBgColor { background-color: #FF57D4; }

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

This div background color is #FF57D4.


Border color

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

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

This div border color is #FF57D4.


Opacity

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

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

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

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

This text has shadow with #FF57D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF57D4 on black background.


Color preview on white background

This text has color #FF57D4 on white background.



Black color preview on #FF57D4 background

This text has black color on #FF57D4 background.


White color preview on #FF57D4 background

This text has white color on #FF57D4 background.