COLOR #F5073D

HEX: #F5073D
RGB: (245,7,61)

Color info

#F5073D contains mainly red color. Web safe color of #F5073D is #FF0033 (or #F03).

RGB color model

#F5073D color RGB value is (245,7,61).

  • red value is 245;
  • green value is 7;
  • blue value is 61.
RGB:
(245,7,61)
(96%,3%,24%)

RGB channels and saturation

R 245 of 255 = 96%
G 7 of 255 = 3%
B 61 of 255 = 24%

245
7
61

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

Portions of RGB colors in percentages

R + G + B =
245 + 7 + 61 = 313 (100%)
R 245 of 313 ~ 78.27%
G 7 of 313 ~ 2.24%
B 61 of 313 ~ 19.49%

%78.27
%19.49

CMYK color model

#F5073D color CMYK value is (0,97,75,4).

  • cyan value is 0.00%
  • magenta value is 97.14%
  • yellow value is 75.10%
  • key color value is 3.92%
CMYK:
(0,97,75,4)
C0M97Y75K4 
(0%,97%,75%,4%)
(0.00/0.97/0.75/0.04)	

CMYK percentages

%0
%97.14
%75.1
%3.92

Codes

Color #F5073D in popluar color models

F5073D
RGB245761
HSL346°94.44%49.41%
HSB/HSV346°97.14%96.08%
CMYK0.00%97.14%75.10%
3.92%

Color #F5073D in popluar number systems.

HEXF5073D
Decimal245761
Binary11110101111111101
Octal365775

Shades and tints

Shades of #F5073D

#F5073D
(245,7,61)
#DF0738
(223,7,56)
#C90733
(201,7,51)
#B3072E
(179,7,46)
#9D0729
(157,7,41)
#870724
(135,7,36)
#71071F
(113,7,31)
#5B071A
(91,7,26)
#450715
(69,7,21)
#2F0710
(47,7,16)
#19070B
(25,7,11)
#000000
(0,0,0)

Tints of #F5073D

#F5073D
(245,7,61)
#F51D4E
(245,29,78)
#F5335F
(245,51,95)
#F54970
(245,73,112)
#F55F81
(245,95,129)
#F57592
(245,117,146)
#F58BA3
(245,139,163)
#F5A1B4
(245,161,180)
#F5B7C5
(245,183,197)
#F5CDD6
(245,205,214)
#F5E3E7
(245,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5073D color. Also use rgb(245,7,61) instead hex code.

Text Font Color

.myTextColor { color: #F5073D; }

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

This text font color is #F5073D.


Background Color

.myBgColor { background-color: #F5073D; }

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

This div background color is #F5073D.


Border color

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

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

This div border color is #F5073D.


Opacity

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

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

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

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

This text has shadow with #F5073D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5073D on black background.


Color preview on white background

This text has color #F5073D on white background.



Black color preview on #F5073D background

This text has black color on #F5073D background.


White color preview on #F5073D background

This text has white color on #F5073D background.