COLOR #F22747

HEX: #F22747
RGB: (242,39,71)

Color info

#F22747 contains mainly red color. Web safe color of #F22747 is #FF3333 (or #F33).

RGB color model

#F22747 color RGB value is (242,39,71).

  • red value is 242;
  • green value is 39;
  • blue value is 71.
RGB:
(242,39,71)
(95%,15%,28%)

RGB channels and saturation

R 242 of 255 = 95%
G 39 of 255 = 15%
B 71 of 255 = 28%

242
39
71

R + G + B ~ 46%. #F22747 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
242 + 39 + 71 = 352 (100%)
R 242 of 352 ~ 68.75%
G 39 of 352 ~ 11.08%
B 71 of 352 ~ 20.17%

%68.75
%11.08
%20.17

CMYK color model

#F22747 color CMYK value is (0,84,71,5).

  • cyan value is 0.00%
  • magenta value is 83.88%
  • yellow value is 70.66%
  • key color value is 5.10%
CMYK:
(0,84,71,5)
C0M84Y71K5 
(0%,84%,71%,5%)
(0.00/0.84/0.71/0.05)	

CMYK percentages

%0
%83.88
%70.66
%5.1

Codes

Color #F22747 in popluar color models

F22747
RGB2423971
HSL351°88.65%55.10%
HSB/HSV351°83.88%94.90%
CMYK0.00%83.88%70.66%
5.10%

Color #F22747 in popluar number systems.

HEXF22747
Decimal2423971
Binary111100101001111000111
Octal36247107

Shades and tints

Shades of #F22747

#F22747
(242,39,71)
#DC2441
(220,36,65)
#C6213B
(198,33,59)
#B01E35
(176,30,53)
#9A1B2F
(154,27,47)
#841829
(132,24,41)
#6E1523
(110,21,35)
#58121D
(88,18,29)
#420F17
(66,15,23)
#2C0C11
(44,12,17)
#16090B
(22,9,11)
#000000
(0,0,0)

Tints of #F22747

#F22747
(242,39,71)
#F33A57
(243,58,87)
#F44D67
(244,77,103)
#F56077
(245,96,119)
#F67387
(246,115,135)
#F78697
(247,134,151)
#F899A7
(248,153,167)
#F9ACB7
(249,172,183)
#FABFC7
(250,191,199)
#FBD2D7
(251,210,215)
#FCE5E7
(252,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F22747 color. Also use rgb(242,39,71) instead hex code.

Text Font Color

.myTextColor { color: #F22747; }

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

This text font color is #F22747.


Background Color

.myBgColor { background-color: #F22747; }

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

This div background color is #F22747.


Border color

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

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

This div border color is #F22747.


Opacity

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

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

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

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

This text has shadow with #F22747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F22747 on black background.


Color preview on white background

This text has color #F22747 on white background.



Black color preview on #F22747 background

This text has black color on #F22747 background.


White color preview on #F22747 background

This text has white color on #F22747 background.