COLOR #FF57AB

HEX: #FF57AB
RGB: (255,87,171)

Color info

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

RGB color model

#FF57AB color RGB value is (255,87,171).

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

RGB channels and saturation

R 255 of 255 = 100%
G 87 of 255 = 34%
B 171 of 255 = 67%

255
87
171

R + G + B ~ 67%. #FF57AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 87 + 171 = 513 (100%)
R 255 of 513 ~ 49.71%
G 87 of 513 ~ 16.96%
B 171 of 513 ~ 33.33%

%49.71
%16.96
%33.33

CMYK color model

#FF57AB color CMYK value is (0,66,33,0).

  • cyan value is 0.00%
  • magenta value is 65.88%
  • yellow value is 32.94%
  • key color value is 0.00%
CMYK:
(0,66,33,0)
C0M66Y33K0 
(0%,66%,33%,0%)
(0.00/0.66/0.33/0.00)	

CMYK percentages

%0
%65.88
%32.94
%0

Codes

Color #FF57AB in popluar color models

FF57AB
RGB25587171
HSL330°100.00%67.06%
HSB/HSV330°65.88%100.00%
CMYK0.00%65.88%32.94%
0.00%

Color #FF57AB in popluar number systems.

HEXFF57AB
Decimal25587171
Binary11111111101011110101011
Octal377127253

Shades and tints

Shades of #FF57AB

#FF57AB
(255,87,171)
#E8509C
(232,80,156)
#D1498D
(209,73,141)
#BA427E
(186,66,126)
#A33B6F
(163,59,111)
#8C3460
(140,52,96)
#752D51
(117,45,81)
#5E2642
(94,38,66)
#471F33
(71,31,51)
#301824
(48,24,36)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #FF57AB

#FF57AB
(255,87,171)
#FF66B2
(255,102,178)
#FF75B9
(255,117,185)
#FF84C0
(255,132,192)
#FF93C7
(255,147,199)
#FFA2CE
(255,162,206)
#FFB1D5
(255,177,213)
#FFC0DC
(255,192,220)
#FFCFE3
(255,207,227)
#FFDEEA
(255,222,234)
#FFEDF1
(255,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF57AB; }

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

This text font color is #FF57AB.


Background Color

.myBgColor { background-color: #FF57AB; }

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

This div background color is #FF57AB.


Border color

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

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

This div border color is #FF57AB.


Opacity

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

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

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

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

This text has shadow with #FF57AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF57AB on black background.


Color preview on white background

This text has color #FF57AB on white background.



Black color preview on #FF57AB background

This text has black color on #FF57AB background.


White color preview on #FF57AB background

This text has white color on #FF57AB background.