COLOR #F62F7F

HEX: #F62F7F
RGB: (246,47,127)

Color info

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

RGB color model

#F62F7F color RGB value is (246,47,127).

  • red value is 246;
  • green value is 47;
  • blue value is 127.
RGB:
(246,47,127)
(96%,18%,50%)

RGB channels and saturation

R 246 of 255 = 96%
G 47 of 255 = 18%
B 127 of 255 = 50%

246
47
127

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

Portions of RGB colors in percentages

R + G + B =
246 + 47 + 127 = 420 (100%)
R 246 of 420 ~ 58.57%
G 47 of 420 ~ 11.19%
B 127 of 420 ~ 30.24%

%58.57
%11.19
%30.24

CMYK color model

#F62F7F color CMYK value is (0,81,48,4).

  • cyan value is 0.00%
  • magenta value is 80.89%
  • yellow value is 48.37%
  • key color value is 3.53%
CMYK:
(0,81,48,4)
C0M81Y48K4 
(0%,81%,48%,4%)
(0.00/0.81/0.48/0.04)	

CMYK percentages

%0
%80.89
%48.37
%3.53

Codes

Color #F62F7F in popluar color models

F62F7F
RGB24647127
HSL336°91.71%57.45%
HSB/HSV336°80.89%96.47%
CMYK0.00%80.89%48.37%
3.53%

Color #F62F7F in popluar number systems.

HEXF62F7F
Decimal24647127
Binary111101101011111111111
Octal36657177

Shades and tints

Shades of #F62F7F

#F62F7F
(246,47,127)
#E02B74
(224,43,116)
#CA2769
(202,39,105)
#B4235E
(180,35,94)
#9E1F53
(158,31,83)
#881B48
(136,27,72)
#72173D
(114,23,61)
#5C1332
(92,19,50)
#460F27
(70,15,39)
#300B1C
(48,11,28)
#1A0711
(26,7,17)
#000000
(0,0,0)

Tints of #F62F7F

#F62F7F
(246,47,127)
#F6418A
(246,65,138)
#F65395
(246,83,149)
#F665A0
(246,101,160)
#F677AB
(246,119,171)
#F689B6
(246,137,182)
#F69BC1
(246,155,193)
#F6ADCC
(246,173,204)
#F6BFD7
(246,191,215)
#F6D1E2
(246,209,226)
#F6E3ED
(246,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F62F7F color. Also use rgb(246,47,127) instead hex code.

Text Font Color

.myTextColor { color: #F62F7F; }

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

This text font color is #F62F7F.


Background Color

.myBgColor { background-color: #F62F7F; }

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

This div background color is #F62F7F.


Border color

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

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

This div border color is #F62F7F.


Opacity

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

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

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

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

This text has shadow with #F62F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F62F7F on black background.


Color preview on white background

This text has color #F62F7F on white background.



Black color preview on #F62F7F background

This text has black color on #F62F7F background.


White color preview on #F62F7F background

This text has white color on #F62F7F background.