COLOR #F50F35

HEX: #F50F35
RGB: (245,15,53)

Color info

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

RGB color model

#F50F35 color RGB value is (245,15,53).

  • red value is 245;
  • green value is 15;
  • blue value is 53.
RGB:
(245,15,53)
(96%,6%,21%)

RGB channels and saturation

R 245 of 255 = 96%
G 15 of 255 = 6%
B 53 of 255 = 21%

245
15
53

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

Portions of RGB colors in percentages

R + G + B =
245 + 15 + 53 = 313 (100%)
R 245 of 313 ~ 78.27%
G 15 of 313 ~ 4.79%
B 53 of 313 ~ 16.93%

%78.27
%16.93

CMYK color model

#F50F35 color CMYK value is (0,94,78,4).

  • cyan value is 0.00%
  • magenta value is 93.88%
  • yellow value is 78.37%
  • key color value is 3.92%
CMYK:
(0,94,78,4)
C0M94Y78K4 
(0%,94%,78%,4%)
(0.00/0.94/0.78/0.04)	

CMYK percentages

%0
%93.88
%78.37
%3.92

Codes

Color #F50F35 in popluar color models

F50F35
RGB2451553
HSL350°92.00%50.98%
HSB/HSV350°93.88%96.08%
CMYK0.00%93.88%78.37%
3.92%

Color #F50F35 in popluar number systems.

HEXF50F35
Decimal2451553
Binary111101011111110101
Octal3651765

Shades and tints

Shades of #F50F35

#F50F35
(245,15,53)
#DF0E31
(223,14,49)
#C90D2D
(201,13,45)
#B30C29
(179,12,41)
#9D0B25
(157,11,37)
#870A21
(135,10,33)
#71091D
(113,9,29)
#5B0819
(91,8,25)
#450715
(69,7,21)
#2F0611
(47,6,17)
#19050D
(25,5,13)
#000000
(0,0,0)

Tints of #F50F35

#F50F35
(245,15,53)
#F52447
(245,36,71)
#F53959
(245,57,89)
#F54E6B
(245,78,107)
#F5637D
(245,99,125)
#F5788F
(245,120,143)
#F58DA1
(245,141,161)
#F5A2B3
(245,162,179)
#F5B7C5
(245,183,197)
#F5CCD7
(245,204,215)
#F5E1E9
(245,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F50F35 color. Also use rgb(245,15,53) instead hex code.

Text Font Color

.myTextColor { color: #F50F35; }

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

This text font color is #F50F35.


Background Color

.myBgColor { background-color: #F50F35; }

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

This div background color is #F50F35.


Border color

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

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

This div border color is #F50F35.


Opacity

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

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

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

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

This text has shadow with #F50F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F50F35 on black background.


Color preview on white background

This text has color #F50F35 on white background.



Black color preview on #F50F35 background

This text has black color on #F50F35 background.


White color preview on #F50F35 background

This text has white color on #F50F35 background.