COLOR #F22F57

HEX: #F22F57
RGB: (242,47,87)

Color info

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

RGB color model

#F22F57 color RGB value is (242,47,87).

  • red value is 242;
  • green value is 47;
  • blue value is 87.
RGB:
(242,47,87)
(95%,18%,34%)

RGB channels and saturation

R 242 of 255 = 95%
G 47 of 255 = 18%
B 87 of 255 = 34%

242
47
87

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

Portions of RGB colors in percentages

R + G + B =
242 + 47 + 87 = 376 (100%)
R 242 of 376 ~ 64.36%
G 47 of 376 ~ 12.5%
B 87 of 376 ~ 23.14%

%64.36
%12.5
%23.14

CMYK color model

#F22F57 color CMYK value is (0,81,64,5).

  • cyan value is 0.00%
  • magenta value is 80.58%
  • yellow value is 64.05%
  • key color value is 5.10%
CMYK:
(0,81,64,5)
C0M81Y64K5 
(0%,81%,64%,5%)
(0.00/0.81/0.64/0.05)	

CMYK percentages

%0
%80.58
%64.05
%5.1

Codes

Color #F22F57 in popluar color models

F22F57
RGB2424787
HSL348°88.24%56.67%
HSB/HSV348°80.58%94.90%
CMYK0.00%80.58%64.05%
5.10%

Color #F22F57 in popluar number systems.

HEXF22F57
Decimal2424787
Binary111100101011111010111
Octal36257127

Shades and tints

Shades of #F22F57

#F22F57
(242,47,87)
#DC2B50
(220,43,80)
#C62749
(198,39,73)
#B02342
(176,35,66)
#9A1F3B
(154,31,59)
#841B34
(132,27,52)
#6E172D
(110,23,45)
#581326
(88,19,38)
#420F1F
(66,15,31)
#2C0B18
(44,11,24)
#160711
(22,7,17)
#000000
(0,0,0)

Tints of #F22F57

#F22F57
(242,47,87)
#F34166
(243,65,102)
#F45375
(244,83,117)
#F56584
(245,101,132)
#F67793
(246,119,147)
#F789A2
(247,137,162)
#F89BB1
(248,155,177)
#F9ADC0
(249,173,192)
#FABFCF
(250,191,207)
#FBD1DE
(251,209,222)
#FCE3ED
(252,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F22F57 color. Also use rgb(242,47,87) instead hex code.

Text Font Color

.myTextColor { color: #F22F57; }

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

This text font color is #F22F57.


Background Color

.myBgColor { background-color: #F22F57; }

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

This div background color is #F22F57.


Border color

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

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

This div border color is #F22F57.


Opacity

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

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

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

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

This text has shadow with #F22F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F22F57 on black background.


Color preview on white background

This text has color #F22F57 on white background.



Black color preview on #F22F57 background

This text has black color on #F22F57 background.


White color preview on #F22F57 background

This text has white color on #F22F57 background.