COLOR #F74DA5

HEX: #F74DA5
RGB: (247,77,165)

Color info

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

RGB color model

#F74DA5 color RGB value is (247,77,165).

  • red value is 247;
  • green value is 77;
  • blue value is 165.
RGB:
(247,77,165)
(97%,30%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 77 of 255 = 30%
B 165 of 255 = 65%

247
77
165

R + G + B ~ 64%. #F74DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 77 + 165 = 489 (100%)
R 247 of 489 ~ 50.51%
G 77 of 489 ~ 15.75%
B 165 of 489 ~ 33.74%

%50.51
%15.75
%33.74

CMYK color model

#F74DA5 color CMYK value is (0,69,33,3).

  • cyan value is 0.00%
  • magenta value is 68.83%
  • yellow value is 33.20%
  • key color value is 3.14%
CMYK:
(0,69,33,3)
C0M69Y33K3 
(0%,69%,33%,3%)
(0.00/0.69/0.33/0.03)	

CMYK percentages

%0
%68.83
%33.2
%3.14

Codes

Color #F74DA5 in popluar color models

F74DA5
RGB24777165
HSL329°91.40%63.53%
HSB/HSV329°68.83%96.86%
CMYK0.00%68.83%33.20%
3.14%

Color #F74DA5 in popluar number systems.

HEXF74DA5
Decimal24777165
Binary11110111100110110100101
Octal367115245

Shades and tints

Shades of #F74DA5

#F74DA5
(247,77,165)
#E14696
(225,70,150)
#CB3F87
(203,63,135)
#B53878
(181,56,120)
#9F3169
(159,49,105)
#892A5A
(137,42,90)
#73234B
(115,35,75)
#5D1C3C
(93,28,60)
#47152D
(71,21,45)
#310E1E
(49,14,30)
#1B070F
(27,7,15)
#000000
(0,0,0)

Tints of #F74DA5

#F74DA5
(247,77,165)
#F75DAD
(247,93,173)
#F76DB5
(247,109,181)
#F77DBD
(247,125,189)
#F78DC5
(247,141,197)
#F79DCD
(247,157,205)
#F7ADD5
(247,173,213)
#F7BDDD
(247,189,221)
#F7CDE5
(247,205,229)
#F7DDED
(247,221,237)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74DA5 color. Also use rgb(247,77,165) instead hex code.

Text Font Color

.myTextColor { color: #F74DA5; }

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

This text font color is #F74DA5.


Background Color

.myBgColor { background-color: #F74DA5; }

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

This div background color is #F74DA5.


Border color

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

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

This div border color is #F74DA5.


Opacity

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

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

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

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

This text has shadow with #F74DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74DA5 on black background.


Color preview on white background

This text has color #F74DA5 on white background.



Black color preview on #F74DA5 background

This text has black color on #F74DA5 background.


White color preview on #F74DA5 background

This text has white color on #F74DA5 background.