COLOR #F73059

HEX: #F73059
RGB: (247,48,89)

Color info

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

RGB color model

#F73059 color RGB value is (247,48,89).

  • red value is 247;
  • green value is 48;
  • blue value is 89.
RGB:
(247,48,89)
(97%,19%,35%)

RGB channels and saturation

R 247 of 255 = 97%
G 48 of 255 = 19%
B 89 of 255 = 35%

247
48
89

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

Portions of RGB colors in percentages

R + G + B =
247 + 48 + 89 = 384 (100%)
R 247 of 384 ~ 64.32%
G 48 of 384 ~ 12.5%
B 89 of 384 ~ 23.18%

%64.32
%12.5
%23.18

CMYK color model

#F73059 color CMYK value is (0,81,64,3).

  • cyan value is 0.00%
  • magenta value is 80.57%
  • yellow value is 63.97%
  • key color value is 3.14%
CMYK:
(0,81,64,3)
C0M81Y64K3 
(0%,81%,64%,3%)
(0.00/0.81/0.64/0.03)	

CMYK percentages

%0
%80.57
%63.97
%3.14

Codes

Color #F73059 in popluar color models

F73059
RGB2474889
HSL348°92.56%57.84%
HSB/HSV348°80.57%96.86%
CMYK0.00%80.57%63.97%
3.14%

Color #F73059 in popluar number systems.

HEXF73059
Decimal2474889
Binary111101111100001011001
Octal36760131

Shades and tints

Shades of #F73059

#F73059
(247,48,89)
#E12C51
(225,44,81)
#CB2849
(203,40,73)
#B52441
(181,36,65)
#9F2039
(159,32,57)
#891C31
(137,28,49)
#731829
(115,24,41)
#5D1421
(93,20,33)
#471019
(71,16,25)
#310C11
(49,12,17)
#1B0809
(27,8,9)
#000000
(0,0,0)

Tints of #F73059

#F73059
(247,48,89)
#F74268
(247,66,104)
#F75477
(247,84,119)
#F76686
(247,102,134)
#F77895
(247,120,149)
#F78AA4
(247,138,164)
#F79CB3
(247,156,179)
#F7AEC2
(247,174,194)
#F7C0D1
(247,192,209)
#F7D2E0
(247,210,224)
#F7E4EF
(247,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F73059 color. Also use rgb(247,48,89) instead hex code.

Text Font Color

.myTextColor { color: #F73059; }

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

This text font color is #F73059.


Background Color

.myBgColor { background-color: #F73059; }

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

This div background color is #F73059.


Border color

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

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

This div border color is #F73059.


Opacity

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

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

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

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

This text has shadow with #F73059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F73059 on black background.


Color preview on white background

This text has color #F73059 on white background.



Black color preview on #F73059 background

This text has black color on #F73059 background.


White color preview on #F73059 background

This text has white color on #F73059 background.