COLOR #F6709E

HEX: #F6709E
RGB: (246,112,158)

Color info

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

RGB color model

#F6709E color RGB value is (246,112,158).

  • red value is 246;
  • green value is 112;
  • blue value is 158.
RGB:
(246,112,158)
(96%,44%,62%)

RGB channels and saturation

R 246 of 255 = 96%
G 112 of 255 = 44%
B 158 of 255 = 62%

246
112
158

R + G + B ~ 67%. #F6709E is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 112 + 158 = 516 (100%)
R 246 of 516 ~ 47.67%
G 112 of 516 ~ 21.71%
B 158 of 516 ~ 30.62%

%47.67
%21.71
%30.62

CMYK color model

#F6709E color CMYK value is (0,54,36,4).

  • cyan value is 0.00%
  • magenta value is 54.47%
  • yellow value is 35.77%
  • key color value is 3.53%
CMYK:
(0,54,36,4)
C0M54Y36K4 
(0%,54%,36%,4%)
(0.00/0.54/0.36/0.04)	

CMYK percentages

%0
%54.47
%35.77
%3.53

Codes

Color #F6709E in popluar color models

F6709E
RGB246112158
HSL339°88.16%70.20%
HSB/HSV339°54.47%96.47%
CMYK0.00%54.47%35.77%
3.53%

Color #F6709E in popluar number systems.

HEXF6709E
Decimal246112158
Binary11110110111000010011110
Octal366160236

Shades and tints

Shades of #F6709E

#F6709E
(246,112,158)
#E06690
(224,102,144)
#CA5C82
(202,92,130)
#B45274
(180,82,116)
#9E4866
(158,72,102)
#883E58
(136,62,88)
#72344A
(114,52,74)
#5C2A3C
(92,42,60)
#46202E
(70,32,46)
#301620
(48,22,32)
#1A0C12
(26,12,18)
#000000
(0,0,0)

Tints of #F6709E

#F6709E
(246,112,158)
#F67DA6
(246,125,166)
#F68AAE
(246,138,174)
#F697B6
(246,151,182)
#F6A4BE
(246,164,190)
#F6B1C6
(246,177,198)
#F6BECE
(246,190,206)
#F6CBD6
(246,203,214)
#F6D8DE
(246,216,222)
#F6E5E6
(246,229,230)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6709E color. Also use rgb(246,112,158) instead hex code.

Text Font Color

.myTextColor { color: #F6709E; }

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

This text font color is #F6709E.


Background Color

.myBgColor { background-color: #F6709E; }

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

This div background color is #F6709E.


Border color

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

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

This div border color is #F6709E.


Opacity

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

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

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

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

This text has shadow with #F6709E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6709E on black background.


Color preview on white background

This text has color #F6709E on white background.



Black color preview on #F6709E background

This text has black color on #F6709E background.


White color preview on #F6709E background

This text has white color on #F6709E background.