COLOR #F42F94

HEX: #F42F94
RGB: (244,47,148)

Color info

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

RGB color model

#F42F94 color RGB value is (244,47,148).

  • red value is 244;
  • green value is 47;
  • blue value is 148.
RGB:
(244,47,148)
(96%,18%,58%)

RGB channels and saturation

R 244 of 255 = 96%
G 47 of 255 = 18%
B 148 of 255 = 58%

244
47
148

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

Portions of RGB colors in percentages

R + G + B =
244 + 47 + 148 = 439 (100%)
R 244 of 439 ~ 55.58%
G 47 of 439 ~ 10.71%
B 148 of 439 ~ 33.71%

%55.58
%10.71
%33.71

CMYK color model

#F42F94 color CMYK value is (0,81,39,4).

  • cyan value is 0.00%
  • magenta value is 80.74%
  • yellow value is 39.34%
  • key color value is 4.31%
CMYK:
(0,81,39,4)
C0M81Y39K4 
(0%,81%,39%,4%)
(0.00/0.81/0.39/0.04)	

CMYK percentages

%0
%80.74
%39.34
%4.31

Codes

Color #F42F94 in popluar color models

F42F94
RGB24447148
HSL329°89.95%57.06%
HSB/HSV329°80.74%95.69%
CMYK0.00%80.74%39.34%
4.31%

Color #F42F94 in popluar number systems.

HEXF42F94
Decimal24447148
Binary1111010010111110010100
Octal36457224

Shades and tints

Shades of #F42F94

#F42F94
(244,47,148)
#DE2B87
(222,43,135)
#C8277A
(200,39,122)
#B2236D
(178,35,109)
#9C1F60
(156,31,96)
#861B53
(134,27,83)
#701746
(112,23,70)
#5A1339
(90,19,57)
#440F2C
(68,15,44)
#2E0B1F
(46,11,31)
#180712
(24,7,18)
#000000
(0,0,0)

Tints of #F42F94

#F42F94
(244,47,148)
#F5419D
(245,65,157)
#F653A6
(246,83,166)
#F765AF
(247,101,175)
#F877B8
(248,119,184)
#F989C1
(249,137,193)
#FA9BCA
(250,155,202)
#FBADD3
(251,173,211)
#FCBFDC
(252,191,220)
#FDD1E5
(253,209,229)
#FEE3EE
(254,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F42F94 color. Also use rgb(244,47,148) instead hex code.

Text Font Color

.myTextColor { color: #F42F94; }

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

This text font color is #F42F94.


Background Color

.myBgColor { background-color: #F42F94; }

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

This div background color is #F42F94.


Border color

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

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

This div border color is #F42F94.


Opacity

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

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

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

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

This text has shadow with #F42F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F42F94 on black background.


Color preview on white background

This text has color #F42F94 on white background.



Black color preview on #F42F94 background

This text has black color on #F42F94 background.


White color preview on #F42F94 background

This text has white color on #F42F94 background.