COLOR #F22D88

HEX: #F22D88
RGB: (242,45,136)

Color info

#F22D88 contains mainly red color. Web safe color of #F22D88 is #FF3399 (or #F39).

RGB color model

#F22D88 color RGB value is (242,45,136).

  • red value is 242;
  • green value is 45;
  • blue value is 136.
RGB:
(242,45,136)
(95%,18%,53%)

RGB channels and saturation

R 242 of 255 = 95%
G 45 of 255 = 18%
B 136 of 255 = 53%

242
45
136

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

Portions of RGB colors in percentages

R + G + B =
242 + 45 + 136 = 423 (100%)
R 242 of 423 ~ 57.21%
G 45 of 423 ~ 10.64%
B 136 of 423 ~ 32.15%

%57.21
%10.64
%32.15

CMYK color model

#F22D88 color CMYK value is (0,81,44,5).

  • cyan value is 0.00%
  • magenta value is 81.40%
  • yellow value is 43.80%
  • key color value is 5.10%
CMYK:
(0,81,44,5)
C0M81Y44K5 
(0%,81%,44%,5%)
(0.00/0.81/0.44/0.05)	

CMYK percentages

%0
%81.4
%43.8
%5.1

Codes

Color #F22D88 in popluar color models

F22D88
RGB24245136
HSL332°88.34%56.27%
HSB/HSV332°81.40%94.90%
CMYK0.00%81.40%43.80%
5.10%

Color #F22D88 in popluar number systems.

HEXF22D88
Decimal24245136
Binary1111001010110110001000
Octal36255210

Shades and tints

Shades of #F22D88

#F22D88
(242,45,136)
#DC297C
(220,41,124)
#C62570
(198,37,112)
#B02164
(176,33,100)
#9A1D58
(154,29,88)
#84194C
(132,25,76)
#6E1540
(110,21,64)
#581134
(88,17,52)
#420D28
(66,13,40)
#2C091C
(44,9,28)
#160510
(22,5,16)
#000000
(0,0,0)

Tints of #F22D88

#F22D88
(242,45,136)
#F34092
(243,64,146)
#F4539C
(244,83,156)
#F566A6
(245,102,166)
#F679B0
(246,121,176)
#F78CBA
(247,140,186)
#F89FC4
(248,159,196)
#F9B2CE
(249,178,206)
#FAC5D8
(250,197,216)
#FBD8E2
(251,216,226)
#FCEBEC
(252,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F22D88 color. Also use rgb(242,45,136) instead hex code.

Text Font Color

.myTextColor { color: #F22D88; }

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

This text font color is #F22D88.


Background Color

.myBgColor { background-color: #F22D88; }

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

This div background color is #F22D88.


Border color

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

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

This div border color is #F22D88.


Opacity

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

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

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

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

This text has shadow with #F22D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F22D88 on black background.


Color preview on white background

This text has color #F22D88 on white background.



Black color preview on #F22D88 background

This text has black color on #F22D88 background.


White color preview on #F22D88 background

This text has white color on #F22D88 background.