COLOR #F64540

HEX: #F64540
RGB: (246,69,64)

Color info

#F64540 contains mainly red color. Web safe color of #F64540 is #FF3333 (or #F33).

RGB color model

#F64540 color RGB value is (246,69,64).

  • red value is 246;
  • green value is 69;
  • blue value is 64.
RGB:
(246,69,64)
(96%,27%,25%)

RGB channels and saturation

R 246 of 255 = 96%
G 69 of 255 = 27%
B 64 of 255 = 25%

246
69
64

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

Portions of RGB colors in percentages

R + G + B =
246 + 69 + 64 = 379 (100%)
R 246 of 379 ~ 64.91%
G 69 of 379 ~ 18.21%
B 64 of 379 ~ 16.89%

%64.91
%18.21
%16.89

CMYK color model

#F64540 color CMYK value is (0,72,74,4).

  • cyan value is 0.00%
  • magenta value is 71.95%
  • yellow value is 73.98%
  • key color value is 3.53%
CMYK:
(0,72,74,4)
C0M72Y74K4 
(0%,72%,74%,4%)
(0.00/0.72/0.74/0.04)	

CMYK percentages

%0
%71.95
%73.98
%3.53

Codes

Color #F64540 in popluar color models

F64540
RGB2466964
HSL91.00%60.78%
HSB/HSV73.98%96.47%
CMYK0.00%71.95%73.98%
3.53%

Color #F64540 in popluar number systems.

HEXF64540
Decimal2466964
Binary1111011010001011000000
Octal366105100

Shades and tints

Shades of #F64540

#F64540
(246,69,64)
#E03F3B
(224,63,59)
#CA3936
(202,57,54)
#B43331
(180,51,49)
#9E2D2C
(158,45,44)
#882727
(136,39,39)
#722122
(114,33,34)
#5C1B1D
(92,27,29)
#461518
(70,21,24)
#300F13
(48,15,19)
#1A090E
(26,9,14)
#000000
(0,0,0)

Tints of #F64540

#F64540
(246,69,64)
#F65551
(246,85,81)
#F66562
(246,101,98)
#F67573
(246,117,115)
#F68584
(246,133,132)
#F69595
(246,149,149)
#F6A5A6
(246,165,166)
#F6B5B7
(246,181,183)
#F6C5C8
(246,197,200)
#F6D5D9
(246,213,217)
#F6E5EA
(246,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F64540 color. Also use rgb(246,69,64) instead hex code.

Text Font Color

.myTextColor { color: #F64540; }

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

This text font color is #F64540.


Background Color

.myBgColor { background-color: #F64540; }

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

This div background color is #F64540.


Border color

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

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

This div border color is #F64540.


Opacity

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

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

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

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

This text has shadow with #F64540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F64540 on black background.


Color preview on white background

This text has color #F64540 on white background.



Black color preview on #F64540 background

This text has black color on #F64540 background.


White color preview on #F64540 background

This text has white color on #F64540 background.