COLOR #F51F32

HEX: #F51F32
RGB: (245,31,50)

Color info

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

RGB color model

#F51F32 color RGB value is (245,31,50).

  • red value is 245;
  • green value is 31;
  • blue value is 50.
RGB:
(245,31,50)
(96%,12%,20%)

RGB channels and saturation

R 245 of 255 = 96%
G 31 of 255 = 12%
B 50 of 255 = 20%

245
31
50

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

Portions of RGB colors in percentages

R + G + B =
245 + 31 + 50 = 326 (100%)
R 245 of 326 ~ 75.15%
G 31 of 326 ~ 9.51%
B 50 of 326 ~ 15.34%

%75.15
%9.51
%15.34

CMYK color model

#F51F32 color CMYK value is (0,87,80,4).

  • cyan value is 0.00%
  • magenta value is 87.35%
  • yellow value is 79.59%
  • key color value is 3.92%
CMYK:
(0,87,80,4)
C0M87Y80K4 
(0%,87%,80%,4%)
(0.00/0.87/0.80/0.04)	

CMYK percentages

%0
%87.35
%79.59
%3.92

Codes

Color #F51F32 in popluar color models

F51F32
RGB2453150
HSL355°91.45%54.12%
HSB/HSV355°87.35%96.08%
CMYK0.00%87.35%79.59%
3.92%

Color #F51F32 in popluar number systems.

HEXF51F32
Decimal2453150
Binary1111010111111110010
Octal3653762

Shades and tints

Shades of #F51F32

#F51F32
(245,31,50)
#DF1D2E
(223,29,46)
#C91B2A
(201,27,42)
#B31926
(179,25,38)
#9D1722
(157,23,34)
#87151E
(135,21,30)
#71131A
(113,19,26)
#5B1116
(91,17,22)
#450F12
(69,15,18)
#2F0D0E
(47,13,14)
#190B0A
(25,11,10)
#000000
(0,0,0)

Tints of #F51F32

#F51F32
(245,31,50)
#F53344
(245,51,68)
#F54756
(245,71,86)
#F55B68
(245,91,104)
#F56F7A
(245,111,122)
#F5838C
(245,131,140)
#F5979E
(245,151,158)
#F5ABB0
(245,171,176)
#F5BFC2
(245,191,194)
#F5D3D4
(245,211,212)
#F5E7E6
(245,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F51F32 color. Also use rgb(245,31,50) instead hex code.

Text Font Color

.myTextColor { color: #F51F32; }

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

This text font color is #F51F32.


Background Color

.myBgColor { background-color: #F51F32; }

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

This div background color is #F51F32.


Border color

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

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

This div border color is #F51F32.


Opacity

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

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

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

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

This text has shadow with #F51F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F51F32 on black background.


Color preview on white background

This text has color #F51F32 on white background.



Black color preview on #F51F32 background

This text has black color on #F51F32 background.


White color preview on #F51F32 background

This text has white color on #F51F32 background.