COLOR #F73F43

HEX: #F73F43
RGB: (247,63,67)

Color info

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

RGB color model

#F73F43 color RGB value is (247,63,67).

  • red value is 247;
  • green value is 63;
  • blue value is 67.
RGB:
(247,63,67)
(97%,25%,26%)

RGB channels and saturation

R 247 of 255 = 97%
G 63 of 255 = 25%
B 67 of 255 = 26%

247
63
67

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

Portions of RGB colors in percentages

R + G + B =
247 + 63 + 67 = 377 (100%)
R 247 of 377 ~ 65.52%
G 63 of 377 ~ 16.71%
B 67 of 377 ~ 17.77%

%65.52
%16.71
%17.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 74.49%
  • yellow value is 72.87%
  • key color value is 3.14%
CMYK:
(0,74,73,3)
C0M74Y73K3 
(0%,74%,73%,3%)
(0.00/0.74/0.73/0.03)	

CMYK percentages

%0
%74.49
%72.87
%3.14

Codes

Color #F73F43 in popluar color models

F73F43
RGB2476367
HSL359°92.00%60.78%
HSB/HSV359°74.49%96.86%
CMYK0.00%74.49%72.87%
3.14%

Color #F73F43 in popluar number systems.

HEXF73F43
Decimal2476367
Binary111101111111111000011
Octal36777103

Shades and tints

Shades of #F73F43

#F73F43
(247,63,67)
#E13A3D
(225,58,61)
#CB3537
(203,53,55)
#B53031
(181,48,49)
#9F2B2B
(159,43,43)
#892625
(137,38,37)
#73211F
(115,33,31)
#5D1C19
(93,28,25)
#471713
(71,23,19)
#31120D
(49,18,13)
#1B0D07
(27,13,7)
#000000
(0,0,0)

Tints of #F73F43

#F73F43
(247,63,67)
#F75054
(247,80,84)
#F76165
(247,97,101)
#F77276
(247,114,118)
#F78387
(247,131,135)
#F79498
(247,148,152)
#F7A5A9
(247,165,169)
#F7B6BA
(247,182,186)
#F7C7CB
(247,199,203)
#F7D8DC
(247,216,220)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F73F43 color. Also use rgb(247,63,67) instead hex code.

Text Font Color

.myTextColor { color: #F73F43; }

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

This text font color is #F73F43.


Background Color

.myBgColor { background-color: #F73F43; }

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

This div background color is #F73F43.


Border color

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

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

This div border color is #F73F43.


Opacity

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

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

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

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

This text has shadow with #F73F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F73F43 on black background.


Color preview on white background

This text has color #F73F43 on white background.



Black color preview on #F73F43 background

This text has black color on #F73F43 background.


White color preview on #F73F43 background

This text has white color on #F73F43 background.