COLOR #F699C0

HEX: #F699C0 RGB: (246,153,192)

Color info

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

RGB color model

#F699C0 color RGB value is (246,153,192).

RGB: (246,153,192) (96%, 60%, 75%)

RGB channels and saturation

R 246 of 255 = 96%
G 153 of 255 = 60%
B 192 of 255 = 75%

246
153
192

R + G + B ~ 77%. #F699C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 153 + 192 = 591 (100%)
R 246 of 591 ~ 41.62%
G 153 of 591 ~ 25.89%
B 192 of 591 ~ 32.49'%

%41.62
%25.89
%32.49

CMYK color model

#F699C0 color CMYK value is (0,38,22,4).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 21.95%
  • key color value is 3.53%

CMYK: (0,38,22,4)
C0M38Y22K4 (0%, 38%, 22%, 4%)
(0.00 / 0.38 / 0.22 / 0.04)

CMYK percentages

%0
%37.8
%21.95
%3.53

Codes

Color #F699C0 in popluar color models

F6 99 C0
RGB 246 153 192
HSL 335° 83.78% 78.24%
HSB/HSV 335° 37.80% 96.47%
CMYK 0.00% 37.80% 21.95%
3.53%

Color #F699C0 in popluar number systems.

HEX F6 99 C0
Decimal 246 153 192
Binary 11110110 10011001 11000000
Octal 366 231 300

Shades and tints

Shades of #F699C0

#F699C0
(246,153,192)
#E08CAF
(224,140,175)
#CA7F9E
(202,127,158)
#B4728D
(180,114,141)
#9E657C
(158,101,124)
#88586B
(136,88,107)
#724B5A
(114,75,90)
#5C3E49
(92,62,73)
#463138
(70,49,56)
#302427
(48,36,39)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #F699C0

#F699C0
(246,153,192)
#F6A2C5
(246,162,197)
#F6ABCA
(246,171,202)
#F6B4CF
(246,180,207)
#F6BDD4
(246,189,212)
#F6C6D9
(246,198,217)
#F6CFDE
(246,207,222)
#F6D8E3
(246,216,227)
#F6E1E8
(246,225,232)
#F6EAED
(246,234,237)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F699C0 color. Also use rgb(246,153,192) instead hex code.

Text Font Color

.myTextColor { color: #F699C0; }

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

This text font color is #F699C0.

Background Color

.myBgColor { background-color: #F699C0; }

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

This div background color is #F699C0.

Border color

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

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

This div border color is #F699C0.

Opacity

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

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

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

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

This text has shadow with #F699C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F699C0.

Preview

Color preview on black background

This text has color #F699C0 on black background.


Color preview on white background

This text has color #F699C0 on white background.


Black color preview on #F699C0 background

This text has black color on #F699C0 background.


White color preview on #F699C0 background

This text has white color on #F699C0 background.


Related colors

Complementary color

Complementary color for #hex is #09663F.


I love getcolorcode.com

Triadic colors

1 #C0F699 and #99C0F6 with #F699C0 are triadic colors.

2 #C099F6 and #99F6C0 with #F699C0 are triadic colors.