COLOR #F691C3

HEX: #F691C3
RGB: (246,145,195)

Color info

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

RGB color model

#F691C3 color RGB value is (246,145,195).

  • red value is 246;
  • green value is 145;
  • blue value is 195.
RGB:
(246,145,195)
(96%,57%,76%)

RGB channels and saturation

R 246 of 255 = 96%
G 145 of 255 = 57%
B 195 of 255 = 76%

246
145
195

R + G + B ~ 76%. #F691C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 145 + 195 = 586 (100%)
R 246 of 586 ~ 41.98%
G 145 of 586 ~ 24.74%
B 195 of 586 ~ 33.28%

%41.98
%24.74
%33.28

CMYK color model

#F691C3 color CMYK value is (0,41,21,4).

  • cyan value is 0.00%
  • magenta value is 41.06%
  • yellow value is 20.73%
  • key color value is 3.53%
CMYK:
(0,41,21,4)
C0M41Y21K4 
(0%,41%,21%,4%)
(0.00/0.41/0.21/0.04)	

CMYK percentages

%0
%41.06
%20.73
%3.53

Codes

Color #F691C3 in popluar color models

F691C3
RGB246145195
HSL330°84.87%76.67%
HSB/HSV330°41.06%96.47%
CMYK0.00%41.06%20.73%
3.53%

Color #F691C3 in popluar number systems.

HEXF691C3
Decimal246145195
Binary111101101001000111000011
Octal366221303

Shades and tints

Shades of #F691C3

#F691C3
(246,145,195)
#E084B2
(224,132,178)
#CA77A1
(202,119,161)
#B46A90
(180,106,144)
#9E5D7F
(158,93,127)
#88506E
(136,80,110)
#72435D
(114,67,93)
#5C364C
(92,54,76)
#46293B
(70,41,59)
#301C2A
(48,28,42)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #F691C3

#F691C3
(246,145,195)
#F69BC8
(246,155,200)
#F6A5CD
(246,165,205)
#F6AFD2
(246,175,210)
#F6B9D7
(246,185,215)
#F6C3DC
(246,195,220)
#F6CDE1
(246,205,225)
#F6D7E6
(246,215,230)
#F6E1EB
(246,225,235)
#F6EBF0
(246,235,240)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F691C3; }

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

This text font color is #F691C3.


Background Color

.myBgColor { background-color: #F691C3; }

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

This div background color is #F691C3.


Border color

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

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

This div border color is #F691C3.


Opacity

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

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

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

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

This text has shadow with #F691C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F691C3 on black background.


Color preview on white background

This text has color #F691C3 on white background.



Black color preview on #F691C3 background

This text has black color on #F691C3 background.


White color preview on #F691C3 background

This text has white color on #F691C3 background.