COLOR #F69CC3

HEX: #F69CC3 RGB: (246,156,195)

Color info

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

RGB color model

#F69CC3 color RGB value is (246,156,195).

RGB: (246,156,195) (96%, 61%, 76%)

RGB channels and saturation

R 246 of 255 = 96%
G 156 of 255 = 61%
B 195 of 255 = 76%

246
156
195

R + G + B ~ 78%. #F69CC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 156 + 195 = 597 (100%)
R 246 of 597 ~ 41.21%
G 156 of 597 ~ 26.13%
B 195 of 597 ~ 32.66'%

%41.21
%26.13
%32.66

CMYK color model

#F69CC3 color CMYK value is (0,37,21,4).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 20.73%
  • key color value is 3.53%

CMYK: (0,37,21,4)
C0M37Y21K4 (0%, 37%, 21%, 4%)
(0.00 / 0.37 / 0.21 / 0.04)

CMYK percentages

%0
%36.59
%20.73
%3.53

Codes

Color #F69CC3 in popluar color models

F6 9C C3
RGB 246 156 195
HSL 334° 83.33% 78.82%
HSB/HSV 334° 36.59% 96.47%
CMYK 0.00% 36.59% 20.73%
3.53%

Color #F69CC3 in popluar number systems.

HEX F6 9C C3
Decimal 246 156 195
Binary 11110110 10011100 11000011
Octal 366 234 303

Shades and tints

Shades of #F69CC3

#F69CC3
(246,156,195)
#E08EB2
(224,142,178)
#CA80A1
(202,128,161)
#B47290
(180,114,144)
#9E647F
(158,100,127)
#88566E
(136,86,110)
#72485D
(114,72,93)
#5C3A4C
(92,58,76)
#462C3B
(70,44,59)
#301E2A
(48,30,42)
#1A1019
(26,16,25)
#000000
(0,0,0)

Tints of #F69CC3

#F69CC3
(246,156,195)
#F6A5C8
(246,165,200)
#F6AECD
(246,174,205)
#F6B7D2
(246,183,210)
#F6C0D7
(246,192,215)
#F6C9DC
(246,201,220)
#F6D2E1
(246,210,225)
#F6DBE6
(246,219,230)
#F6E4EB
(246,228,235)
#F6EDF0
(246,237,240)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69CC3 color. Also use rgb(246,156,195) instead hex code.

Text Font Color

.myTextColor { color: #F69CC3; }

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

This text font color is #F69CC3.

Background Color

.myBgColor { background-color: #F69CC3; }

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

This div background color is #F69CC3.

Border color

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

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

This div border color is #F69CC3.

Opacity

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

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

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

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

This text has shadow with #F69CC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F69CC3.

Preview

Color preview on black background

This text has color #F69CC3 on black background.


Color preview on white background

This text has color #F69CC3 on white background.


Black color preview on #F69CC3 background

This text has black color on #F69CC3 background.


White color preview on #F69CC3 background

This text has white color on #F69CC3 background.


Related colors

Complementary color

Complementary color for #hex is #09633C.


I love getcolorcode.com

Triadic colors

1 #C3F69C and #9CC3F6 with #F69CC3 are triadic colors.

2 #C39CF6 and #9CF6C3 with #F69CC3 are triadic colors.