COLOR #F686AF

HEX: #F686AF RGB: (246,134,175)

Color info

#F686AF contains mainly red color. Web safe color of #F686AF is #FF9999 (or #F99).

RGB color model

#F686AF color RGB value is (246,134,175).

RGB: (246,134,175) (96%, 53%, 69%)

RGB channels and saturation

R 246 of 255 = 96%
G 134 of 255 = 53%
B 175 of 255 = 69%

246
134
175

R + G + B ~ 73%. #F686AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 134 + 175 = 555 (100%)
R 246 of 555 ~ 44.32%
G 134 of 555 ~ 24.14%
B 175 of 555 ~ 31.53'%

%44.32
%24.14
%31.53

CMYK color model

#F686AF color CMYK value is (0,46,29,4).

  • cyan value is 0.00%
  • magenta value is 45.53%
  • yellow value is 28.86%
  • key color value is 3.53%

CMYK: (0,46,29,4)
C0M46Y29K4 (0%, 46%, 29%, 4%)
(0.00 / 0.46 / 0.29 / 0.04)

CMYK percentages

%0
%45.53
%28.86
%3.53

Codes

Color #F686AF in popluar color models

F6 86 AF
RGB 246 134 175
HSL 338° 86.15% 74.51%
HSB/HSV 338° 45.53% 96.47%
CMYK 0.00% 45.53% 28.86%
3.53%

Color #F686AF in popluar number systems.

HEX F6 86 AF
Decimal 246 134 175
Binary 11110110 10000110 10101111
Octal 366 206 257

Shades and tints

Shades of #F686AF

#F686AF
(246,134,175)
#E07AA0
(224,122,160)
#CA6E91
(202,110,145)
#B46282
(180,98,130)
#9E5673
(158,86,115)
#884A64
(136,74,100)
#723E55
(114,62,85)
#5C3246
(92,50,70)
#462637
(70,38,55)
#301A28
(48,26,40)
#1A0E19
(26,14,25)
#000000
(0,0,0)

Tints of #F686AF

#F686AF
(246,134,175)
#F691B6
(246,145,182)
#F69CBD
(246,156,189)
#F6A7C4
(246,167,196)
#F6B2CB
(246,178,203)
#F6BDD2
(246,189,210)
#F6C8D9
(246,200,217)
#F6D3E0
(246,211,224)
#F6DEE7
(246,222,231)
#F6E9EE
(246,233,238)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F686AF; }

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

This text font color is #F686AF.

Background Color

.myBgColor { background-color: #F686AF; }

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

This div background color is #F686AF.

Border color

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

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

This div border color is #F686AF.

Opacity

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

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

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

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

This text has shadow with #F686AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F686AF.

Preview

Color preview on black background

This text has color #F686AF on black background.


Color preview on white background

This text has color #F686AF on white background.


Black color preview on #F686AF background

This text has black color on #F686AF background.


White color preview on #F686AF background

This text has white color on #F686AF background.


Related colors

Complementary color

Complementary color for #hex is #097950.


I love getcolorcode.com

Triadic colors

1 #AFF686 and #86AFF6 with #F686AF are triadic colors.

2 #AF86F6 and #86F6AF with #F686AF are triadic colors.