COLOR #FF73A2

HEX: #FF73A2
RGB: (255,115,162)

Color info

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

RGB color model

#FF73A2 color RGB value is (255,115,162).

  • red value is 255;
  • green value is 115;
  • blue value is 162.
RGB:
(255,115,162)
(100%,45%,64%)

RGB channels and saturation

R 255 of 255 = 100%
G 115 of 255 = 45%
B 162 of 255 = 64%

255
115
162

R + G + B ~ 70%. #FF73A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 115 + 162 = 532 (100%)
R 255 of 532 ~ 47.93%
G 115 of 532 ~ 21.62%
B 162 of 532 ~ 30.45%

%47.93
%21.62
%30.45

CMYK color model

#FF73A2 color CMYK value is (0,55,36,0).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 36.47%
  • key color value is 0.00%
CMYK:
(0,55,36,0)
C0M55Y36K0 
(0%,55%,36%,0%)
(0.00/0.55/0.36/0.00)	

CMYK percentages

%0
%54.9
%36.47
%0

Codes

Color #FF73A2 in popluar color models

FF73A2
RGB255115162
HSL340°100.00%72.55%
HSB/HSV340°54.90%100.00%
CMYK0.00%54.90%36.47%
0.00%

Color #FF73A2 in popluar number systems.

HEXFF73A2
Decimal255115162
Binary11111111111001110100010
Octal377163242

Shades and tints

Shades of #FF73A2

#FF73A2
(255,115,162)
#E86994
(232,105,148)
#D15F86
(209,95,134)
#BA5578
(186,85,120)
#A34B6A
(163,75,106)
#8C415C
(140,65,92)
#75374E
(117,55,78)
#5E2D40
(94,45,64)
#472332
(71,35,50)
#301924
(48,25,36)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #FF73A2

#FF73A2
(255,115,162)
#FF7FAA
(255,127,170)
#FF8BB2
(255,139,178)
#FF97BA
(255,151,186)
#FFA3C2
(255,163,194)
#FFAFCA
(255,175,202)
#FFBBD2
(255,187,210)
#FFC7DA
(255,199,218)
#FFD3E2
(255,211,226)
#FFDFEA
(255,223,234)
#FFEBF2
(255,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF73A2 color. Also use rgb(255,115,162) instead hex code.

Text Font Color

.myTextColor { color: #FF73A2; }

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

This text font color is #FF73A2.


Background Color

.myBgColor { background-color: #FF73A2; }

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

This div background color is #FF73A2.


Border color

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

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

This div border color is #FF73A2.


Opacity

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

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

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

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

This text has shadow with #FF73A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF73A2 on black background.


Color preview on white background

This text has color #FF73A2 on white background.



Black color preview on #FF73A2 background

This text has black color on #FF73A2 background.


White color preview on #FF73A2 background

This text has white color on #FF73A2 background.