COLOR #F50501

HEX: #F50501
RGB: (245,5,1)

Color info

#F50501 contains mainly red color. Web safe color of #F50501 is #FF0000 (or #F00).

RGB color model

#F50501 color RGB value is (245,5,1).

  • red value is 245;
  • green value is 5;
  • blue value is 1.
RGB:
(245,5,1)
(96%,2%,0%)

RGB channels and saturation

R 245 of 255 = 96%
G 5 of 255 = 2%
B 1 of 255 = 0%

245
5
1

R + G + B ~ 33%. #F50501 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
245 + 5 + 1 = 251 (100%)
R 245 of 251 ~ 97.61%
G 5 of 251 ~ 1.99%
B 1 of 251 ~ 0.4%

%97.61

CMYK color model

#F50501 color CMYK value is (0,98,100,4).

  • cyan value is 0.00%
  • magenta value is 97.96%
  • yellow value is 99.59%
  • key color value is 3.92%
CMYK:
(0,98,100,4)
C0M98Y100K4 
(0%,98%,100%,4%)
(0.00/0.98/1.00/0.04)	

CMYK percentages

%0
%97.96
%99.59
%3.92

Codes

Color #F50501 in popluar color models

F50501
RGB24551
HSL99.19%48.24%
HSB/HSV99.59%96.08%
CMYK0.00%97.96%99.59%
3.92%

Color #F50501 in popluar number systems.

HEXF50501
Decimal24551
Binary111101011011
Octal36551

Shades and tints

Shades of #F50501

#F50501
(245,5,1)
#DF0501
(223,5,1)
#C90501
(201,5,1)
#B30501
(179,5,1)
#9D0501
(157,5,1)
#870501
(135,5,1)
#710501
(113,5,1)
#5B0501
(91,5,1)
#450501
(69,5,1)
#2F0501
(47,5,1)
#190501
(25,5,1)
#000000
(0,0,0)

Tints of #F50501

#F50501
(245,5,1)
#F51B18
(245,27,24)
#F5312F
(245,49,47)
#F54746
(245,71,70)
#F55D5D
(245,93,93)
#F57374
(245,115,116)
#F5898B
(245,137,139)
#F59FA2
(245,159,162)
#F5B5B9
(245,181,185)
#F5CBD0
(245,203,208)
#F5E1E7
(245,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F50501 color. Also use rgb(245,5,1) instead hex code.

Text Font Color

.myTextColor { color: #F50501; }

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

This text font color is #F50501.


Background Color

.myBgColor { background-color: #F50501; }

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

This div background color is #F50501.


Border color

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

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

This div border color is #F50501.


Opacity

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

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

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

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

This text has shadow with #F50501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F50501 on black background.


Color preview on white background

This text has color #F50501 on white background.



Black color preview on #F50501 background

This text has black color on #F50501 background.


White color preview on #F50501 background

This text has white color on #F50501 background.