COLOR #F74EE2

HEX: #F74EE2
RGB: (247,78,226)

Color info

#F74EE2 contains mainly red and blue colors. Web safe color of #F74EE2 is #FF66CC (or #F6C).

RGB color model

#F74EE2 color RGB value is (247,78,226).

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

RGB channels and saturation

R 247 of 255 = 97%
G 78 of 255 = 31%
B 226 of 255 = 89%

247
78
226

R + G + B ~ 72%. #F74EE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 78 + 226 = 551 (100%)
R 247 of 551 ~ 44.83%
G 78 of 551 ~ 14.16%
B 226 of 551 ~ 41.02%

%44.83
%14.16
%41.02

CMYK color model

#F74EE2 color CMYK value is (0,68,9,3).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 8.50%
  • key color value is 3.14%
CMYK:
(0,68,9,3)
C0M68Y9K3 
(0%,68%,9%,3%)
(0.00/0.68/0.09/0.03)	

CMYK percentages

%0
%68.42
%8.5
%3.14

Codes

Color #F74EE2 in popluar color models

F74EE2
RGB24778226
HSL307°91.35%63.73%
HSB/HSV307°68.42%96.86%
CMYK0.00%68.42%8.50%
3.14%

Color #F74EE2 in popluar number systems.

HEXF74EE2
Decimal24778226
Binary11110111100111011100010
Octal367116342

Shades and tints

Shades of #F74EE2

#F74EE2
(247,78,226)
#E147CE
(225,71,206)
#CB40BA
(203,64,186)
#B539A6
(181,57,166)
#9F3292
(159,50,146)
#892B7E
(137,43,126)
#73246A
(115,36,106)
#5D1D56
(93,29,86)
#471642
(71,22,66)
#310F2E
(49,15,46)
#1B081A
(27,8,26)
#000000
(0,0,0)

Tints of #F74EE2

#F74EE2
(247,78,226)
#F75EE4
(247,94,228)
#F76EE6
(247,110,230)
#F77EE8
(247,126,232)
#F78EEA
(247,142,234)
#F79EEC
(247,158,236)
#F7AEEE
(247,174,238)
#F7BEF0
(247,190,240)
#F7CEF2
(247,206,242)
#F7DEF4
(247,222,244)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F74EE2; }

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

This text font color is #F74EE2.


Background Color

.myBgColor { background-color: #F74EE2; }

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

This div background color is #F74EE2.


Border color

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

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

This div border color is #F74EE2.


Opacity

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

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

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

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

This text has shadow with #F74EE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74EE2 on black background.


Color preview on white background

This text has color #F74EE2 on white background.



Black color preview on #F74EE2 background

This text has black color on #F74EE2 background.


White color preview on #F74EE2 background

This text has white color on #F74EE2 background.