COLOR #F27EE1

HEX: #F27EE1
RGB: (242,126,225)

Color info

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

RGB color model

#F27EE1 color RGB value is (242,126,225).

  • red value is 242;
  • green value is 126;
  • blue value is 225.
RGB:
(242,126,225)
(95%,49%,88%)

RGB channels and saturation

R 242 of 255 = 95%
G 126 of 255 = 49%
B 225 of 255 = 88%

242
126
225

R + G + B ~ 77%. #F27EE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 126 + 225 = 593 (100%)
R 242 of 593 ~ 40.81%
G 126 of 593 ~ 21.25%
B 225 of 593 ~ 37.94%

%40.81
%21.25
%37.94

CMYK color model

#F27EE1 color CMYK value is (0,48,7,5).

  • cyan value is 0.00%
  • magenta value is 47.93%
  • yellow value is 7.02%
  • key color value is 5.10%
CMYK:
(0,48,7,5)
C0M48Y7K5 
(0%,48%,7%,5%)
(0.00/0.48/0.07/0.05)	

CMYK percentages

%0
%47.93
%7.02
%5.1

Codes

Color #F27EE1 in popluar color models

F27EE1
RGB242126225
HSL309°81.69%72.16%
HSB/HSV309°47.93%94.90%
CMYK0.00%47.93%7.02%
5.10%

Color #F27EE1 in popluar number systems.

HEXF27EE1
Decimal242126225
Binary11110010111111011100001
Octal362176341

Shades and tints

Shades of #F27EE1

#F27EE1
(242,126,225)
#DC73CD
(220,115,205)
#C668B9
(198,104,185)
#B05DA5
(176,93,165)
#9A5291
(154,82,145)
#84477D
(132,71,125)
#6E3C69
(110,60,105)
#583155
(88,49,85)
#422641
(66,38,65)
#2C1B2D
(44,27,45)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #F27EE1

#F27EE1
(242,126,225)
#F389E3
(243,137,227)
#F494E5
(244,148,229)
#F59FE7
(245,159,231)
#F6AAE9
(246,170,233)
#F7B5EB
(247,181,235)
#F8C0ED
(248,192,237)
#F9CBEF
(249,203,239)
#FAD6F1
(250,214,241)
#FBE1F3
(251,225,243)
#FCECF5
(252,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F27EE1 color. Also use rgb(242,126,225) instead hex code.

Text Font Color

.myTextColor { color: #F27EE1; }

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

This text font color is #F27EE1.


Background Color

.myBgColor { background-color: #F27EE1; }

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

This div background color is #F27EE1.


Border color

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

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

This div border color is #F27EE1.


Opacity

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

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

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

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

This text has shadow with #F27EE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27EE1 on black background.


Color preview on white background

This text has color #F27EE1 on white background.



Black color preview on #F27EE1 background

This text has black color on #F27EE1 background.


White color preview on #F27EE1 background

This text has white color on #F27EE1 background.