COLOR #F64DA6

HEX: #F64DA6
RGB: (246,77,166)

Color info

#F64DA6 contains mainly red color. Web safe color of #F64DA6 is #FF3399 (or #F39).

RGB color model

#F64DA6 color RGB value is (246,77,166).

  • red value is 246;
  • green value is 77;
  • blue value is 166.
RGB:
(246,77,166)
(96%,30%,65%)

RGB channels and saturation

R 246 of 255 = 96%
G 77 of 255 = 30%
B 166 of 255 = 65%

246
77
166

R + G + B ~ 64%. #F64DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 77 + 166 = 489 (100%)
R 246 of 489 ~ 50.31%
G 77 of 489 ~ 15.75%
B 166 of 489 ~ 33.95%

%50.31
%15.75
%33.95

CMYK color model

#F64DA6 color CMYK value is (0,69,33,4).

  • cyan value is 0.00%
  • magenta value is 68.70%
  • yellow value is 32.52%
  • key color value is 3.53%
CMYK:
(0,69,33,4)
C0M69Y33K4 
(0%,69%,33%,4%)
(0.00/0.69/0.33/0.04)	

CMYK percentages

%0
%68.7
%32.52
%3.53

Codes

Color #F64DA6 in popluar color models

F64DA6
RGB24677166
HSL328°90.37%63.33%
HSB/HSV328°68.70%96.47%
CMYK0.00%68.70%32.52%
3.53%

Color #F64DA6 in popluar number systems.

HEXF64DA6
Decimal24677166
Binary11110110100110110100110
Octal366115246

Shades and tints

Shades of #F64DA6

#F64DA6
(246,77,166)
#E04697
(224,70,151)
#CA3F88
(202,63,136)
#B43879
(180,56,121)
#9E316A
(158,49,106)
#882A5B
(136,42,91)
#72234C
(114,35,76)
#5C1C3D
(92,28,61)
#46152E
(70,21,46)
#300E1F
(48,14,31)
#1A0710
(26,7,16)
#000000
(0,0,0)

Tints of #F64DA6

#F64DA6
(246,77,166)
#F65DAE
(246,93,174)
#F66DB6
(246,109,182)
#F67DBE
(246,125,190)
#F68DC6
(246,141,198)
#F69DCE
(246,157,206)
#F6ADD6
(246,173,214)
#F6BDDE
(246,189,222)
#F6CDE6
(246,205,230)
#F6DDEE
(246,221,238)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F64DA6 color. Also use rgb(246,77,166) instead hex code.

Text Font Color

.myTextColor { color: #F64DA6; }

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

This text font color is #F64DA6.


Background Color

.myBgColor { background-color: #F64DA6; }

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

This div background color is #F64DA6.


Border color

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

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

This div border color is #F64DA6.


Opacity

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

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

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

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

This text has shadow with #F64DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F64DA6 on black background.


Color preview on white background

This text has color #F64DA6 on white background.



Black color preview on #F64DA6 background

This text has black color on #F64DA6 background.


White color preview on #F64DA6 background

This text has white color on #F64DA6 background.