COLOR #FF73A7

HEX: #FF73A7
RGB: (255,115,167)

Color info

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

RGB color model

#FF73A7 color RGB value is (255,115,167).

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

RGB channels and saturation

R 255 of 255 = 100%
G 115 of 255 = 45%
B 167 of 255 = 65%

255
115
167

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

Portions of RGB colors in percentages

R + G + B =
255 + 115 + 167 = 537 (100%)
R 255 of 537 ~ 47.49%
G 115 of 537 ~ 21.42%
B 167 of 537 ~ 31.1%

%47.49
%21.42
%31.1

CMYK color model

#FF73A7 color CMYK value is (0,55,35,0).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 34.51%
  • key color value is 0.00%
CMYK:
(0,55,35,0)
C0M55Y35K0 
(0%,55%,35%,0%)
(0.00/0.55/0.35/0.00)	

CMYK percentages

%0
%54.9
%34.51
%0

Codes

Color #FF73A7 in popluar color models

FF73A7
RGB255115167
HSL338°100.00%72.55%
HSB/HSV338°54.90%100.00%
CMYK0.00%54.90%34.51%
0.00%

Color #FF73A7 in popluar number systems.

HEXFF73A7
Decimal255115167
Binary11111111111001110100111
Octal377163247

Shades and tints

Shades of #FF73A7

#FF73A7
(255,115,167)
#E86998
(232,105,152)
#D15F89
(209,95,137)
#BA557A
(186,85,122)
#A34B6B
(163,75,107)
#8C415C
(140,65,92)
#75374D
(117,55,77)
#5E2D3E
(94,45,62)
#47232F
(71,35,47)
#301920
(48,25,32)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #FF73A7

#FF73A7
(255,115,167)
#FF7FAF
(255,127,175)
#FF8BB7
(255,139,183)
#FF97BF
(255,151,191)
#FFA3C7
(255,163,199)
#FFAFCF
(255,175,207)
#FFBBD7
(255,187,215)
#FFC7DF
(255,199,223)
#FFD3E7
(255,211,231)
#FFDFEF
(255,223,239)
#FFEBF7
(255,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF73A7; }

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

This text font color is #FF73A7.


Background Color

.myBgColor { background-color: #FF73A7; }

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

This div background color is #FF73A7.


Border color

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

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

This div border color is #FF73A7.


Opacity

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

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

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

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

This text has shadow with #FF73A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF73A7 on black background.


Color preview on white background

This text has color #FF73A7 on white background.



Black color preview on #FF73A7 background

This text has black color on #FF73A7 background.


White color preview on #FF73A7 background

This text has white color on #FF73A7 background.