COLOR #FF77AB

HEX: #FF77AB
RGB: (255,119,171)

Color info

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

RGB color model

#FF77AB color RGB value is (255,119,171).

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

RGB channels and saturation

R 255 of 255 = 100%
G 119 of 255 = 47%
B 171 of 255 = 67%

255
119
171

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

Portions of RGB colors in percentages

R + G + B =
255 + 119 + 171 = 545 (100%)
R 255 of 545 ~ 46.79%
G 119 of 545 ~ 21.83%
B 171 of 545 ~ 31.38%

%46.79
%21.83
%31.38

CMYK color model

#FF77AB color CMYK value is (0,53,33,0).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 32.94%
  • key color value is 0.00%
CMYK:
(0,53,33,0)
C0M53Y33K0 
(0%,53%,33%,0%)
(0.00/0.53/0.33/0.00)	

CMYK percentages

%0
%53.33
%32.94
%0

Codes

Color #FF77AB in popluar color models

FF77AB
RGB255119171
HSL337°100.00%73.33%
HSB/HSV337°53.33%100.00%
CMYK0.00%53.33%32.94%
0.00%

Color #FF77AB in popluar number systems.

HEXFF77AB
Decimal255119171
Binary11111111111011110101011
Octal377167253

Shades and tints

Shades of #FF77AB

#FF77AB
(255,119,171)
#E86D9C
(232,109,156)
#D1638D
(209,99,141)
#BA597E
(186,89,126)
#A34F6F
(163,79,111)
#8C4560
(140,69,96)
#753B51
(117,59,81)
#5E3142
(94,49,66)
#472733
(71,39,51)
#301D24
(48,29,36)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #FF77AB

#FF77AB
(255,119,171)
#FF83B2
(255,131,178)
#FF8FB9
(255,143,185)
#FF9BC0
(255,155,192)
#FFA7C7
(255,167,199)
#FFB3CE
(255,179,206)
#FFBFD5
(255,191,213)
#FFCBDC
(255,203,220)
#FFD7E3
(255,215,227)
#FFE3EA
(255,227,234)
#FFEFF1
(255,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF77AB; }

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

This text font color is #FF77AB.


Background Color

.myBgColor { background-color: #FF77AB; }

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

This div background color is #FF77AB.


Border color

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

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

This div border color is #FF77AB.


Opacity

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

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

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

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

This text has shadow with #FF77AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF77AB on black background.


Color preview on white background

This text has color #FF77AB on white background.



Black color preview on #FF77AB background

This text has black color on #FF77AB background.


White color preview on #FF77AB background

This text has white color on #FF77AB background.