COLOR #F7767D

HEX: #F7767D RGB: (247,118,125)

Color info

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

RGB color model

#F7767D color RGB value is (247,118,125).

RGB: (247,118,125) (97%, 46%, 49%)

RGB channels and saturation

R 247 of 255 = 97%
G 118 of 255 = 46%
B 125 of 255 = 49%

247
118
125

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

Portions of RGB colors in percentages

R + G + B = 247 + 118 + 125 = 490 (100%)
R 247 of 490 ~ 50.41%
G 118 of 490 ~ 24.08%
B 125 of 490 ~ 25.51'%

%50.41
%24.08
%25.51

CMYK color model

#F7767D color CMYK value is (0,52,49,3).

  • cyan value is 0.00%
  • magenta value is 52.23%
  • yellow value is 49.39%
  • key color value is 3.14%
CMYK: (0,52,49,3) C0M52Y49K3 (0%,52%,49%,3%) (0.00/0.52/0.49/0.03) 

CMYK percentages

%0
%52.23
%49.39
%3.14

Codes

Color #F7767D in popluar color models

F7 76 7D
RGB 247 118 125
HSL 357° 88.97% 71.57%
HSB/HSV 357° 52.23% 96.86%
CMYK 0.00% 52.23% 49.39%
3.14%

Color #F7767D in popluar number systems.

HEX F7 76 7D
Decimal 247 118 125
Binary 11110111 1110110 1111101
Octal 367 166 175

Shades and tints

Shades of #F7767D

#F7767D
(247,118,125)
#E16C72
(225,108,114)
#CB6267
(203,98,103)
#B5585C
(181,88,92)
#9F4E51
(159,78,81)
#894446
(137,68,70)
#733A3B
(115,58,59)
#5D3030
(93,48,48)
#472625
(71,38,37)
#311C1A
(49,28,26)
#1B120F
(27,18,15)
#000000
(0,0,0)

Tints of #F7767D

#F7767D
(247,118,125)
#F78288
(247,130,136)
#F78E93
(247,142,147)
#F79A9E
(247,154,158)
#F7A6A9
(247,166,169)
#F7B2B4
(247,178,180)
#F7BEBF
(247,190,191)
#F7CACA
(247,202,202)
#F7D6D5
(247,214,213)
#F7E2E0
(247,226,224)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7767D; }

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

This text font color is #F7767D.

Background Color

.myBgColor { background-color: #F7767D; }

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

This div background color is #F7767D.

Border color

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

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

This div border color is #F7767D.

Opacity

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

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

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

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

This text has shadow with #F7767D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7767D.

Preview

Color preview on black background

This text has color #F7767D on black background.


Color preview on white background

This text has color #F7767D on white background.


Black color preview on #F7767D background

This text has black color on #F7767D background.


White color preview on #F7767D background

This text has white color on #F7767D background.


Related colors

Complementary color

Complementary color for #hex is #088982.


I love getcolorcode.com

Triadic colors

1 #7DF776 and #767DF7 with #F7767D are triadic colors.

2 #7D76F7 and #76F77D with #F7767D are triadic colors.