COLOR #FF7373

HEX: #FF7373
RGB: (255,115,115)

Color info

#FF7373 contains mainly red color. Web safe color of #FF7373 is #FF6666 (or #F66).

RGB color model

#FF7373 color RGB value is (255,115,115).

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

RGB channels and saturation

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

255
115
115

R + G + B ~ 63%. #FF7373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 115 + 115 = 485 (100%)
R 255 of 485 ~ 52.58%
G 115 of 485 ~ 23.71%
B 115 of 485 ~ 23.71%

%52.58
%23.71
%23.71

CMYK color model

#FF7373 color CMYK value is (0,55,55,0).

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

CMYK percentages

%0
%54.9
%54.9
%0

Codes

Color #FF7373 in popluar color models

FF7373
RGB255115115
HSL100.00%72.55%
HSB/HSV54.90%100.00%
CMYK0.00%54.90%54.90%
0.00%

Color #FF7373 in popluar number systems.

HEXFF7373
Decimal255115115
Binary1111111111100111110011
Octal377163163

Shades and tints

Shades of #FF7373

#FF7373
(255,115,115)
#E86969
(232,105,105)
#D15F5F
(209,95,95)
#BA5555
(186,85,85)
#A34B4B
(163,75,75)
#8C4141
(140,65,65)
#753737
(117,55,55)
#5E2D2D
(94,45,45)
#472323
(71,35,35)
#301919
(48,25,25)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #FF7373

#FF7373
(255,115,115)
#FF7F7F
(255,127,127)
#FF8B8B
(255,139,139)
#FF9797
(255,151,151)
#FFA3A3
(255,163,163)
#FFAFAF
(255,175,175)
#FFBBBB
(255,187,187)
#FFC7C7
(255,199,199)
#FFD3D3
(255,211,211)
#FFDFDF
(255,223,223)
#FFEBEB
(255,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7373; }

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

This text font color is #FF7373.


Background Color

.myBgColor { background-color: #FF7373; }

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

This div background color is #FF7373.


Border color

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

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

This div border color is #FF7373.


Opacity

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

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

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

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

This text has shadow with #FF7373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7373 on black background.


Color preview on white background

This text has color #FF7373 on white background.



Black color preview on #FF7373 background

This text has black color on #FF7373 background.


White color preview on #FF7373 background

This text has white color on #FF7373 background.