COLOR #F6382E

HEX: #F6382E
RGB: (246,56,46)

Color info

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

RGB color model

#F6382E color RGB value is (246,56,46).

  • red value is 246;
  • green value is 56;
  • blue value is 46.
RGB:
(246,56,46)
(96%,22%,18%)

RGB channels and saturation

R 246 of 255 = 96%
G 56 of 255 = 22%
B 46 of 255 = 18%

246
56
46

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

Portions of RGB colors in percentages

R + G + B =
246 + 56 + 46 = 348 (100%)
R 246 of 348 ~ 70.69%
G 56 of 348 ~ 16.09%
B 46 of 348 ~ 13.22%

%70.69
%16.09
%13.22

CMYK color model

#F6382E color CMYK value is (0,77,81,4).

  • cyan value is 0.00%
  • magenta value is 77.24%
  • yellow value is 81.30%
  • key color value is 3.53%
CMYK:
(0,77,81,4)
C0M77Y81K4 
(0%,77%,81%,4%)
(0.00/0.77/0.81/0.04)	

CMYK percentages

%0
%77.24
%81.3
%3.53

Codes

Color #F6382E in popluar color models

F6382E
RGB2465646
HSL91.74%57.25%
HSB/HSV81.30%96.47%
CMYK0.00%77.24%81.30%
3.53%

Color #F6382E in popluar number systems.

HEXF6382E
Decimal2465646
Binary11110110111000101110
Octal3667056

Shades and tints

Shades of #F6382E

#F6382E
(246,56,46)
#E0332A
(224,51,42)
#CA2E26
(202,46,38)
#B42922
(180,41,34)
#9E241E
(158,36,30)
#881F1A
(136,31,26)
#721A16
(114,26,22)
#5C1512
(92,21,18)
#46100E
(70,16,14)
#300B0A
(48,11,10)
#1A0606
(26,6,6)
#000000
(0,0,0)

Tints of #F6382E

#F6382E
(246,56,46)
#F64A41
(246,74,65)
#F65C54
(246,92,84)
#F66E67
(246,110,103)
#F6807A
(246,128,122)
#F6928D
(246,146,141)
#F6A4A0
(246,164,160)
#F6B6B3
(246,182,179)
#F6C8C6
(246,200,198)
#F6DAD9
(246,218,217)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6382E color. Also use rgb(246,56,46) instead hex code.

Text Font Color

.myTextColor { color: #F6382E; }

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

This text font color is #F6382E.


Background Color

.myBgColor { background-color: #F6382E; }

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

This div background color is #F6382E.


Border color

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

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

This div border color is #F6382E.


Opacity

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

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

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

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

This text has shadow with #F6382E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6382E on black background.


Color preview on white background

This text has color #F6382E on white background.



Black color preview on #F6382E background

This text has black color on #F6382E background.


White color preview on #F6382E background

This text has white color on #F6382E background.