COLOR #F68564

HEX: #F68564
RGB: (246,133,100)

Color info

#F68564 contains mainly red color. Web safe color of #F68564 is #FF9966 (or #F96).

RGB color model

#F68564 color RGB value is (246,133,100).

  • red value is 246;
  • green value is 133;
  • blue value is 100.
RGB:
(246,133,100)
(96%,52%,39%)

RGB channels and saturation

R 246 of 255 = 96%
G 133 of 255 = 52%
B 100 of 255 = 39%

246
133
100

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

Portions of RGB colors in percentages

R + G + B =
246 + 133 + 100 = 479 (100%)
R 246 of 479 ~ 51.36%
G 133 of 479 ~ 27.77%
B 100 of 479 ~ 20.88%

%51.36
%27.77
%20.88

CMYK color model

#F68564 color CMYK value is (0,46,59,4).

  • cyan value is 0.00%
  • magenta value is 45.93%
  • yellow value is 59.35%
  • key color value is 3.53%
CMYK:
(0,46,59,4)
C0M46Y59K4 
(0%,46%,59%,4%)
(0.00/0.46/0.59/0.04)	

CMYK percentages

%0
%45.93
%59.35
%3.53

Codes

Color #F68564 in popluar color models

F68564
RGB246133100
HSL14°89.02%67.84%
HSB/HSV14°59.35%96.47%
CMYK0.00%45.93%59.35%
3.53%

Color #F68564 in popluar number systems.

HEXF68564
Decimal246133100
Binary11110110100001011100100
Octal366205144

Shades and tints

Shades of #F68564

#F68564
(246,133,100)
#E0795B
(224,121,91)
#CA6D52
(202,109,82)
#B46149
(180,97,73)
#9E5540
(158,85,64)
#884937
(136,73,55)
#723D2E
(114,61,46)
#5C3125
(92,49,37)
#46251C
(70,37,28)
#301913
(48,25,19)
#1A0D0A
(26,13,10)
#000000
(0,0,0)

Tints of #F68564

#F68564
(246,133,100)
#F69072
(246,144,114)
#F69B80
(246,155,128)
#F6A68E
(246,166,142)
#F6B19C
(246,177,156)
#F6BCAA
(246,188,170)
#F6C7B8
(246,199,184)
#F6D2C6
(246,210,198)
#F6DDD4
(246,221,212)
#F6E8E2
(246,232,226)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68564 color. Also use rgb(246,133,100) instead hex code.

Text Font Color

.myTextColor { color: #F68564; }

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

This text font color is #F68564.


Background Color

.myBgColor { background-color: #F68564; }

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

This div background color is #F68564.


Border color

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

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

This div border color is #F68564.


Opacity

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

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

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

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

This text has shadow with #F68564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68564 on black background.


Color preview on white background

This text has color #F68564 on white background.



Black color preview on #F68564 background

This text has black color on #F68564 background.


White color preview on #F68564 background

This text has white color on #F68564 background.