COLOR #F7917B

HEX: #F7917B
RGB: (247,145,123)

Color info

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

RGB color model

#F7917B color RGB value is (247,145,123).

  • red value is 247;
  • green value is 145;
  • blue value is 123.
RGB:
(247,145,123)
(97%,57%,48%)

RGB channels and saturation

R 247 of 255 = 97%
G 145 of 255 = 57%
B 123 of 255 = 48%

247
145
123

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

Portions of RGB colors in percentages

R + G + B =
247 + 145 + 123 = 515 (100%)
R 247 of 515 ~ 47.96%
G 145 of 515 ~ 28.16%
B 123 of 515 ~ 23.88%

%47.96
%28.16
%23.88

CMYK color model

#F7917B color CMYK value is (0,41,50,3).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 50.20%
  • key color value is 3.14%
CMYK:
(0,41,50,3)
C0M41Y50K3 
(0%,41%,50%,3%)
(0.00/0.41/0.50/0.03)	

CMYK percentages

%0
%41.3
%50.2
%3.14

Codes

Color #F7917B in popluar color models

F7917B
RGB247145123
HSL11°88.57%72.55%
HSB/HSV11°50.20%96.86%
CMYK0.00%41.30%50.20%
3.14%

Color #F7917B in popluar number systems.

HEXF7917B
Decimal247145123
Binary11110111100100011111011
Octal367221173

Shades and tints

Shades of #F7917B

#F7917B
(247,145,123)
#E18470
(225,132,112)
#CB7765
(203,119,101)
#B56A5A
(181,106,90)
#9F5D4F
(159,93,79)
#895044
(137,80,68)
#734339
(115,67,57)
#5D362E
(93,54,46)
#472923
(71,41,35)
#311C18
(49,28,24)
#1B0F0D
(27,15,13)
#000000
(0,0,0)

Tints of #F7917B

#F7917B
(247,145,123)
#F79B87
(247,155,135)
#F7A593
(247,165,147)
#F7AF9F
(247,175,159)
#F7B9AB
(247,185,171)
#F7C3B7
(247,195,183)
#F7CDC3
(247,205,195)
#F7D7CF
(247,215,207)
#F7E1DB
(247,225,219)
#F7EBE7
(247,235,231)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7917B color. Also use rgb(247,145,123) instead hex code.

Text Font Color

.myTextColor { color: #F7917B; }

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

This text font color is #F7917B.


Background Color

.myBgColor { background-color: #F7917B; }

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

This div background color is #F7917B.


Border color

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

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

This div border color is #F7917B.


Opacity

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

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

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

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

This text has shadow with #F7917B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7917B on black background.


Color preview on white background

This text has color #F7917B on white background.



Black color preview on #F7917B background

This text has black color on #F7917B background.


White color preview on #F7917B background

This text has white color on #F7917B background.