COLOR #F74E96

HEX: #F74E96
RGB: (247,78,150)

Color info

#F74E96 contains mainly red color. Web safe color of #F74E96 is #FF6699 (or #F69).

RGB color model

#F74E96 color RGB value is (247,78,150).

  • red value is 247;
  • green value is 78;
  • blue value is 150.
RGB:
(247,78,150)
(97%,31%,59%)

RGB channels and saturation

R 247 of 255 = 97%
G 78 of 255 = 31%
B 150 of 255 = 59%

247
78
150

R + G + B ~ 62%. #F74E96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 78 + 150 = 475 (100%)
R 247 of 475 ~ 52%
G 78 of 475 ~ 16.42%
B 150 of 475 ~ 31.58%

%52
%16.42
%31.58

CMYK color model

#F74E96 color CMYK value is (0,68,39,3).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 39.27%
  • key color value is 3.14%
CMYK:
(0,68,39,3)
C0M68Y39K3 
(0%,68%,39%,3%)
(0.00/0.68/0.39/0.03)	

CMYK percentages

%0
%68.42
%39.27
%3.14

Codes

Color #F74E96 in popluar color models

F74E96
RGB24778150
HSL334°91.35%63.73%
HSB/HSV334°68.42%96.86%
CMYK0.00%68.42%39.27%
3.14%

Color #F74E96 in popluar number systems.

HEXF74E96
Decimal24778150
Binary11110111100111010010110
Octal367116226

Shades and tints

Shades of #F74E96

#F74E96
(247,78,150)
#E14789
(225,71,137)
#CB407C
(203,64,124)
#B5396F
(181,57,111)
#9F3262
(159,50,98)
#892B55
(137,43,85)
#732448
(115,36,72)
#5D1D3B
(93,29,59)
#47162E
(71,22,46)
#310F21
(49,15,33)
#1B0814
(27,8,20)
#000000
(0,0,0)

Tints of #F74E96

#F74E96
(247,78,150)
#F75E9F
(247,94,159)
#F76EA8
(247,110,168)
#F77EB1
(247,126,177)
#F78EBA
(247,142,186)
#F79EC3
(247,158,195)
#F7AECC
(247,174,204)
#F7BED5
(247,190,213)
#F7CEDE
(247,206,222)
#F7DEE7
(247,222,231)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74E96 color. Also use rgb(247,78,150) instead hex code.

Text Font Color

.myTextColor { color: #F74E96; }

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

This text font color is #F74E96.


Background Color

.myBgColor { background-color: #F74E96; }

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

This div background color is #F74E96.


Border color

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

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

This div border color is #F74E96.


Opacity

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

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

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

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

This text has shadow with #F74E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74E96 on black background.


Color preview on white background

This text has color #F74E96 on white background.



Black color preview on #F74E96 background

This text has black color on #F74E96 background.


White color preview on #F74E96 background

This text has white color on #F74E96 background.