COLOR #F7847D

HEX: #F7847D
RGB: (247,132,125)

Color info

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

RGB color model

#F7847D color RGB value is (247,132,125).

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

RGB channels and saturation

R 247 of 255 = 97%
G 132 of 255 = 52%
B 125 of 255 = 49%

247
132
125

R + G + B ~ 66%. #F7847D is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 132 + 125 = 504 (100%)
R 247 of 504 ~ 49.01%
G 132 of 504 ~ 26.19%
B 125 of 504 ~ 24.8%

%49.01
%26.19
%24.8

CMYK color model

#F7847D color CMYK value is (0,47,49,3).

  • cyan value is 0.00%
  • magenta value is 46.56%
  • yellow value is 49.39%
  • key color value is 3.14%
CMYK:
(0,47,49,3)
C0M47Y49K3 
(0%,47%,49%,3%)
(0.00/0.47/0.49/0.03)	

CMYK percentages

%0
%46.56
%49.39
%3.14

Codes

Color #F7847D in popluar color models

F7847D
RGB247132125
HSL88.41%72.94%
HSB/HSV49.39%96.86%
CMYK0.00%46.56%49.39%
3.14%

Color #F7847D in popluar number systems.

HEXF7847D
Decimal247132125
Binary11110111100001001111101
Octal367204175

Shades and tints

Shades of #F7847D

#F7847D
(247,132,125)
#E17872
(225,120,114)
#CB6C67
(203,108,103)
#B5605C
(181,96,92)
#9F5451
(159,84,81)
#894846
(137,72,70)
#733C3B
(115,60,59)
#5D3030
(93,48,48)
#472425
(71,36,37)
#31181A
(49,24,26)
#1B0C0F
(27,12,15)
#000000
(0,0,0)

Tints of #F7847D

#F7847D
(247,132,125)
#F78F88
(247,143,136)
#F79A93
(247,154,147)
#F7A59E
(247,165,158)
#F7B0A9
(247,176,169)
#F7BBB4
(247,187,180)
#F7C6BF
(247,198,191)
#F7D1CA
(247,209,202)
#F7DCD5
(247,220,213)
#F7E7E0
(247,231,224)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7847D; }

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

This text font color is #F7847D.


Background Color

.myBgColor { background-color: #F7847D; }

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

This div background color is #F7847D.


Border color

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

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

This div border color is #F7847D.


Opacity

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

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

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

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

This text has shadow with #F7847D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7847D on black background.


Color preview on white background

This text has color #F7847D on white background.



Black color preview on #F7847D background

This text has black color on #F7847D background.


White color preview on #F7847D background

This text has white color on #F7847D background.