COLOR #F2225B

HEX: #F2225B
RGB: (242,34,91)

Color info

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

RGB color model

#F2225B color RGB value is (242,34,91).

  • red value is 242;
  • green value is 34;
  • blue value is 91.
RGB:
(242,34,91)
(95%,13%,36%)

RGB channels and saturation

R 242 of 255 = 95%
G 34 of 255 = 13%
B 91 of 255 = 36%

242
34
91

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

Portions of RGB colors in percentages

R + G + B =
242 + 34 + 91 = 367 (100%)
R 242 of 367 ~ 65.94%
G 34 of 367 ~ 9.26%
B 91 of 367 ~ 24.8%

%65.94
%24.8

CMYK color model

#F2225B color CMYK value is (0,86,62,5).

  • cyan value is 0.00%
  • magenta value is 85.95%
  • yellow value is 62.40%
  • key color value is 5.10%
CMYK:
(0,86,62,5)
C0M86Y62K5 
(0%,86%,62%,5%)
(0.00/0.86/0.62/0.05)	

CMYK percentages

%0
%85.95
%62.4
%5.1

Codes

Color #F2225B in popluar color models

F2225B
RGB2423491
HSL344°88.89%54.12%
HSB/HSV344°85.95%94.90%
CMYK0.00%85.95%62.40%
5.10%

Color #F2225B in popluar number systems.

HEXF2225B
Decimal2423491
Binary111100101000101011011
Octal36242133

Shades and tints

Shades of #F2225B

#F2225B
(242,34,91)
#DC1F53
(220,31,83)
#C61C4B
(198,28,75)
#B01943
(176,25,67)
#9A163B
(154,22,59)
#841333
(132,19,51)
#6E102B
(110,16,43)
#580D23
(88,13,35)
#420A1B
(66,10,27)
#2C0713
(44,7,19)
#16040B
(22,4,11)
#000000
(0,0,0)

Tints of #F2225B

#F2225B
(242,34,91)
#F33669
(243,54,105)
#F44A77
(244,74,119)
#F55E85
(245,94,133)
#F67293
(246,114,147)
#F786A1
(247,134,161)
#F89AAF
(248,154,175)
#F9AEBD
(249,174,189)
#FAC2CB
(250,194,203)
#FBD6D9
(251,214,217)
#FCEAE7
(252,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2225B color. Also use rgb(242,34,91) instead hex code.

Text Font Color

.myTextColor { color: #F2225B; }

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

This text font color is #F2225B.


Background Color

.myBgColor { background-color: #F2225B; }

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

This div background color is #F2225B.


Border color

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

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

This div border color is #F2225B.


Opacity

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

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

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

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

This text has shadow with #F2225B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2225B on black background.


Color preview on white background

This text has color #F2225B on white background.



Black color preview on #F2225B background

This text has black color on #F2225B background.


White color preview on #F2225B background

This text has white color on #F2225B background.