COLOR #FF73C6

HEX: #FF73C6
RGB: (255,115,198)

Color info

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

RGB color model

#FF73C6 color RGB value is (255,115,198).

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

RGB channels and saturation

R 255 of 255 = 100%
G 115 of 255 = 45%
B 198 of 255 = 78%

255
115
198

R + G + B ~ 74%. #FF73C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 115 + 198 = 568 (100%)
R 255 of 568 ~ 44.89%
G 115 of 568 ~ 20.25%
B 198 of 568 ~ 34.86%

%44.89
%20.25
%34.86

CMYK color model

#FF73C6 color CMYK value is (0,55,22,0).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 22.35%
  • key color value is 0.00%
CMYK:
(0,55,22,0)
C0M55Y22K0 
(0%,55%,22%,0%)
(0.00/0.55/0.22/0.00)	

CMYK percentages

%0
%54.9
%22.35
%0

Codes

Color #FF73C6 in popluar color models

FF73C6
RGB255115198
HSL324°100.00%72.55%
HSB/HSV324°54.90%100.00%
CMYK0.00%54.90%22.35%
0.00%

Color #FF73C6 in popluar number systems.

HEXFF73C6
Decimal255115198
Binary11111111111001111000110
Octal377163306

Shades and tints

Shades of #FF73C6

#FF73C6
(255,115,198)
#E869B4
(232,105,180)
#D15FA2
(209,95,162)
#BA5590
(186,85,144)
#A34B7E
(163,75,126)
#8C416C
(140,65,108)
#75375A
(117,55,90)
#5E2D48
(94,45,72)
#472336
(71,35,54)
#301924
(48,25,36)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #FF73C6

#FF73C6
(255,115,198)
#FF7FCB
(255,127,203)
#FF8BD0
(255,139,208)
#FF97D5
(255,151,213)
#FFA3DA
(255,163,218)
#FFAFDF
(255,175,223)
#FFBBE4
(255,187,228)
#FFC7E9
(255,199,233)
#FFD3EE
(255,211,238)
#FFDFF3
(255,223,243)
#FFEBF8
(255,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF73C6; }

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

This text font color is #FF73C6.


Background Color

.myBgColor { background-color: #FF73C6; }

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

This div background color is #FF73C6.


Border color

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

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

This div border color is #FF73C6.


Opacity

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

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

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

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

This text has shadow with #FF73C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF73C6 on black background.


Color preview on white background

This text has color #FF73C6 on white background.



Black color preview on #FF73C6 background

This text has black color on #FF73C6 background.


White color preview on #FF73C6 background

This text has white color on #FF73C6 background.