COLOR #F84140

HEX: #F84140
RGB: (248,65,64)

Color info

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

RGB color model

#F84140 color RGB value is (248,65,64).

  • red value is 248;
  • green value is 65;
  • blue value is 64.
RGB:
(248,65,64)
(97%,25%,25%)

RGB channels and saturation

R 248 of 255 = 97%
G 65 of 255 = 25%
B 64 of 255 = 25%

248
65
64

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

Portions of RGB colors in percentages

R + G + B =
248 + 65 + 64 = 377 (100%)
R 248 of 377 ~ 65.78%
G 65 of 377 ~ 17.24%
B 64 of 377 ~ 16.98%

%65.78
%17.24
%16.98

CMYK color model

#F84140 color CMYK value is (0,74,74,3).

  • cyan value is 0.00%
  • magenta value is 73.79%
  • yellow value is 74.19%
  • key color value is 2.75%
CMYK:
(0,74,74,3)
C0M74Y74K3 
(0%,74%,74%,3%)
(0.00/0.74/0.74/0.03)	

CMYK percentages

%0
%73.79
%74.19
%2.75

Codes

Color #F84140 in popluar color models

F84140
RGB2486564
HSL92.93%61.18%
HSB/HSV74.19%97.25%
CMYK0.00%73.79%74.19%
2.75%

Color #F84140 in popluar number systems.

HEXF84140
Decimal2486564
Binary1111100010000011000000
Octal370101100

Shades and tints

Shades of #F84140

#F84140
(248,65,64)
#E23C3B
(226,60,59)
#CC3736
(204,55,54)
#B63231
(182,50,49)
#A02D2C
(160,45,44)
#8A2827
(138,40,39)
#742322
(116,35,34)
#5E1E1D
(94,30,29)
#481918
(72,25,24)
#321413
(50,20,19)
#1C0F0E
(28,15,14)
#000000
(0,0,0)

Tints of #F84140

#F84140
(248,65,64)
#F85251
(248,82,81)
#F86362
(248,99,98)
#F87473
(248,116,115)
#F88584
(248,133,132)
#F89695
(248,150,149)
#F8A7A6
(248,167,166)
#F8B8B7
(248,184,183)
#F8C9C8
(248,201,200)
#F8DAD9
(248,218,217)
#F8EBEA
(248,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F84140 color. Also use rgb(248,65,64) instead hex code.

Text Font Color

.myTextColor { color: #F84140; }

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

This text font color is #F84140.


Background Color

.myBgColor { background-color: #F84140; }

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

This div background color is #F84140.


Border color

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

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

This div border color is #F84140.


Opacity

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

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

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

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

This text has shadow with #F84140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F84140 on black background.


Color preview on white background

This text has color #F84140 on white background.



Black color preview on #F84140 background

This text has black color on #F84140 background.


White color preview on #F84140 background

This text has white color on #F84140 background.