COLOR #F7808F

HEX: #F7808F
RGB: (247,128,143)

Color info

#F7808F contains mainly red color. Web safe color of #F7808F is #FF6699 (or #F69).

RGB color model

#F7808F color RGB value is (247,128,143).

  • red value is 247;
  • green value is 128;
  • blue value is 143.
RGB:
(247,128,143)
(97%,50%,56%)

RGB channels and saturation

R 247 of 255 = 97%
G 128 of 255 = 50%
B 143 of 255 = 56%

247
128
143

R + G + B ~ 68%. #F7808F is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 128 + 143 = 518 (100%)
R 247 of 518 ~ 47.68%
G 128 of 518 ~ 24.71%
B 143 of 518 ~ 27.61%

%47.68
%24.71
%27.61

CMYK color model

#F7808F color CMYK value is (0,48,42,3).

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 42.11%
  • key color value is 3.14%
CMYK:
(0,48,42,3)
C0M48Y42K3 
(0%,48%,42%,3%)
(0.00/0.48/0.42/0.03)	

CMYK percentages

%0
%48.18
%42.11
%3.14

Codes

Color #F7808F in popluar color models

F7808F
RGB247128143
HSL352°88.15%73.53%
HSB/HSV352°48.18%96.86%
CMYK0.00%48.18%42.11%
3.14%

Color #F7808F in popluar number systems.

HEXF7808F
Decimal247128143
Binary111101111000000010001111
Octal367200217

Shades and tints

Shades of #F7808F

#F7808F
(247,128,143)
#E17582
(225,117,130)
#CB6A75
(203,106,117)
#B55F68
(181,95,104)
#9F545B
(159,84,91)
#89494E
(137,73,78)
#733E41
(115,62,65)
#5D3334
(93,51,52)
#472827
(71,40,39)
#311D1A
(49,29,26)
#1B120D
(27,18,13)
#000000
(0,0,0)

Tints of #F7808F

#F7808F
(247,128,143)
#F78B99
(247,139,153)
#F796A3
(247,150,163)
#F7A1AD
(247,161,173)
#F7ACB7
(247,172,183)
#F7B7C1
(247,183,193)
#F7C2CB
(247,194,203)
#F7CDD5
(247,205,213)
#F7D8DF
(247,216,223)
#F7E3E9
(247,227,233)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7808F color. Also use rgb(247,128,143) instead hex code.

Text Font Color

.myTextColor { color: #F7808F; }

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

This text font color is #F7808F.


Background Color

.myBgColor { background-color: #F7808F; }

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

This div background color is #F7808F.


Border color

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

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

This div border color is #F7808F.


Opacity

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

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

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

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

This text has shadow with #F7808F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7808F on black background.


Color preview on white background

This text has color #F7808F on white background.



Black color preview on #F7808F background

This text has black color on #F7808F background.


White color preview on #F7808F background

This text has white color on #F7808F background.