COLOR #FF847D

HEX: #FF847D
RGB: (255,132,125)

Color info

#FF847D contains mainly red color. Web safe color of #FF847D is #FF9966 (or #F96).

RGB color model

#FF847D color RGB value is (255,132,125).

  • red value is 255;
  • green value is 132;
  • blue value is 125.
RGB:
(255,132,125)
(100%,52%,49%)

RGB channels and saturation

R 255 of 255 = 100%
G 132 of 255 = 52%
B 125 of 255 = 49%

255
132
125

R + G + B ~ 67%. #FF847D is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 132 + 125 = 512 (100%)
R 255 of 512 ~ 49.8%
G 132 of 512 ~ 25.78%
B 125 of 512 ~ 24.41%

%49.8
%25.78
%24.41

CMYK color model

#FF847D color CMYK value is (0,48,51,0).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 50.98%
  • key color value is 0.00%
CMYK:
(0,48,51,0)
C0M48Y51K0 
(0%,48%,51%,0%)
(0.00/0.48/0.51/0.00)	

CMYK percentages

%0
%48.24
%50.98
%0

Codes

Color #FF847D in popluar color models

FF847D
RGB255132125
HSL100.00%74.51%
HSB/HSV50.98%100.00%
CMYK0.00%48.24%50.98%
0.00%

Color #FF847D in popluar number systems.

HEXFF847D
Decimal255132125
Binary11111111100001001111101
Octal377204175

Shades and tints

Shades of #FF847D

#FF847D
(255,132,125)
#E87872
(232,120,114)
#D16C67
(209,108,103)
#BA605C
(186,96,92)
#A35451
(163,84,81)
#8C4846
(140,72,70)
#753C3B
(117,60,59)
#5E3030
(94,48,48)
#472425
(71,36,37)
#30181A
(48,24,26)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #FF847D

#FF847D
(255,132,125)
#FF8F88
(255,143,136)
#FF9A93
(255,154,147)
#FFA59E
(255,165,158)
#FFB0A9
(255,176,169)
#FFBBB4
(255,187,180)
#FFC6BF
(255,198,191)
#FFD1CA
(255,209,202)
#FFDCD5
(255,220,213)
#FFE7E0
(255,231,224)
#FFF2EB
(255,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF847D; }

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

This text font color is #FF847D.


Background Color

.myBgColor { background-color: #FF847D; }

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

This div background color is #FF847D.


Border color

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

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

This div border color is #FF847D.


Opacity

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

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

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

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

This text has shadow with #FF847D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF847D on black background.


Color preview on white background

This text has color #FF847D on white background.



Black color preview on #FF847D background

This text has black color on #FF847D background.


White color preview on #FF847D background

This text has white color on #FF847D background.