COLOR #F53EA4

HEX: #F53EA4
RGB: (245,62,164)

Color info

#F53EA4 contains mainly red color. Web safe color of #F53EA4 is #FF3399 (or #F39).

RGB color model

#F53EA4 color RGB value is (245,62,164).

  • red value is 245;
  • green value is 62;
  • blue value is 164.
RGB:
(245,62,164)
(96%,24%,64%)

RGB channels and saturation

R 245 of 255 = 96%
G 62 of 255 = 24%
B 164 of 255 = 64%

245
62
164

R + G + B ~ 61%. #F53EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 62 + 164 = 471 (100%)
R 245 of 471 ~ 52.02%
G 62 of 471 ~ 13.16%
B 164 of 471 ~ 34.82%

%52.02
%13.16
%34.82

CMYK color model

#F53EA4 color CMYK value is (0,75,33,4).

  • cyan value is 0.00%
  • magenta value is 74.69%
  • yellow value is 33.06%
  • key color value is 3.92%
CMYK:
(0,75,33,4)
C0M75Y33K4 
(0%,75%,33%,4%)
(0.00/0.75/0.33/0.04)	

CMYK percentages

%0
%74.69
%33.06
%3.92

Codes

Color #F53EA4 in popluar color models

F53EA4
RGB24562164
HSL327°90.15%60.20%
HSB/HSV327°74.69%96.08%
CMYK0.00%74.69%33.06%
3.92%

Color #F53EA4 in popluar number systems.

HEXF53EA4
Decimal24562164
Binary1111010111111010100100
Octal36576244

Shades and tints

Shades of #F53EA4

#F53EA4
(245,62,164)
#DF3996
(223,57,150)
#C93488
(201,52,136)
#B32F7A
(179,47,122)
#9D2A6C
(157,42,108)
#87255E
(135,37,94)
#712050
(113,32,80)
#5B1B42
(91,27,66)
#451634
(69,22,52)
#2F1126
(47,17,38)
#190C18
(25,12,24)
#000000
(0,0,0)

Tints of #F53EA4

#F53EA4
(245,62,164)
#F54FAC
(245,79,172)
#F560B4
(245,96,180)
#F571BC
(245,113,188)
#F582C4
(245,130,196)
#F593CC
(245,147,204)
#F5A4D4
(245,164,212)
#F5B5DC
(245,181,220)
#F5C6E4
(245,198,228)
#F5D7EC
(245,215,236)
#F5E8F4
(245,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F53EA4 color. Also use rgb(245,62,164) instead hex code.

Text Font Color

.myTextColor { color: #F53EA4; }

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

This text font color is #F53EA4.


Background Color

.myBgColor { background-color: #F53EA4; }

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

This div background color is #F53EA4.


Border color

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

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

This div border color is #F53EA4.


Opacity

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

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

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

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

This text has shadow with #F53EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F53EA4 on black background.


Color preview on white background

This text has color #F53EA4 on white background.



Black color preview on #F53EA4 background

This text has black color on #F53EA4 background.


White color preview on #F53EA4 background

This text has white color on #F53EA4 background.