COLOR #F66D7B

HEX: #F66D7B RGB: (246,109,123)

Color info

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

RGB color model

#F66D7B color RGB value is (246,109,123).

RGB: (246,109,123) (96%, 43%, 48%)

RGB channels and saturation

R 246 of 255 = 96%
G 109 of 255 = 43%
B 123 of 255 = 48%

246
109
123

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

Portions of RGB colors in percentages

R + G + B = 246 + 109 + 123 = 478 (100%)
R 246 of 478 ~ 51.46%
G 109 of 478 ~ 22.8%
B 123 of 478 ~ 25.73'%

%51.46
%22.8
%25.73

CMYK color model

#F66D7B color CMYK value is (0,56,50,4).

  • cyan value is 0.00%
  • magenta value is 55.69%
  • yellow value is 50.00%
  • key color value is 3.53%

CMYK: (0,56,50,4)
C0M56Y50K4 (0%, 56%, 50%, 4%)
(0.00 / 0.56 / 0.50 / 0.04)

CMYK percentages

%0
%55.69
%50
%3.53

Codes

Color #F66D7B in popluar color models

F6 6D 7B
RGB 246 109 123
HSL 354° 88.39% 69.61%
HSB/HSV 354° 55.69% 96.47%
CMYK 0.00% 55.69% 50.00%
3.53%

Color #F66D7B in popluar number systems.

HEX F6 6D 7B
Decimal 246 109 123
Binary 11110110 1101101 1111011
Octal 366 155 173

Shades and tints

Shades of #F66D7B

#F66D7B
(246,109,123)
#E06470
(224,100,112)
#CA5B65
(202,91,101)
#B4525A
(180,82,90)
#9E494F
(158,73,79)
#884044
(136,64,68)
#723739
(114,55,57)
#5C2E2E
(92,46,46)
#462523
(70,37,35)
#301C18
(48,28,24)
#1A130D
(26,19,13)
#000000
(0,0,0)

Tints of #F66D7B

#F66D7B
(246,109,123)
#F67A87
(246,122,135)
#F68793
(246,135,147)
#F6949F
(246,148,159)
#F6A1AB
(246,161,171)
#F6AEB7
(246,174,183)
#F6BBC3
(246,187,195)
#F6C8CF
(246,200,207)
#F6D5DB
(246,213,219)
#F6E2E7
(246,226,231)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F66D7B; }

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

This text font color is #F66D7B.

Background Color

.myBgColor { background-color: #F66D7B; }

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

This div background color is #F66D7B.

Border color

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

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

This div border color is #F66D7B.

Opacity

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

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

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

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

This text has shadow with #F66D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F66D7B.

Preview

Color preview on black background

This text has color #F66D7B on black background.


Color preview on white background

This text has color #F66D7B on white background.


Black color preview on #F66D7B background

This text has black color on #F66D7B background.


White color preview on #F66D7B background

This text has white color on #F66D7B background.


Related colors

Complementary color

Complementary color for #hex is #099284.


I love getcolorcode.com

Triadic colors

1 #7BF66D and #6D7BF6 with #F66D7B are triadic colors.

2 #7B6DF6 and #6DF67B with #F66D7B are triadic colors.