COLOR #F66D79

HEX: #F66D79
RGB: (246,109,121)

Color info

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

RGB color model

#F66D79 color RGB value is (246,109,121).

  • red value is 246;
  • green value is 109;
  • blue value is 121.
RGB:
(246,109,121)
(96%,43%,47%)

RGB channels and saturation

R 246 of 255 = 96%
G 109 of 255 = 43%
B 121 of 255 = 47%

246
109
121

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

Portions of RGB colors in percentages

R + G + B =
246 + 109 + 121 = 476 (100%)
R 246 of 476 ~ 51.68%
G 109 of 476 ~ 22.9%
B 121 of 476 ~ 25.42%

%51.68
%22.9
%25.42

CMYK color model

#F66D79 color CMYK value is (0,56,51,4).

  • cyan value is 0.00%
  • magenta value is 55.69%
  • yellow value is 50.81%
  • key color value is 3.53%
CMYK:
(0,56,51,4)
C0M56Y51K4 
(0%,56%,51%,4%)
(0.00/0.56/0.51/0.04)	

CMYK percentages

%0
%55.69
%50.81
%3.53

Codes

Color #F66D79 in popluar color models

F66D79
RGB246109121
HSL355°88.39%69.61%
HSB/HSV355°55.69%96.47%
CMYK0.00%55.69%50.81%
3.53%

Color #F66D79 in popluar number systems.

HEXF66D79
Decimal246109121
Binary1111011011011011111001
Octal366155171

Shades and tints

Shades of #F66D79

#F66D79
(246,109,121)
#E0646E
(224,100,110)
#CA5B63
(202,91,99)
#B45258
(180,82,88)
#9E494D
(158,73,77)
#884042
(136,64,66)
#723737
(114,55,55)
#5C2E2C
(92,46,44)
#462521
(70,37,33)
#301C16
(48,28,22)
#1A130B
(26,19,11)
#000000
(0,0,0)

Tints of #F66D79

#F66D79
(246,109,121)
#F67A85
(246,122,133)
#F68791
(246,135,145)
#F6949D
(246,148,157)
#F6A1A9
(246,161,169)
#F6AEB5
(246,174,181)
#F6BBC1
(246,187,193)
#F6C8CD
(246,200,205)
#F6D5D9
(246,213,217)
#F6E2E5
(246,226,229)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F66D79 color. Also use rgb(246,109,121) instead hex code.

Text Font Color

.myTextColor { color: #F66D79; }

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

This text font color is #F66D79.


Background Color

.myBgColor { background-color: #F66D79; }

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

This div background color is #F66D79.


Border color

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

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

This div border color is #F66D79.


Opacity

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

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

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

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

This text has shadow with #F66D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F66D79 on black background.


Color preview on white background

This text has color #F66D79 on white background.



Black color preview on #F66D79 background

This text has black color on #F66D79 background.


White color preview on #F66D79 background

This text has white color on #F66D79 background.