COLOR #FF7474

HEX: #FF7474
RGB: (255,116,116)

Color info

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

RGB color model

#FF7474 color RGB value is (255,116,116).

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

RGB channels and saturation

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

255
116
116

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

Portions of RGB colors in percentages

R + G + B =
255 + 116 + 116 = 487 (100%)
R 255 of 487 ~ 52.36%
G 116 of 487 ~ 23.82%
B 116 of 487 ~ 23.82%

%52.36
%23.82
%23.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.51%
  • yellow value is 54.51%
  • 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.51
%54.51
%0

Codes

Color #FF7474 in popluar color models

FF7474
RGB255116116
HSL100.00%72.75%
HSB/HSV54.51%100.00%
CMYK0.00%54.51%54.51%
0.00%

Color #FF7474 in popluar number systems.

HEXFF7474
Decimal255116116
Binary1111111111101001110100
Octal377164164

Shades and tints

Shades of #FF7474

#FF7474
(255,116,116)
#E86A6A
(232,106,106)
#D16060
(209,96,96)
#BA5656
(186,86,86)
#A34C4C
(163,76,76)
#8C4242
(140,66,66)
#753838
(117,56,56)
#5E2E2E
(94,46,46)
#472424
(71,36,36)
#301A1A
(48,26,26)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #FF7474

#FF7474
(255,116,116)
#FF8080
(255,128,128)
#FF8C8C
(255,140,140)
#FF9898
(255,152,152)
#FFA4A4
(255,164,164)
#FFB0B0
(255,176,176)
#FFBCBC
(255,188,188)
#FFC8C8
(255,200,200)
#FFD4D4
(255,212,212)
#FFE0E0
(255,224,224)
#FFECEC
(255,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7474; }

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

This text font color is #FF7474.


Background Color

.myBgColor { background-color: #FF7474; }

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

This div background color is #FF7474.


Border color

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

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

This div border color is #FF7474.


Opacity

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

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

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

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

This text has shadow with #FF7474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7474 on black background.


Color preview on white background

This text has color #FF7474 on white background.



Black color preview on #FF7474 background

This text has black color on #FF7474 background.


White color preview on #FF7474 background

This text has white color on #FF7474 background.