COLOR #F6739D

HEX: #F6739D
RGB: (246,115,157)

Color info

#F6739D contains mainly red color. Web safe color of #F6739D is #FF6699 (or #F69).

RGB color model

#F6739D color RGB value is (246,115,157).

  • red value is 246;
  • green value is 115;
  • blue value is 157.
RGB:
(246,115,157)
(96%,45%,62%)

RGB channels and saturation

R 246 of 255 = 96%
G 115 of 255 = 45%
B 157 of 255 = 62%

246
115
157

R + G + B ~ 68%. #F6739D is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 115 + 157 = 518 (100%)
R 246 of 518 ~ 47.49%
G 115 of 518 ~ 22.2%
B 157 of 518 ~ 30.31%

%47.49
%22.2
%30.31

CMYK color model

#F6739D color CMYK value is (0,53,36,4).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 36.18%
  • key color value is 3.53%
CMYK:
(0,53,36,4)
C0M53Y36K4 
(0%,53%,36%,4%)
(0.00/0.53/0.36/0.04)	

CMYK percentages

%0
%53.25
%36.18
%3.53

Codes

Color #F6739D in popluar color models

F6739D
RGB246115157
HSL341°87.92%70.78%
HSB/HSV341°53.25%96.47%
CMYK0.00%53.25%36.18%
3.53%

Color #F6739D in popluar number systems.

HEXF6739D
Decimal246115157
Binary11110110111001110011101
Octal366163235

Shades and tints

Shades of #F6739D

#F6739D
(246,115,157)
#E0698F
(224,105,143)
#CA5F81
(202,95,129)
#B45573
(180,85,115)
#9E4B65
(158,75,101)
#884157
(136,65,87)
#723749
(114,55,73)
#5C2D3B
(92,45,59)
#46232D
(70,35,45)
#30191F
(48,25,31)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #F6739D

#F6739D
(246,115,157)
#F67FA5
(246,127,165)
#F68BAD
(246,139,173)
#F697B5
(246,151,181)
#F6A3BD
(246,163,189)
#F6AFC5
(246,175,197)
#F6BBCD
(246,187,205)
#F6C7D5
(246,199,213)
#F6D3DD
(246,211,221)
#F6DFE5
(246,223,229)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6739D color. Also use rgb(246,115,157) instead hex code.

Text Font Color

.myTextColor { color: #F6739D; }

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

This text font color is #F6739D.


Background Color

.myBgColor { background-color: #F6739D; }

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

This div background color is #F6739D.


Border color

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

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

This div border color is #F6739D.


Opacity

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

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

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

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

This text has shadow with #F6739D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6739D on black background.


Color preview on white background

This text has color #F6739D on white background.



Black color preview on #F6739D background

This text has black color on #F6739D background.


White color preview on #F6739D background

This text has white color on #F6739D background.