COLOR #FF7870

HEX: #FF7870
RGB: (255,120,112)

Color info

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

RGB color model

#FF7870 color RGB value is (255,120,112).

  • red value is 255;
  • green value is 120;
  • blue value is 112.
RGB:
(255,120,112)
(100%,47%,44%)

RGB channels and saturation

R 255 of 255 = 100%
G 120 of 255 = 47%
B 112 of 255 = 44%

255
120
112

R + G + B ~ 64%. #FF7870 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 120 + 112 = 487 (100%)
R 255 of 487 ~ 52.36%
G 120 of 487 ~ 24.64%
B 112 of 487 ~ 23%

%52.36
%24.64
%23

CMYK color model

#FF7870 color CMYK value is (0,53,56,0).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 56.08%
  • key color value is 0.00%
CMYK:
(0,53,56,0)
C0M53Y56K0 
(0%,53%,56%,0%)
(0.00/0.53/0.56/0.00)	

CMYK percentages

%0
%52.94
%56.08
%0

Codes

Color #FF7870 in popluar color models

FF7870
RGB255120112
HSL100.00%71.96%
HSB/HSV56.08%100.00%
CMYK0.00%52.94%56.08%
0.00%

Color #FF7870 in popluar number systems.

HEXFF7870
Decimal255120112
Binary1111111111110001110000
Octal377170160

Shades and tints

Shades of #FF7870

#FF7870
(255,120,112)
#E86E66
(232,110,102)
#D1645C
(209,100,92)
#BA5A52
(186,90,82)
#A35048
(163,80,72)
#8C463E
(140,70,62)
#753C34
(117,60,52)
#5E322A
(94,50,42)
#472820
(71,40,32)
#301E16
(48,30,22)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #FF7870

#FF7870
(255,120,112)
#FF847D
(255,132,125)
#FF908A
(255,144,138)
#FF9C97
(255,156,151)
#FFA8A4
(255,168,164)
#FFB4B1
(255,180,177)
#FFC0BE
(255,192,190)
#FFCCCB
(255,204,203)
#FFD8D8
(255,216,216)
#FFE4E5
(255,228,229)
#FFF0F2
(255,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7870; }

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

This text font color is #FF7870.


Background Color

.myBgColor { background-color: #FF7870; }

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

This div background color is #FF7870.


Border color

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

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

This div border color is #FF7870.


Opacity

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

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

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

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

This text has shadow with #FF7870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7870 on black background.


Color preview on white background

This text has color #FF7870 on white background.



Black color preview on #FF7870 background

This text has black color on #FF7870 background.


White color preview on #FF7870 background

This text has white color on #FF7870 background.