COLOR #F69FD1

HEX: #F69FD1 RGB: (246,159,209)

Color info

#F69FD1 contains mainly red and blue colors. Web safe color of #F69FD1 is #FF99CC (or #F9C).

RGB color model

#F69FD1 color RGB value is (246,159,209).

RGB: (246,159,209) (96%, 62%, 82%)

RGB channels and saturation

R 246 of 255 = 96%
G 159 of 255 = 62%
B 209 of 255 = 82%

246
159
209

R + G + B ~ 80%. #F69FD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 159 + 209 = 614 (100%)
R 246 of 614 ~ 40.07%
G 159 of 614 ~ 25.9%
B 209 of 614 ~ 34.04'%

%40.07
%25.9
%34.04

CMYK color model

#F69FD1 color CMYK value is (0,35,15,4).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 15.04%
  • key color value is 3.53%
CMYK: (0,35,15,4) C0M35Y15K4 (0%,35%,15%,4%) (0.00/0.35/0.15/0.04) 

CMYK percentages

%0
%35.37
%15.04
%3.53

Codes

Color #F69FD1 in popluar color models

F6 9F D1
RGB 246 159 209
HSL 326° 82.86% 79.41%
HSB/HSV 326° 35.37% 96.47%
CMYK 0.00% 35.37% 15.04%
3.53%

Color #F69FD1 in popluar number systems.

HEX F6 9F D1
Decimal 246 159 209
Binary 11110110 10011111 11010001
Octal 366 237 321

Shades and tints

Shades of #F69FD1

#F69FD1
(246,159,209)
#E091BE
(224,145,190)
#CA83AB
(202,131,171)
#B47598
(180,117,152)
#9E6785
(158,103,133)
#885972
(136,89,114)
#724B5F
(114,75,95)
#5C3D4C
(92,61,76)
#462F39
(70,47,57)
#302126
(48,33,38)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #F69FD1

#F69FD1
(246,159,209)
#F6A7D5
(246,167,213)
#F6AFD9
(246,175,217)
#F6B7DD
(246,183,221)
#F6BFE1
(246,191,225)
#F6C7E5
(246,199,229)
#F6CFE9
(246,207,233)
#F6D7ED
(246,215,237)
#F6DFF1
(246,223,241)
#F6E7F5
(246,231,245)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69FD1 color. Also use rgb(246,159,209) instead hex code.

Text Font Color

.myTextColor { color: #F69FD1; }

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

This text font color is #F69FD1.

Background Color

.myBgColor { background-color: #F69FD1; }

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

This div background color is #F69FD1.

Border color

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

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

This div border color is #F69FD1.

Opacity

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

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

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

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

This text has shadow with #F69FD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F69FD1.

Preview

Color preview on black background

This text has color #F69FD1 on black background.


Color preview on white background

This text has color #F69FD1 on white background.


Black color preview on #F69FD1 background

This text has black color on #F69FD1 background.


White color preview on #F69FD1 background

This text has white color on #F69FD1 background.


Related colors

Complementary color

Complementary color for #hex is #09602E.


I love getcolorcode.com

Triadic colors

1 #D1F69F and #9FD1F6 with #F69FD1 are triadic colors.

2 #D19FF6 and #9FF6D1 with #F69FD1 are triadic colors.