COLOR #F63E7C

HEX: #F63E7C
RGB: (246,62,124)

Color info

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

RGB color model

#F63E7C color RGB value is (246,62,124).

  • red value is 246;
  • green value is 62;
  • blue value is 124.
RGB:
(246,62,124)
(96%,24%,49%)

RGB channels and saturation

R 246 of 255 = 96%
G 62 of 255 = 24%
B 124 of 255 = 49%

246
62
124

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

Portions of RGB colors in percentages

R + G + B =
246 + 62 + 124 = 432 (100%)
R 246 of 432 ~ 56.94%
G 62 of 432 ~ 14.35%
B 124 of 432 ~ 28.7%

%56.94
%14.35
%28.7

CMYK color model

#F63E7C color CMYK value is (0,75,50,4).

  • cyan value is 0.00%
  • magenta value is 74.80%
  • yellow value is 49.59%
  • key color value is 3.53%
CMYK:
(0,75,50,4)
C0M75Y50K4 
(0%,75%,50%,4%)
(0.00/0.75/0.50/0.04)	

CMYK percentages

%0
%74.8
%49.59
%3.53

Codes

Color #F63E7C in popluar color models

F63E7C
RGB24662124
HSL340°91.09%60.39%
HSB/HSV340°74.80%96.47%
CMYK0.00%74.80%49.59%
3.53%

Color #F63E7C in popluar number systems.

HEXF63E7C
Decimal24662124
Binary111101101111101111100
Octal36676174

Shades and tints

Shades of #F63E7C

#F63E7C
(246,62,124)
#E03971
(224,57,113)
#CA3466
(202,52,102)
#B42F5B
(180,47,91)
#9E2A50
(158,42,80)
#882545
(136,37,69)
#72203A
(114,32,58)
#5C1B2F
(92,27,47)
#461624
(70,22,36)
#301119
(48,17,25)
#1A0C0E
(26,12,14)
#000000
(0,0,0)

Tints of #F63E7C

#F63E7C
(246,62,124)
#F64F87
(246,79,135)
#F66092
(246,96,146)
#F6719D
(246,113,157)
#F682A8
(246,130,168)
#F693B3
(246,147,179)
#F6A4BE
(246,164,190)
#F6B5C9
(246,181,201)
#F6C6D4
(246,198,212)
#F6D7DF
(246,215,223)
#F6E8EA
(246,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F63E7C color. Also use rgb(246,62,124) instead hex code.

Text Font Color

.myTextColor { color: #F63E7C; }

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

This text font color is #F63E7C.


Background Color

.myBgColor { background-color: #F63E7C; }

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

This div background color is #F63E7C.


Border color

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

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

This div border color is #F63E7C.


Opacity

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

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

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

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

This text has shadow with #F63E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F63E7C on black background.


Color preview on white background

This text has color #F63E7C on white background.



Black color preview on #F63E7C background

This text has black color on #F63E7C background.


White color preview on #F63E7C background

This text has white color on #F63E7C background.