COLOR #F67076

HEX: #F67076
RGB: (246,112,118)

Color info

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

RGB color model

#F67076 color RGB value is (246,112,118).

  • red value is 246;
  • green value is 112;
  • blue value is 118.
RGB:
(246,112,118)
(96%,44%,46%)

RGB channels and saturation

R 246 of 255 = 96%
G 112 of 255 = 44%
B 118 of 255 = 46%

246
112
118

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

Portions of RGB colors in percentages

R + G + B =
246 + 112 + 118 = 476 (100%)
R 246 of 476 ~ 51.68%
G 112 of 476 ~ 23.53%
B 118 of 476 ~ 24.79%

%51.68
%23.53
%24.79

CMYK color model

#F67076 color CMYK value is (0,54,52,4).

  • cyan value is 0.00%
  • magenta value is 54.47%
  • yellow value is 52.03%
  • key color value is 3.53%
CMYK:
(0,54,52,4)
C0M54Y52K4 
(0%,54%,52%,4%)
(0.00/0.54/0.52/0.04)	

CMYK percentages

%0
%54.47
%52.03
%3.53

Codes

Color #F67076 in popluar color models

F67076
RGB246112118
HSL357°88.16%70.20%
HSB/HSV357°54.47%96.47%
CMYK0.00%54.47%52.03%
3.53%

Color #F67076 in popluar number systems.

HEXF67076
Decimal246112118
Binary1111011011100001110110
Octal366160166

Shades and tints

Shades of #F67076

#F67076
(246,112,118)
#E0666C
(224,102,108)
#CA5C62
(202,92,98)
#B45258
(180,82,88)
#9E484E
(158,72,78)
#883E44
(136,62,68)
#72343A
(114,52,58)
#5C2A30
(92,42,48)
#462026
(70,32,38)
#30161C
(48,22,28)
#1A0C12
(26,12,18)
#000000
(0,0,0)

Tints of #F67076

#F67076
(246,112,118)
#F67D82
(246,125,130)
#F68A8E
(246,138,142)
#F6979A
(246,151,154)
#F6A4A6
(246,164,166)
#F6B1B2
(246,177,178)
#F6BEBE
(246,190,190)
#F6CBCA
(246,203,202)
#F6D8D6
(246,216,214)
#F6E5E2
(246,229,226)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F67076 color. Also use rgb(246,112,118) instead hex code.

Text Font Color

.myTextColor { color: #F67076; }

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

This text font color is #F67076.


Background Color

.myBgColor { background-color: #F67076; }

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

This div background color is #F67076.


Border color

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

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

This div border color is #F67076.


Opacity

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

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

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

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

This text has shadow with #F67076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67076 on black background.


Color preview on white background

This text has color #F67076 on white background.



Black color preview on #F67076 background

This text has black color on #F67076 background.


White color preview on #F67076 background

This text has white color on #F67076 background.