COLOR #F64856

HEX: #F64856
RGB: (246,72,86)

Color info

#F64856 contains mainly red color. Web safe color of #F64856 is #FF3366 (or #F36).

RGB color model

#F64856 color RGB value is (246,72,86).

  • red value is 246;
  • green value is 72;
  • blue value is 86.
RGB:
(246,72,86)
(96%,28%,34%)

RGB channels and saturation

R 246 of 255 = 96%
G 72 of 255 = 28%
B 86 of 255 = 34%

246
72
86

R + G + B ~ 53%. #F64856 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
246 + 72 + 86 = 404 (100%)
R 246 of 404 ~ 60.89%
G 72 of 404 ~ 17.82%
B 86 of 404 ~ 21.29%

%60.89
%17.82
%21.29

CMYK color model

#F64856 color CMYK value is (0,71,65,4).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 65.04%
  • key color value is 3.53%
CMYK:
(0,71,65,4)
C0M71Y65K4 
(0%,71%,65%,4%)
(0.00/0.71/0.65/0.04)	

CMYK percentages

%0
%70.73
%65.04
%3.53

Codes

Color #F64856 in popluar color models

F64856
RGB2467286
HSL355°90.63%62.35%
HSB/HSV355°70.73%96.47%
CMYK0.00%70.73%65.04%
3.53%

Color #F64856 in popluar number systems.

HEXF64856
Decimal2467286
Binary1111011010010001010110
Octal366110126

Shades and tints

Shades of #F64856

#F64856
(246,72,86)
#E0424F
(224,66,79)
#CA3C48
(202,60,72)
#B43641
(180,54,65)
#9E303A
(158,48,58)
#882A33
(136,42,51)
#72242C
(114,36,44)
#5C1E25
(92,30,37)
#46181E
(70,24,30)
#301217
(48,18,23)
#1A0C10
(26,12,16)
#000000
(0,0,0)

Tints of #F64856

#F64856
(246,72,86)
#F65865
(246,88,101)
#F66874
(246,104,116)
#F67883
(246,120,131)
#F68892
(246,136,146)
#F698A1
(246,152,161)
#F6A8B0
(246,168,176)
#F6B8BF
(246,184,191)
#F6C8CE
(246,200,206)
#F6D8DD
(246,216,221)
#F6E8EC
(246,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F64856 color. Also use rgb(246,72,86) instead hex code.

Text Font Color

.myTextColor { color: #F64856; }

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

This text font color is #F64856.


Background Color

.myBgColor { background-color: #F64856; }

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

This div background color is #F64856.


Border color

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

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

This div border color is #F64856.


Opacity

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

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

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

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

This text has shadow with #F64856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F64856 on black background.


Color preview on white background

This text has color #F64856 on white background.



Black color preview on #F64856 background

This text has black color on #F64856 background.


White color preview on #F64856 background

This text has white color on #F64856 background.