COLOR #F63A86

HEX: #F63A86 RGB: (246,58,134)

Color info

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

RGB color model

#F63A86 color RGB value is (246,58,134).

RGB: (246,58,134) (96%, 23%, 53%)

RGB channels and saturation

R 246 of 255 = 96%
G 58 of 255 = 23%
B 134 of 255 = 53%

246
58
134

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

Portions of RGB colors in percentages

R + G + B = 246 + 58 + 134 = 438 (100%)
R 246 of 438 ~ 56.16%
G 58 of 438 ~ 13.24%
B 134 of 438 ~ 30.59'%

%56.16
%13.24
%30.59

CMYK color model

#F63A86 color CMYK value is (0,76,46,4).

  • cyan value is 0.00%
  • magenta value is 76.42%
  • yellow value is 45.53%
  • key color value is 3.53%
CMYK: (0,76,46,4) C0M76Y46K4 (0%,76%,46%,4%) (0.00/0.76/0.46/0.04) 

CMYK percentages

%0
%76.42
%45.53
%3.53

Codes

Color #F63A86 in popluar color models

F6 3A 86
RGB 246 58 134
HSL 336° 91.26% 59.61%
HSB/HSV 336° 76.42% 96.47%
CMYK 0.00% 76.42% 45.53%
3.53%

Color #F63A86 in popluar number systems.

HEX F6 3A 86
Decimal 246 58 134
Binary 11110110 111010 10000110
Octal 366 72 206

Shades and tints

Shades of #F63A86

#F63A86
(246,58,134)
#E0357A
(224,53,122)
#CA306E
(202,48,110)
#B42B62
(180,43,98)
#9E2656
(158,38,86)
#88214A
(136,33,74)
#721C3E
(114,28,62)
#5C1732
(92,23,50)
#461226
(70,18,38)
#300D1A
(48,13,26)
#1A080E
(26,8,14)
#000000
(0,0,0)

Tints of #F63A86

#F63A86
(246,58,134)
#F64B91
(246,75,145)
#F65C9C
(246,92,156)
#F66DA7
(246,109,167)
#F67EB2
(246,126,178)
#F68FBD
(246,143,189)
#F6A0C8
(246,160,200)
#F6B1D3
(246,177,211)
#F6C2DE
(246,194,222)
#F6D3E9
(246,211,233)
#F6E4F4
(246,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F63A86 color. Also use rgb(246,58,134) instead hex code.

Text Font Color

.myTextColor { color: #F63A86; }

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

This text font color is #F63A86.

Background Color

.myBgColor { background-color: #F63A86; }

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

This div background color is #F63A86.

Border color

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

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

This div border color is #F63A86.

Opacity

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

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

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

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

This text has shadow with #F63A86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F63A86.

Preview

Color preview on black background

This text has color #F63A86 on black background.


Color preview on white background

This text has color #F63A86 on white background.


Black color preview on #F63A86 background

This text has black color on #F63A86 background.


White color preview on #F63A86 background

This text has white color on #F63A86 background.


Related colors

Complementary color

Complementary color for #hex is #09C579.


I love getcolorcode.com

Triadic colors

1 #86F63A and #3A86F6 with #F63A86 are triadic colors.

2 #863AF6 and #3AF686 with #F63A86 are triadic colors.