COLOR #F22E63

HEX: #F22E63
RGB: (242,46,99)

Color info

#F22E63 contains mainly red color. Web safe color of #F22E63 is #FF3366 (or #F36).

RGB color model

#F22E63 color RGB value is (242,46,99).

  • red value is 242;
  • green value is 46;
  • blue value is 99.
RGB:
(242,46,99)
(95%,18%,39%)

RGB channels and saturation

R 242 of 255 = 95%
G 46 of 255 = 18%
B 99 of 255 = 39%

242
46
99

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

Portions of RGB colors in percentages

R + G + B =
242 + 46 + 99 = 387 (100%)
R 242 of 387 ~ 62.53%
G 46 of 387 ~ 11.89%
B 99 of 387 ~ 25.58%

%62.53
%11.89
%25.58

CMYK color model

#F22E63 color CMYK value is (0,81,59,5).

  • cyan value is 0.00%
  • magenta value is 80.99%
  • yellow value is 59.09%
  • key color value is 5.10%
CMYK:
(0,81,59,5)
C0M81Y59K5 
(0%,81%,59%,5%)
(0.00/0.81/0.59/0.05)	

CMYK percentages

%0
%80.99
%59.09
%5.1

Codes

Color #F22E63 in popluar color models

F22E63
RGB2424699
HSL344°88.29%56.47%
HSB/HSV344°80.99%94.90%
CMYK0.00%80.99%59.09%
5.10%

Color #F22E63 in popluar number systems.

HEXF22E63
Decimal2424699
Binary111100101011101100011
Octal36256143

Shades and tints

Shades of #F22E63

#F22E63
(242,46,99)
#DC2A5A
(220,42,90)
#C62651
(198,38,81)
#B02248
(176,34,72)
#9A1E3F
(154,30,63)
#841A36
(132,26,54)
#6E162D
(110,22,45)
#581224
(88,18,36)
#420E1B
(66,14,27)
#2C0A12
(44,10,18)
#160609
(22,6,9)
#000000
(0,0,0)

Tints of #F22E63

#F22E63
(242,46,99)
#F34171
(243,65,113)
#F4547F
(244,84,127)
#F5678D
(245,103,141)
#F67A9B
(246,122,155)
#F78DA9
(247,141,169)
#F8A0B7
(248,160,183)
#F9B3C5
(249,179,197)
#FAC6D3
(250,198,211)
#FBD9E1
(251,217,225)
#FCECEF
(252,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F22E63 color. Also use rgb(242,46,99) instead hex code.

Text Font Color

.myTextColor { color: #F22E63; }

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

This text font color is #F22E63.


Background Color

.myBgColor { background-color: #F22E63; }

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

This div background color is #F22E63.


Border color

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

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

This div border color is #F22E63.


Opacity

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

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

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

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

This text has shadow with #F22E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F22E63 on black background.


Color preview on white background

This text has color #F22E63 on white background.



Black color preview on #F22E63 background

This text has black color on #F22E63 background.


White color preview on #F22E63 background

This text has white color on #F22E63 background.