COLOR #F52178

HEX: #F52178
RGB: (245,33,120)

Color info

#F52178 contains mainly red color. Web safe color of #F52178 is #FF3366 (or #F36).

RGB color model

#F52178 color RGB value is (245,33,120).

  • red value is 245;
  • green value is 33;
  • blue value is 120.
RGB:
(245,33,120)
(96%,13%,47%)

RGB channels and saturation

R 245 of 255 = 96%
G 33 of 255 = 13%
B 120 of 255 = 47%

245
33
120

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

Portions of RGB colors in percentages

R + G + B =
245 + 33 + 120 = 398 (100%)
R 245 of 398 ~ 61.56%
G 33 of 398 ~ 8.29%
B 120 of 398 ~ 30.15%

%61.56
%30.15

CMYK color model

#F52178 color CMYK value is (0,87,51,4).

  • cyan value is 0.00%
  • magenta value is 86.53%
  • yellow value is 51.02%
  • key color value is 3.92%
CMYK:
(0,87,51,4)
C0M87Y51K4 
(0%,87%,51%,4%)
(0.00/0.87/0.51/0.04)	

CMYK percentages

%0
%86.53
%51.02
%3.92

Codes

Color #F52178 in popluar color models

F52178
RGB24533120
HSL335°91.38%54.51%
HSB/HSV335°86.53%96.08%
CMYK0.00%86.53%51.02%
3.92%

Color #F52178 in popluar number systems.

HEXF52178
Decimal24533120
Binary111101011000011111000
Octal36541170

Shades and tints

Shades of #F52178

#F52178
(245,33,120)
#DF1E6E
(223,30,110)
#C91B64
(201,27,100)
#B3185A
(179,24,90)
#9D1550
(157,21,80)
#871246
(135,18,70)
#710F3C
(113,15,60)
#5B0C32
(91,12,50)
#450928
(69,9,40)
#2F061E
(47,6,30)
#190314
(25,3,20)
#000000
(0,0,0)

Tints of #F52178

#F52178
(245,33,120)
#F53584
(245,53,132)
#F54990
(245,73,144)
#F55D9C
(245,93,156)
#F571A8
(245,113,168)
#F585B4
(245,133,180)
#F599C0
(245,153,192)
#F5ADCC
(245,173,204)
#F5C1D8
(245,193,216)
#F5D5E4
(245,213,228)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F52178 color. Also use rgb(245,33,120) instead hex code.

Text Font Color

.myTextColor { color: #F52178; }

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

This text font color is #F52178.


Background Color

.myBgColor { background-color: #F52178; }

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

This div background color is #F52178.


Border color

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

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

This div border color is #F52178.


Opacity

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

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

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

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

This text has shadow with #F52178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F52178 on black background.


Color preview on white background

This text has color #F52178 on white background.



Black color preview on #F52178 background

This text has black color on #F52178 background.


White color preview on #F52178 background

This text has white color on #F52178 background.