COLOR #F22A4C

HEX: #F22A4C
RGB: (242,42,76)

Color info

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

RGB color model

#F22A4C color RGB value is (242,42,76).

  • red value is 242;
  • green value is 42;
  • blue value is 76.
RGB:
(242,42,76)
(95%,16%,30%)

RGB channels and saturation

R 242 of 255 = 95%
G 42 of 255 = 16%
B 76 of 255 = 30%

242
42
76

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

Portions of RGB colors in percentages

R + G + B =
242 + 42 + 76 = 360 (100%)
R 242 of 360 ~ 67.22%
G 42 of 360 ~ 11.67%
B 76 of 360 ~ 21.11%

%67.22
%11.67
%21.11

CMYK color model

#F22A4C color CMYK value is (0,83,69,5).

  • cyan value is 0.00%
  • magenta value is 82.64%
  • yellow value is 68.60%
  • key color value is 5.10%
CMYK:
(0,83,69,5)
C0M83Y69K5 
(0%,83%,69%,5%)
(0.00/0.83/0.69/0.05)	

CMYK percentages

%0
%82.64
%68.6
%5.1

Codes

Color #F22A4C in popluar color models

F22A4C
RGB2424276
HSL350°88.50%55.69%
HSB/HSV350°82.64%94.90%
CMYK0.00%82.64%68.60%
5.10%

Color #F22A4C in popluar number systems.

HEXF22A4C
Decimal2424276
Binary111100101010101001100
Octal36252114

Shades and tints

Shades of #F22A4C

#F22A4C
(242,42,76)
#DC2746
(220,39,70)
#C62440
(198,36,64)
#B0213A
(176,33,58)
#9A1E34
(154,30,52)
#841B2E
(132,27,46)
#6E1828
(110,24,40)
#581522
(88,21,34)
#42121C
(66,18,28)
#2C0F16
(44,15,22)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #F22A4C

#F22A4C
(242,42,76)
#F33D5C
(243,61,92)
#F4506C
(244,80,108)
#F5637C
(245,99,124)
#F6768C
(246,118,140)
#F7899C
(247,137,156)
#F89CAC
(248,156,172)
#F9AFBC
(249,175,188)
#FAC2CC
(250,194,204)
#FBD5DC
(251,213,220)
#FCE8EC
(252,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F22A4C color. Also use rgb(242,42,76) instead hex code.

Text Font Color

.myTextColor { color: #F22A4C; }

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

This text font color is #F22A4C.


Background Color

.myBgColor { background-color: #F22A4C; }

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

This div background color is #F22A4C.


Border color

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

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

This div border color is #F22A4C.


Opacity

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

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

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

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

This text has shadow with #F22A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F22A4C on black background.


Color preview on white background

This text has color #F22A4C on white background.



Black color preview on #F22A4C background

This text has black color on #F22A4C background.


White color preview on #F22A4C background

This text has white color on #F22A4C background.