COLOR #F27976

HEX: #F27976 RGB: (242,121,118)

Color info

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

RGB color model

#F27976 color RGB value is (242,121,118).

RGB: (242,121,118) (95%, 47%, 46%)

RGB channels and saturation

R 242 of 255 = 95%
G 121 of 255 = 47%
B 118 of 255 = 46%

242
121
118

R + G + B ~ 63%. #F27976 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 121 + 118 = 481 (100%)
R 242 of 481 ~ 50.31%
G 121 of 481 ~ 25.16%
B 118 of 481 ~ 24.53'%

%50.31
%25.16
%24.53

CMYK color model

#F27976 color CMYK value is (0,50,51,5).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 51.24%
  • key color value is 5.10%

CMYK: (0,50,51,5)
C0M50Y51K5 (0%, 50%, 51%, 5%)
(0.00 / 0.50 / 0.51 / 0.05)

CMYK percentages

%0
%50
%51.24
%5.1

Codes

Color #F27976 in popluar color models

F2 79 76
RGB 242 121 118
HSL 82.67% 70.59%
HSB/HSV 51.24% 94.90%
CMYK 0.00% 50.00% 51.24%
5.10%

Color #F27976 in popluar number systems.

HEX F2 79 76
Decimal 242 121 118
Binary 11110010 1111001 1110110
Octal 362 171 166

Shades and tints

Shades of #F27976

#F27976
(242,121,118)
#DC6E6C
(220,110,108)
#C66362
(198,99,98)
#B05858
(176,88,88)
#9A4D4E
(154,77,78)
#844244
(132,66,68)
#6E373A
(110,55,58)
#582C30
(88,44,48)
#422126
(66,33,38)
#2C161C
(44,22,28)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #F27976

#F27976
(242,121,118)
#F38582
(243,133,130)
#F4918E
(244,145,142)
#F59D9A
(245,157,154)
#F6A9A6
(246,169,166)
#F7B5B2
(247,181,178)
#F8C1BE
(248,193,190)
#F9CDCA
(249,205,202)
#FAD9D6
(250,217,214)
#FBE5E2
(251,229,226)
#FCF1EE
(252,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F27976 color. Also use rgb(242,121,118) instead hex code.

Text Font Color

.myTextColor { color: #F27976; }

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

This text font color is #F27976.

Background Color

.myBgColor { background-color: #F27976; }

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

This div background color is #F27976.

Border color

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

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

This div border color is #F27976.

Opacity

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

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

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

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

This text has shadow with #F27976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F27976.

Preview

Color preview on black background

This text has color #F27976 on black background.


Color preview on white background

This text has color #F27976 on white background.


Black color preview on #F27976 background

This text has black color on #F27976 background.


White color preview on #F27976 background

This text has white color on #F27976 background.


Related colors

Complementary color

Complementary color for #hex is #0D8689.


I love getcolorcode.com

Triadic colors

1 #76F279 and #7976F2 with #F27976 are triadic colors.

2 #7679F2 and #79F276 with #F27976 are triadic colors.