COLOR #F66FAB

HEX: #F66FAB
RGB: (246,111,171)

Color info

#F66FAB contains mainly red color. Web safe color of #F66FAB is #FF6699 (or #F69).

RGB color model

#F66FAB color RGB value is (246,111,171).

  • red value is 246;
  • green value is 111;
  • blue value is 171.
RGB:
(246,111,171)
(96%,44%,67%)

RGB channels and saturation

R 246 of 255 = 96%
G 111 of 255 = 44%
B 171 of 255 = 67%

246
111
171

R + G + B ~ 69%. #F66FAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 111 + 171 = 528 (100%)
R 246 of 528 ~ 46.59%
G 111 of 528 ~ 21.02%
B 171 of 528 ~ 32.39%

%46.59
%21.02
%32.39

CMYK color model

#F66FAB color CMYK value is (0,55,30,4).

  • cyan value is 0.00%
  • magenta value is 54.88%
  • yellow value is 30.49%
  • key color value is 3.53%
CMYK:
(0,55,30,4)
C0M55Y30K4 
(0%,55%,30%,4%)
(0.00/0.55/0.30/0.04)	

CMYK percentages

%0
%54.88
%30.49
%3.53

Codes

Color #F66FAB in popluar color models

F66FAB
RGB246111171
HSL333°88.24%70.00%
HSB/HSV333°54.88%96.47%
CMYK0.00%54.88%30.49%
3.53%

Color #F66FAB in popluar number systems.

HEXF66FAB
Decimal246111171
Binary11110110110111110101011
Octal366157253

Shades and tints

Shades of #F66FAB

#F66FAB
(246,111,171)
#E0659C
(224,101,156)
#CA5B8D
(202,91,141)
#B4517E
(180,81,126)
#9E476F
(158,71,111)
#883D60
(136,61,96)
#723351
(114,51,81)
#5C2942
(92,41,66)
#461F33
(70,31,51)
#301524
(48,21,36)
#1A0B15
(26,11,21)
#000000
(0,0,0)

Tints of #F66FAB

#F66FAB
(246,111,171)
#F67CB2
(246,124,178)
#F689B9
(246,137,185)
#F696C0
(246,150,192)
#F6A3C7
(246,163,199)
#F6B0CE
(246,176,206)
#F6BDD5
(246,189,213)
#F6CADC
(246,202,220)
#F6D7E3
(246,215,227)
#F6E4EA
(246,228,234)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F66FAB color. Also use rgb(246,111,171) instead hex code.

Text Font Color

.myTextColor { color: #F66FAB; }

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

This text font color is #F66FAB.


Background Color

.myBgColor { background-color: #F66FAB; }

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

This div background color is #F66FAB.


Border color

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

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

This div border color is #F66FAB.


Opacity

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

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

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

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

This text has shadow with #F66FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F66FAB on black background.


Color preview on white background

This text has color #F66FAB on white background.



Black color preview on #F66FAB background

This text has black color on #F66FAB background.


White color preview on #F66FAB background

This text has white color on #F66FAB background.