COLOR #F76F75

HEX: #F76F75 RGB: (247,111,117)

Color info

#F76F75 contains mainly red color. Web safe color of #F76F75 is #FF6666 (or #F66).

RGB color model

#F76F75 color RGB value is (247,111,117).

RGB: (247,111,117) (97%, 44%, 46%)

RGB channels and saturation

R 247 of 255 = 97%
G 111 of 255 = 44%
B 117 of 255 = 46%

247
111
117

R + G + B ~ 62%. #F76F75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 111 + 117 = 475 (100%)
R 247 of 475 ~ 52%
G 111 of 475 ~ 23.37%
B 117 of 475 ~ 24.63'%

%52
%23.37
%24.63

CMYK color model

#F76F75 color CMYK value is (0,55,53,3).

  • cyan value is 0.00%
  • magenta value is 55.06%
  • yellow value is 52.63%
  • key color value is 3.14%

CMYK: (0,55,53,3)
C0M55Y53K3 (0%, 55%, 53%, 3%)
(0.00 / 0.55 / 0.53 / 0.03)

CMYK percentages

%0
%55.06
%52.63
%3.14

Codes

Color #F76F75 in popluar color models

F7 6F 75
RGB 247 111 117
HSL 357° 89.47% 70.20%
HSB/HSV 357° 55.06% 96.86%
CMYK 0.00% 55.06% 52.63%
3.14%

Color #F76F75 in popluar number systems.

HEX F7 6F 75
Decimal 247 111 117
Binary 11110111 1101111 1110101
Octal 367 157 165

Shades and tints

Shades of #F76F75

#F76F75
(247,111,117)
#E1656B
(225,101,107)
#CB5B61
(203,91,97)
#B55157
(181,81,87)
#9F474D
(159,71,77)
#893D43
(137,61,67)
#733339
(115,51,57)
#5D292F
(93,41,47)
#471F25
(71,31,37)
#31151B
(49,21,27)
#1B0B11
(27,11,17)
#000000
(0,0,0)

Tints of #F76F75

#F76F75
(247,111,117)
#F77C81
(247,124,129)
#F7898D
(247,137,141)
#F79699
(247,150,153)
#F7A3A5
(247,163,165)
#F7B0B1
(247,176,177)
#F7BDBD
(247,189,189)
#F7CAC9
(247,202,201)
#F7D7D5
(247,215,213)
#F7E4E1
(247,228,225)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F76F75 color. Also use rgb(247,111,117) instead hex code.

Text Font Color

.myTextColor { color: #F76F75; }

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

This text font color is #F76F75.

Background Color

.myBgColor { background-color: #F76F75; }

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

This div background color is #F76F75.

Border color

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

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

This div border color is #F76F75.

Opacity

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

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

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

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

This text has shadow with #F76F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F76F75.

Preview

Color preview on black background

This text has color #F76F75 on black background.


Color preview on white background

This text has color #F76F75 on white background.


Black color preview on #F76F75 background

This text has black color on #F76F75 background.


White color preview on #F76F75 background

This text has white color on #F76F75 background.


Related colors

Complementary color

Complementary color for #hex is #08908A.


I love getcolorcode.com

Triadic colors

1 #75F76F and #6F75F7 with #F76F75 are triadic colors.

2 #756FF7 and #6FF775 with #F76F75 are triadic colors.