COLOR #F50B2D

HEX: #F50B2D
RGB: (245,11,45)

Color info

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

RGB color model

#F50B2D color RGB value is (245,11,45).

  • red value is 245;
  • green value is 11;
  • blue value is 45.
RGB:
(245,11,45)
(96%,4%,18%)

RGB channels and saturation

R 245 of 255 = 96%
G 11 of 255 = 4%
B 45 of 255 = 18%

245
11
45

R + G + B ~ 39%. #F50B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
245 + 11 + 45 = 301 (100%)
R 245 of 301 ~ 81.4%
G 11 of 301 ~ 3.65%
B 45 of 301 ~ 14.95%

%81.4
%14.95

CMYK color model

#F50B2D color CMYK value is (0,96,82,4).

  • cyan value is 0.00%
  • magenta value is 95.51%
  • yellow value is 81.63%
  • key color value is 3.92%
CMYK:
(0,96,82,4)
C0M96Y82K4 
(0%,96%,82%,4%)
(0.00/0.96/0.82/0.04)	

CMYK percentages

%0
%95.51
%81.63
%3.92

Codes

Color #F50B2D in popluar color models

F50B2D
RGB2451145
HSL351°92.13%50.20%
HSB/HSV351°95.51%96.08%
CMYK0.00%95.51%81.63%
3.92%

Color #F50B2D in popluar number systems.

HEXF50B2D
Decimal2451145
Binary111101011011101101
Octal3651355

Shades and tints

Shades of #F50B2D

#F50B2D
(245,11,45)
#DF0A29
(223,10,41)
#C90925
(201,9,37)
#B30821
(179,8,33)
#9D071D
(157,7,29)
#870619
(135,6,25)
#710515
(113,5,21)
#5B0411
(91,4,17)
#45030D
(69,3,13)
#2F0209
(47,2,9)
#190105
(25,1,5)
#000000
(0,0,0)

Tints of #F50B2D

#F50B2D
(245,11,45)
#F52140
(245,33,64)
#F53753
(245,55,83)
#F54D66
(245,77,102)
#F56379
(245,99,121)
#F5798C
(245,121,140)
#F58F9F
(245,143,159)
#F5A5B2
(245,165,178)
#F5BBC5
(245,187,197)
#F5D1D8
(245,209,216)
#F5E7EB
(245,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F50B2D color. Also use rgb(245,11,45) instead hex code.

Text Font Color

.myTextColor { color: #F50B2D; }

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

This text font color is #F50B2D.


Background Color

.myBgColor { background-color: #F50B2D; }

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

This div background color is #F50B2D.


Border color

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

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

This div border color is #F50B2D.


Opacity

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

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

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

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

This text has shadow with #F50B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F50B2D on black background.


Color preview on white background

This text has color #F50B2D on white background.



Black color preview on #F50B2D background

This text has black color on #F50B2D background.


White color preview on #F50B2D background

This text has white color on #F50B2D background.