COLOR #F6385B

HEX: #F6385B
RGB: (246,56,91)

Color info

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

RGB color model

#F6385B color RGB value is (246,56,91).

  • red value is 246;
  • green value is 56;
  • blue value is 91.
RGB:
(246,56,91)
(96%,22%,36%)

RGB channels and saturation

R 246 of 255 = 96%
G 56 of 255 = 22%
B 91 of 255 = 36%

246
56
91

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

Portions of RGB colors in percentages

R + G + B =
246 + 56 + 91 = 393 (100%)
R 246 of 393 ~ 62.6%
G 56 of 393 ~ 14.25%
B 91 of 393 ~ 23.16%

%62.6
%14.25
%23.16

CMYK color model

#F6385B color CMYK value is (0,77,63,4).

  • cyan value is 0.00%
  • magenta value is 77.24%
  • yellow value is 63.01%
  • key color value is 3.53%
CMYK:
(0,77,63,4)
C0M77Y63K4 
(0%,77%,63%,4%)
(0.00/0.77/0.63/0.04)	

CMYK percentages

%0
%77.24
%63.01
%3.53

Codes

Color #F6385B in popluar color models

F6385B
RGB2465691
HSL349°91.35%59.22%
HSB/HSV349°77.24%96.47%
CMYK0.00%77.24%63.01%
3.53%

Color #F6385B in popluar number systems.

HEXF6385B
Decimal2465691
Binary111101101110001011011
Octal36670133

Shades and tints

Shades of #F6385B

#F6385B
(246,56,91)
#E03353
(224,51,83)
#CA2E4B
(202,46,75)
#B42943
(180,41,67)
#9E243B
(158,36,59)
#881F33
(136,31,51)
#721A2B
(114,26,43)
#5C1523
(92,21,35)
#46101B
(70,16,27)
#300B13
(48,11,19)
#1A060B
(26,6,11)
#000000
(0,0,0)

Tints of #F6385B

#F6385B
(246,56,91)
#F64A69
(246,74,105)
#F65C77
(246,92,119)
#F66E85
(246,110,133)
#F68093
(246,128,147)
#F692A1
(246,146,161)
#F6A4AF
(246,164,175)
#F6B6BD
(246,182,189)
#F6C8CB
(246,200,203)
#F6DAD9
(246,218,217)
#F6ECE7
(246,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6385B color. Also use rgb(246,56,91) instead hex code.

Text Font Color

.myTextColor { color: #F6385B; }

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

This text font color is #F6385B.


Background Color

.myBgColor { background-color: #F6385B; }

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

This div background color is #F6385B.


Border color

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

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

This div border color is #F6385B.


Opacity

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

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

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

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

This text has shadow with #F6385B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6385B on black background.


Color preview on white background

This text has color #F6385B on white background.



Black color preview on #F6385B background

This text has black color on #F6385B background.


White color preview on #F6385B background

This text has white color on #F6385B background.