COLOR #F62A96

HEX: #F62A96
RGB: (246,42,150)

Color info

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

RGB color model

#F62A96 color RGB value is (246,42,150).

  • red value is 246;
  • green value is 42;
  • blue value is 150.
RGB:
(246,42,150)
(96%,16%,59%)

RGB channels and saturation

R 246 of 255 = 96%
G 42 of 255 = 16%
B 150 of 255 = 59%

246
42
150

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

Portions of RGB colors in percentages

R + G + B =
246 + 42 + 150 = 438 (100%)
R 246 of 438 ~ 56.16%
G 42 of 438 ~ 9.59%
B 150 of 438 ~ 34.25%

%56.16
%9.59
%34.25

CMYK color model

#F62A96 color CMYK value is (0,83,39,4).

  • cyan value is 0.00%
  • magenta value is 82.93%
  • yellow value is 39.02%
  • key color value is 3.53%
CMYK:
(0,83,39,4)
C0M83Y39K4 
(0%,83%,39%,4%)
(0.00/0.83/0.39/0.04)	

CMYK percentages

%0
%82.93
%39.02
%3.53

Codes

Color #F62A96 in popluar color models

F62A96
RGB24642150
HSL328°91.89%56.47%
HSB/HSV328°82.93%96.47%
CMYK0.00%82.93%39.02%
3.53%

Color #F62A96 in popluar number systems.

HEXF62A96
Decimal24642150
Binary1111011010101010010110
Octal36652226

Shades and tints

Shades of #F62A96

#F62A96
(246,42,150)
#E02789
(224,39,137)
#CA247C
(202,36,124)
#B4216F
(180,33,111)
#9E1E62
(158,30,98)
#881B55
(136,27,85)
#721848
(114,24,72)
#5C153B
(92,21,59)
#46122E
(70,18,46)
#300F21
(48,15,33)
#1A0C14
(26,12,20)
#000000
(0,0,0)

Tints of #F62A96

#F62A96
(246,42,150)
#F63D9F
(246,61,159)
#F650A8
(246,80,168)
#F663B1
(246,99,177)
#F676BA
(246,118,186)
#F689C3
(246,137,195)
#F69CCC
(246,156,204)
#F6AFD5
(246,175,213)
#F6C2DE
(246,194,222)
#F6D5E7
(246,213,231)
#F6E8F0
(246,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F62A96 color. Also use rgb(246,42,150) instead hex code.

Text Font Color

.myTextColor { color: #F62A96; }

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

This text font color is #F62A96.


Background Color

.myBgColor { background-color: #F62A96; }

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

This div background color is #F62A96.


Border color

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

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

This div border color is #F62A96.


Opacity

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

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

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

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

This text has shadow with #F62A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F62A96 on black background.


Color preview on white background

This text has color #F62A96 on white background.



Black color preview on #F62A96 background

This text has black color on #F62A96 background.


White color preview on #F62A96 background

This text has white color on #F62A96 background.