COLOR #F27C6A

HEX: #F27C6A
RGB: (242,124,106)

Color info

#F27C6A contains mainly red color. Web safe color of #F27C6A is #FF6666 (or #F66).

RGB color model

#F27C6A color RGB value is (242,124,106).

  • red value is 242;
  • green value is 124;
  • blue value is 106.
RGB:
(242,124,106)
(95%,49%,42%)

RGB channels and saturation

R 242 of 255 = 95%
G 124 of 255 = 49%
B 106 of 255 = 42%

242
124
106

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

Portions of RGB colors in percentages

R + G + B =
242 + 124 + 106 = 472 (100%)
R 242 of 472 ~ 51.27%
G 124 of 472 ~ 26.27%
B 106 of 472 ~ 22.46%

%51.27
%26.27
%22.46

CMYK color model

#F27C6A color CMYK value is (0,49,56,5).

  • cyan value is 0.00%
  • magenta value is 48.76%
  • yellow value is 56.20%
  • key color value is 5.10%
CMYK:
(0,49,56,5)
C0M49Y56K5 
(0%,49%,56%,5%)
(0.00/0.49/0.56/0.05)	

CMYK percentages

%0
%48.76
%56.2
%5.1

Codes

Color #F27C6A in popluar color models

F27C6A
RGB242124106
HSL83.95%68.24%
HSB/HSV56.20%94.90%
CMYK0.00%48.76%56.20%
5.10%

Color #F27C6A in popluar number systems.

HEXF27C6A
Decimal242124106
Binary1111001011111001101010
Octal362174152

Shades and tints

Shades of #F27C6A

#F27C6A
(242,124,106)
#DC7161
(220,113,97)
#C66658
(198,102,88)
#B05B4F
(176,91,79)
#9A5046
(154,80,70)
#84453D
(132,69,61)
#6E3A34
(110,58,52)
#582F2B
(88,47,43)
#422422
(66,36,34)
#2C1919
(44,25,25)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #F27C6A

#F27C6A
(242,124,106)
#F38777
(243,135,119)
#F49284
(244,146,132)
#F59D91
(245,157,145)
#F6A89E
(246,168,158)
#F7B3AB
(247,179,171)
#F8BEB8
(248,190,184)
#F9C9C5
(249,201,197)
#FAD4D2
(250,212,210)
#FBDFDF
(251,223,223)
#FCEAEC
(252,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F27C6A color. Also use rgb(242,124,106) instead hex code.

Text Font Color

.myTextColor { color: #F27C6A; }

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

This text font color is #F27C6A.


Background Color

.myBgColor { background-color: #F27C6A; }

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

This div background color is #F27C6A.


Border color

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

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

This div border color is #F27C6A.


Opacity

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

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

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

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

This text has shadow with #F27C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F27C6A on black background.


Color preview on white background

This text has color #F27C6A on white background.



Black color preview on #F27C6A background

This text has black color on #F27C6A background.


White color preview on #F27C6A background

This text has white color on #F27C6A background.