COLOR #F73494

HEX: #F73494
RGB: (247,52,148)

Color info

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

RGB color model

#F73494 color RGB value is (247,52,148).

  • red value is 247;
  • green value is 52;
  • blue value is 148.
RGB:
(247,52,148)
(97%,20%,58%)

RGB channels and saturation

R 247 of 255 = 97%
G 52 of 255 = 20%
B 148 of 255 = 58%

247
52
148

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

Portions of RGB colors in percentages

R + G + B =
247 + 52 + 148 = 447 (100%)
R 247 of 447 ~ 55.26%
G 52 of 447 ~ 11.63%
B 148 of 447 ~ 33.11%

%55.26
%11.63
%33.11

CMYK color model

#F73494 color CMYK value is (0,79,40,3).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 40.08%
  • key color value is 3.14%
CMYK:
(0,79,40,3)
C0M79Y40K3 
(0%,79%,40%,3%)
(0.00/0.79/0.40/0.03)	

CMYK percentages

%0
%78.95
%40.08
%3.14

Codes

Color #F73494 in popluar color models

F73494
RGB24752148
HSL330°92.42%58.63%
HSB/HSV330°78.95%96.86%
CMYK0.00%78.95%40.08%
3.14%

Color #F73494 in popluar number systems.

HEXF73494
Decimal24752148
Binary1111011111010010010100
Octal36764224

Shades and tints

Shades of #F73494

#F73494
(247,52,148)
#E13087
(225,48,135)
#CB2C7A
(203,44,122)
#B5286D
(181,40,109)
#9F2460
(159,36,96)
#892053
(137,32,83)
#731C46
(115,28,70)
#5D1839
(93,24,57)
#47142C
(71,20,44)
#31101F
(49,16,31)
#1B0C12
(27,12,18)
#000000
(0,0,0)

Tints of #F73494

#F73494
(247,52,148)
#F7469D
(247,70,157)
#F758A6
(247,88,166)
#F76AAF
(247,106,175)
#F77CB8
(247,124,184)
#F78EC1
(247,142,193)
#F7A0CA
(247,160,202)
#F7B2D3
(247,178,211)
#F7C4DC
(247,196,220)
#F7D6E5
(247,214,229)
#F7E8EE
(247,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F73494 color. Also use rgb(247,52,148) instead hex code.

Text Font Color

.myTextColor { color: #F73494; }

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

This text font color is #F73494.


Background Color

.myBgColor { background-color: #F73494; }

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

This div background color is #F73494.


Border color

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

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

This div border color is #F73494.


Opacity

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

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

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

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

This text has shadow with #F73494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F73494 on black background.


Color preview on white background

This text has color #F73494 on white background.



Black color preview on #F73494 background

This text has black color on #F73494 background.


White color preview on #F73494 background

This text has white color on #F73494 background.