COLOR #FF73E0

HEX: #FF73E0
RGB: (255,115,224)

Color info

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

RGB color model

#FF73E0 color RGB value is (255,115,224).

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

RGB channels and saturation

R 255 of 255 = 100%
G 115 of 255 = 45%
B 224 of 255 = 88%

255
115
224

R + G + B ~ 78%. #FF73E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 115 + 224 = 594 (100%)
R 255 of 594 ~ 42.93%
G 115 of 594 ~ 19.36%
B 224 of 594 ~ 37.71%

%42.93
%19.36
%37.71

CMYK color model

#FF73E0 color CMYK value is (0,55,12,0).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(0,55,12,0)
C0M55Y12K0 
(0%,55%,12%,0%)
(0.00/0.55/0.12/0.00)	

CMYK percentages

%0
%54.9
%12.16
%0

Codes

Color #FF73E0 in popluar color models

FF73E0
RGB255115224
HSL313°100.00%72.55%
HSB/HSV313°54.90%100.00%
CMYK0.00%54.90%12.16%
0.00%

Color #FF73E0 in popluar number systems.

HEXFF73E0
Decimal255115224
Binary11111111111001111100000
Octal377163340

Shades and tints

Shades of #FF73E0

#FF73E0
(255,115,224)
#E869CC
(232,105,204)
#D15FB8
(209,95,184)
#BA55A4
(186,85,164)
#A34B90
(163,75,144)
#8C417C
(140,65,124)
#753768
(117,55,104)
#5E2D54
(94,45,84)
#472340
(71,35,64)
#30192C
(48,25,44)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #FF73E0

#FF73E0
(255,115,224)
#FF7FE2
(255,127,226)
#FF8BE4
(255,139,228)
#FF97E6
(255,151,230)
#FFA3E8
(255,163,232)
#FFAFEA
(255,175,234)
#FFBBEC
(255,187,236)
#FFC7EE
(255,199,238)
#FFD3F0
(255,211,240)
#FFDFF2
(255,223,242)
#FFEBF4
(255,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF73E0; }

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

This text font color is #FF73E0.


Background Color

.myBgColor { background-color: #FF73E0; }

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

This div background color is #FF73E0.


Border color

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

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

This div border color is #FF73E0.


Opacity

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

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

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

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

This text has shadow with #FF73E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF73E0 on black background.


Color preview on white background

This text has color #FF73E0 on white background.



Black color preview on #FF73E0 background

This text has black color on #FF73E0 background.


White color preview on #FF73E0 background

This text has white color on #FF73E0 background.