COLOR #F27E84

HEX: #F27E84
RGB: (242,126,132)

Color info

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

RGB color model

#F27E84 color RGB value is (242,126,132).

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

RGB channels and saturation

R 242 of 255 = 95%
G 126 of 255 = 49%
B 132 of 255 = 52%

242
126
132

R + G + B ~ 65%. #F27E84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 126 + 132 = 500 (100%)
R 242 of 500 ~ 48.4%
G 126 of 500 ~ 25.2%
B 132 of 500 ~ 26.4%

%48.4
%25.2
%26.4

CMYK color model

#F27E84 color CMYK value is (0,48,45,5).

  • cyan value is 0.00%
  • magenta value is 47.93%
  • yellow value is 45.45%
  • key color value is 5.10%
CMYK:
(0,48,45,5)
C0M48Y45K5 
(0%,48%,45%,5%)
(0.00/0.48/0.45/0.05)	

CMYK percentages

%0
%47.93
%45.45
%5.1

Codes

Color #F27E84 in popluar color models

F27E84
RGB242126132
HSL357°81.69%72.16%
HSB/HSV357°47.93%94.90%
CMYK0.00%47.93%45.45%
5.10%

Color #F27E84 in popluar number systems.

HEXF27E84
Decimal242126132
Binary11110010111111010000100
Octal362176204

Shades and tints

Shades of #F27E84

#F27E84
(242,126,132)
#DC7378
(220,115,120)
#C6686C
(198,104,108)
#B05D60
(176,93,96)
#9A5254
(154,82,84)
#844748
(132,71,72)
#6E3C3C
(110,60,60)
#583130
(88,49,48)
#422624
(66,38,36)
#2C1B18
(44,27,24)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #F27E84

#F27E84
(242,126,132)
#F3898F
(243,137,143)
#F4949A
(244,148,154)
#F59FA5
(245,159,165)
#F6AAB0
(246,170,176)
#F7B5BB
(247,181,187)
#F8C0C6
(248,192,198)
#F9CBD1
(249,203,209)
#FAD6DC
(250,214,220)
#FBE1E7
(251,225,231)
#FCECF2
(252,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F27E84; }

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

This text font color is #F27E84.


Background Color

.myBgColor { background-color: #F27E84; }

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

This div background color is #F27E84.


Border color

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

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

This div border color is #F27E84.


Opacity

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

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

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

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

This text has shadow with #F27E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27E84 on black background.


Color preview on white background

This text has color #F27E84 on white background.



Black color preview on #F27E84 background

This text has black color on #F27E84 background.


White color preview on #F27E84 background

This text has white color on #F27E84 background.