COLOR #F8213E

HEX: #F8213E
RGB: (248,33,62)

Color info

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

RGB color model

#F8213E color RGB value is (248,33,62).

  • red value is 248;
  • green value is 33;
  • blue value is 62.
RGB:
(248,33,62)
(97%,13%,24%)

RGB channels and saturation

R 248 of 255 = 97%
G 33 of 255 = 13%
B 62 of 255 = 24%

248
33
62

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

Portions of RGB colors in percentages

R + G + B =
248 + 33 + 62 = 343 (100%)
R 248 of 343 ~ 72.3%
G 33 of 343 ~ 9.62%
B 62 of 343 ~ 18.08%

%72.3
%9.62
%18.08

CMYK color model

#F8213E color CMYK value is (0,87,75,3).

  • cyan value is 0.00%
  • magenta value is 86.69%
  • yellow value is 75.00%
  • key color value is 2.75%
CMYK:
(0,87,75,3)
C0M87Y75K3 
(0%,87%,75%,3%)
(0.00/0.87/0.75/0.03)	

CMYK percentages

%0
%86.69
%75
%2.75

Codes

Color #F8213E in popluar color models

F8213E
RGB2483362
HSL352°93.89%55.10%
HSB/HSV352°86.69%97.25%
CMYK0.00%86.69%75.00%
2.75%

Color #F8213E in popluar number systems.

HEXF8213E
Decimal2483362
Binary11111000100001111110
Octal3704176

Shades and tints

Shades of #F8213E

#F8213E
(248,33,62)
#E21E39
(226,30,57)
#CC1B34
(204,27,52)
#B6182F
(182,24,47)
#A0152A
(160,21,42)
#8A1225
(138,18,37)
#740F20
(116,15,32)
#5E0C1B
(94,12,27)
#480916
(72,9,22)
#320611
(50,6,17)
#1C030C
(28,3,12)
#000000
(0,0,0)

Tints of #F8213E

#F8213E
(248,33,62)
#F8354F
(248,53,79)
#F84960
(248,73,96)
#F85D71
(248,93,113)
#F87182
(248,113,130)
#F88593
(248,133,147)
#F899A4
(248,153,164)
#F8ADB5
(248,173,181)
#F8C1C6
(248,193,198)
#F8D5D7
(248,213,215)
#F8E9E8
(248,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8213E color. Also use rgb(248,33,62) instead hex code.

Text Font Color

.myTextColor { color: #F8213E; }

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

This text font color is #F8213E.


Background Color

.myBgColor { background-color: #F8213E; }

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

This div background color is #F8213E.


Border color

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

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

This div border color is #F8213E.


Opacity

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

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

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

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

This text has shadow with #F8213E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8213E on black background.


Color preview on white background

This text has color #F8213E on white background.



Black color preview on #F8213E background

This text has black color on #F8213E background.


White color preview on #F8213E background

This text has white color on #F8213E background.