COLOR #F76C8A

HEX: #F76C8A
RGB: (247,108,138)

Color info

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

RGB color model

#F76C8A color RGB value is (247,108,138).

  • red value is 247;
  • green value is 108;
  • blue value is 138.
RGB:
(247,108,138)
(97%,42%,54%)

RGB channels and saturation

R 247 of 255 = 97%
G 108 of 255 = 42%
B 138 of 255 = 54%

247
108
138

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

Portions of RGB colors in percentages

R + G + B =
247 + 108 + 138 = 493 (100%)
R 247 of 493 ~ 50.1%
G 108 of 493 ~ 21.91%
B 138 of 493 ~ 27.99%

%50.1
%21.91
%27.99

CMYK color model

#F76C8A color CMYK value is (0,56,44,3).

  • cyan value is 0.00%
  • magenta value is 56.28%
  • yellow value is 44.13%
  • key color value is 3.14%
CMYK:
(0,56,44,3)
C0M56Y44K3 
(0%,56%,44%,3%)
(0.00/0.56/0.44/0.03)	

CMYK percentages

%0
%56.28
%44.13
%3.14

Codes

Color #F76C8A in popluar color models

F76C8A
RGB247108138
HSL347°89.68%69.61%
HSB/HSV347°56.28%96.86%
CMYK0.00%56.28%44.13%
3.14%

Color #F76C8A in popluar number systems.

HEXF76C8A
Decimal247108138
Binary11110111110110010001010
Octal367154212

Shades and tints

Shades of #F76C8A

#F76C8A
(247,108,138)
#E1637E
(225,99,126)
#CB5A72
(203,90,114)
#B55166
(181,81,102)
#9F485A
(159,72,90)
#893F4E
(137,63,78)
#733642
(115,54,66)
#5D2D36
(93,45,54)
#47242A
(71,36,42)
#311B1E
(49,27,30)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #F76C8A

#F76C8A
(247,108,138)
#F77994
(247,121,148)
#F7869E
(247,134,158)
#F793A8
(247,147,168)
#F7A0B2
(247,160,178)
#F7ADBC
(247,173,188)
#F7BAC6
(247,186,198)
#F7C7D0
(247,199,208)
#F7D4DA
(247,212,218)
#F7E1E4
(247,225,228)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F76C8A color. Also use rgb(247,108,138) instead hex code.

Text Font Color

.myTextColor { color: #F76C8A; }

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

This text font color is #F76C8A.


Background Color

.myBgColor { background-color: #F76C8A; }

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

This div background color is #F76C8A.


Border color

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

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

This div border color is #F76C8A.


Opacity

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

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

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

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

This text has shadow with #F76C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F76C8A on black background.


Color preview on white background

This text has color #F76C8A on white background.



Black color preview on #F76C8A background

This text has black color on #F76C8A background.


White color preview on #F76C8A background

This text has white color on #F76C8A background.