COLOR #F84442

HEX: #F84442
RGB: (248,68,66)

Color info

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

RGB color model

#F84442 color RGB value is (248,68,66).

  • red value is 248;
  • green value is 68;
  • blue value is 66.
RGB:
(248,68,66)
(97%,27%,26%)

RGB channels and saturation

R 248 of 255 = 97%
G 68 of 255 = 27%
B 66 of 255 = 26%

248
68
66

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

Portions of RGB colors in percentages

R + G + B =
248 + 68 + 66 = 382 (100%)
R 248 of 382 ~ 64.92%
G 68 of 382 ~ 17.8%
B 66 of 382 ~ 17.28%

%64.92
%17.8
%17.28

CMYK color model

#F84442 color CMYK value is (0,73,73,3).

  • cyan value is 0.00%
  • magenta value is 72.58%
  • yellow value is 73.39%
  • key color value is 2.75%
CMYK:
(0,73,73,3)
C0M73Y73K3 
(0%,73%,73%,3%)
(0.00/0.73/0.73/0.03)	

CMYK percentages

%0
%72.58
%73.39
%2.75

Codes

Color #F84442 in popluar color models

F84442
RGB2486866
HSL92.86%61.57%
HSB/HSV73.39%97.25%
CMYK0.00%72.58%73.39%
2.75%

Color #F84442 in popluar number systems.

HEXF84442
Decimal2486866
Binary1111100010001001000010
Octal370104102

Shades and tints

Shades of #F84442

#F84442
(248,68,66)
#E23E3C
(226,62,60)
#CC3836
(204,56,54)
#B63230
(182,50,48)
#A02C2A
(160,44,42)
#8A2624
(138,38,36)
#74201E
(116,32,30)
#5E1A18
(94,26,24)
#481412
(72,20,18)
#320E0C
(50,14,12)
#1C0806
(28,8,6)
#000000
(0,0,0)

Tints of #F84442

#F84442
(248,68,66)
#F85553
(248,85,83)
#F86664
(248,102,100)
#F87775
(248,119,117)
#F88886
(248,136,134)
#F89997
(248,153,151)
#F8AAA8
(248,170,168)
#F8BBB9
(248,187,185)
#F8CCCA
(248,204,202)
#F8DDDB
(248,221,219)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F84442 color. Also use rgb(248,68,66) instead hex code.

Text Font Color

.myTextColor { color: #F84442; }

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

This text font color is #F84442.


Background Color

.myBgColor { background-color: #F84442; }

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

This div background color is #F84442.


Border color

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

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

This div border color is #F84442.


Opacity

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

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

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

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

This text has shadow with #F84442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F84442 on black background.


Color preview on white background

This text has color #F84442 on white background.



Black color preview on #F84442 background

This text has black color on #F84442 background.


White color preview on #F84442 background

This text has white color on #F84442 background.