COLOR #F67576

HEX: #F67576
RGB: (246,117,118)

Color info

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

RGB color model

#F67576 color RGB value is (246,117,118).

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

RGB channels and saturation

R 246 of 255 = 96%
G 117 of 255 = 46%
B 118 of 255 = 46%

246
117
118

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

Portions of RGB colors in percentages

R + G + B =
246 + 117 + 118 = 481 (100%)
R 246 of 481 ~ 51.14%
G 117 of 481 ~ 24.32%
B 118 of 481 ~ 24.53%

%51.14
%24.32
%24.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 52.03%
  • key color value is 3.53%
CMYK:
(0,52,52,4)
C0M52Y52K4 
(0%,52%,52%,4%)
(0.00/0.52/0.52/0.04)	

CMYK percentages

%0
%52.44
%52.03
%3.53

Codes

Color #F67576 in popluar color models

F67576
RGB246117118
HSL360°87.76%71.18%
HSB/HSV360°52.44%96.47%
CMYK0.00%52.44%52.03%
3.53%

Color #F67576 in popluar number systems.

HEXF67576
Decimal246117118
Binary1111011011101011110110
Octal366165166

Shades and tints

Shades of #F67576

#F67576
(246,117,118)
#E06B6C
(224,107,108)
#CA6162
(202,97,98)
#B45758
(180,87,88)
#9E4D4E
(158,77,78)
#884344
(136,67,68)
#72393A
(114,57,58)
#5C2F30
(92,47,48)
#462526
(70,37,38)
#301B1C
(48,27,28)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #F67576

#F67576
(246,117,118)
#F68182
(246,129,130)
#F68D8E
(246,141,142)
#F6999A
(246,153,154)
#F6A5A6
(246,165,166)
#F6B1B2
(246,177,178)
#F6BDBE
(246,189,190)
#F6C9CA
(246,201,202)
#F6D5D6
(246,213,214)
#F6E1E2
(246,225,226)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F67576; }

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

This text font color is #F67576.


Background Color

.myBgColor { background-color: #F67576; }

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

This div background color is #F67576.


Border color

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

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

This div border color is #F67576.


Opacity

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

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

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

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

This text has shadow with #F67576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67576 on black background.


Color preview on white background

This text has color #F67576 on white background.



Black color preview on #F67576 background

This text has black color on #F67576 background.


White color preview on #F67576 background

This text has white color on #F67576 background.