COLOR #F47EEA

HEX: #F47EEA RGB: (244,126,234)

Color info

#F47EEA contains mainly red and blue colors. Web safe color of #F47EEA is #FF66FF (or #F6F).

RGB color model

#F47EEA color RGB value is (244,126,234).

RGB: (244,126,234) (96%, 49%, 92%)

RGB channels and saturation

R 244 of 255 = 96%
G 126 of 255 = 49%
B 234 of 255 = 92%

244
126
234

R + G + B ~ 79%. #F47EEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 126 + 234 = 604 (100%)
R 244 of 604 ~ 40.4%
G 126 of 604 ~ 20.86%
B 234 of 604 ~ 38.74'%

%40.4
%20.86
%38.74

CMYK color model

#F47EEA color CMYK value is (0,48,4,4).

  • cyan value is 0.00%
  • magenta value is 48.36%
  • yellow value is 4.10%
  • key color value is 4.31%
CMYK: (0,48,4,4) C0M48Y4K4 (0%,48%,4%,4%) (0.00/0.48/0.04/0.04) 

CMYK percentages

%0
%48.36
%4.1
%4.31

Codes

Color #F47EEA in popluar color models

F4 7E EA
RGB 244 126 234
HSL 305° 84.29% 72.55%
HSB/HSV 305° 48.36% 95.69%
CMYK 0.00% 48.36% 4.10%
4.31%

Color #F47EEA in popluar number systems.

HEX F4 7E EA
Decimal 244 126 234
Binary 11110100 1111110 11101010
Octal 364 176 352

Shades and tints

Shades of #F47EEA

#F47EEA
(244,126,234)
#DE73D5
(222,115,213)
#C868C0
(200,104,192)
#B25DAB
(178,93,171)
#9C5296
(156,82,150)
#864781
(134,71,129)
#703C6C
(112,60,108)
#5A3157
(90,49,87)
#442642
(68,38,66)
#2E1B2D
(46,27,45)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #F47EEA

#F47EEA
(244,126,234)
#F589EB
(245,137,235)
#F694EC
(246,148,236)
#F79FED
(247,159,237)
#F8AAEE
(248,170,238)
#F9B5EF
(249,181,239)
#FAC0F0
(250,192,240)
#FBCBF1
(251,203,241)
#FCD6F2
(252,214,242)
#FDE1F3
(253,225,243)
#FEECF4
(254,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47EEA color. Also use rgb(244,126,234) instead hex code.

Text Font Color

.myTextColor { color: #F47EEA; }

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

This text font color is #F47EEA.

Background Color

.myBgColor { background-color: #F47EEA; }

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

This div background color is #F47EEA.

Border color

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

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

This div border color is #F47EEA.

Opacity

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

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

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

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

This text has shadow with #F47EEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F47EEA.

Preview

Color preview on black background

This text has color #F47EEA on black background.


Color preview on white background

This text has color #F47EEA on white background.


Black color preview on #F47EEA background

This text has black color on #F47EEA background.


White color preview on #F47EEA background

This text has white color on #F47EEA background.


Related colors

Complementary color

Complementary color for #hex is #0B8115.


I love getcolorcode.com

Triadic colors

1 #EAF47E and #7EEAF4 with #F47EEA are triadic colors.

2 #EA7EF4 and #7EF4EA with #F47EEA are triadic colors.