COLOR #F53648

HEX: #F53648
RGB: (245,54,72)

Color info

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

RGB color model

#F53648 color RGB value is (245,54,72).

  • red value is 245;
  • green value is 54;
  • blue value is 72.
RGB:
(245,54,72)
(96%,21%,28%)

RGB channels and saturation

R 245 of 255 = 96%
G 54 of 255 = 21%
B 72 of 255 = 28%

245
54
72

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

Portions of RGB colors in percentages

R + G + B =
245 + 54 + 72 = 371 (100%)
R 245 of 371 ~ 66.04%
G 54 of 371 ~ 14.56%
B 72 of 371 ~ 19.41%

%66.04
%14.56
%19.41

CMYK color model

#F53648 color CMYK value is (0,78,71,4).

  • cyan value is 0.00%
  • magenta value is 77.96%
  • yellow value is 70.61%
  • key color value is 3.92%
CMYK:
(0,78,71,4)
C0M78Y71K4 
(0%,78%,71%,4%)
(0.00/0.78/0.71/0.04)	

CMYK percentages

%0
%77.96
%70.61
%3.92

Codes

Color #F53648 in popluar color models

F53648
RGB2455472
HSL354°90.52%58.63%
HSB/HSV354°77.96%96.08%
CMYK0.00%77.96%70.61%
3.92%

Color #F53648 in popluar number systems.

HEXF53648
Decimal2455472
Binary111101011101101001000
Octal36566110

Shades and tints

Shades of #F53648

#F53648
(245,54,72)
#DF3242
(223,50,66)
#C92E3C
(201,46,60)
#B32A36
(179,42,54)
#9D2630
(157,38,48)
#87222A
(135,34,42)
#711E24
(113,30,36)
#5B1A1E
(91,26,30)
#451618
(69,22,24)
#2F1212
(47,18,18)
#190E0C
(25,14,12)
#000000
(0,0,0)

Tints of #F53648

#F53648
(245,54,72)
#F54858
(245,72,88)
#F55A68
(245,90,104)
#F56C78
(245,108,120)
#F57E88
(245,126,136)
#F59098
(245,144,152)
#F5A2A8
(245,162,168)
#F5B4B8
(245,180,184)
#F5C6C8
(245,198,200)
#F5D8D8
(245,216,216)
#F5EAE8
(245,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F53648 color. Also use rgb(245,54,72) instead hex code.

Text Font Color

.myTextColor { color: #F53648; }

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

This text font color is #F53648.


Background Color

.myBgColor { background-color: #F53648; }

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

This div background color is #F53648.


Border color

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

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

This div border color is #F53648.


Opacity

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

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

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

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

This text has shadow with #F53648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F53648 on black background.


Color preview on white background

This text has color #F53648 on white background.



Black color preview on #F53648 background

This text has black color on #F53648 background.


White color preview on #F53648 background

This text has white color on #F53648 background.