COLOR #F52B46

HEX: #F52B46
RGB: (245,43,70)

Color info

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

RGB color model

#F52B46 color RGB value is (245,43,70).

  • red value is 245;
  • green value is 43;
  • blue value is 70.
RGB:
(245,43,70)
(96%,17%,27%)

RGB channels and saturation

R 245 of 255 = 96%
G 43 of 255 = 17%
B 70 of 255 = 27%

245
43
70

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

Portions of RGB colors in percentages

R + G + B =
245 + 43 + 70 = 358 (100%)
R 245 of 358 ~ 68.44%
G 43 of 358 ~ 12.01%
B 70 of 358 ~ 19.55%

%68.44
%12.01
%19.55

CMYK color model

#F52B46 color CMYK value is (0,82,71,4).

  • cyan value is 0.00%
  • magenta value is 82.45%
  • yellow value is 71.43%
  • key color value is 3.92%
CMYK:
(0,82,71,4)
C0M82Y71K4 
(0%,82%,71%,4%)
(0.00/0.82/0.71/0.04)	

CMYK percentages

%0
%82.45
%71.43
%3.92

Codes

Color #F52B46 in popluar color models

F52B46
RGB2454370
HSL352°90.99%56.47%
HSB/HSV352°82.45%96.08%
CMYK0.00%82.45%71.43%
3.92%

Color #F52B46 in popluar number systems.

HEXF52B46
Decimal2454370
Binary111101011010111000110
Octal36553106

Shades and tints

Shades of #F52B46

#F52B46
(245,43,70)
#DF2840
(223,40,64)
#C9253A
(201,37,58)
#B32234
(179,34,52)
#9D1F2E
(157,31,46)
#871C28
(135,28,40)
#711922
(113,25,34)
#5B161C
(91,22,28)
#451316
(69,19,22)
#2F1010
(47,16,16)
#190D0A
(25,13,10)
#000000
(0,0,0)

Tints of #F52B46

#F52B46
(245,43,70)
#F53E56
(245,62,86)
#F55166
(245,81,102)
#F56476
(245,100,118)
#F57786
(245,119,134)
#F58A96
(245,138,150)
#F59DA6
(245,157,166)
#F5B0B6
(245,176,182)
#F5C3C6
(245,195,198)
#F5D6D6
(245,214,214)
#F5E9E6
(245,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F52B46 color. Also use rgb(245,43,70) instead hex code.

Text Font Color

.myTextColor { color: #F52B46; }

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

This text font color is #F52B46.


Background Color

.myBgColor { background-color: #F52B46; }

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

This div background color is #F52B46.


Border color

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

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

This div border color is #F52B46.


Opacity

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

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

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

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

This text has shadow with #F52B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F52B46 on black background.


Color preview on white background

This text has color #F52B46 on white background.



Black color preview on #F52B46 background

This text has black color on #F52B46 background.


White color preview on #F52B46 background

This text has white color on #F52B46 background.