COLOR #F695BF

HEX: #F695BF RGB: (246,149,191)

Color info

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

RGB color model

#F695BF color RGB value is (246,149,191).

RGB: (246,149,191) (96%, 58%, 75%)

RGB channels and saturation

R 246 of 255 = 96%
G 149 of 255 = 58%
B 191 of 255 = 75%

246
149
191

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

Portions of RGB colors in percentages

R + G + B = 246 + 149 + 191 = 586 (100%)
R 246 of 586 ~ 41.98%
G 149 of 586 ~ 25.43%
B 191 of 586 ~ 32.59'%

%41.98
%25.43
%32.59

CMYK color model

#F695BF color CMYK value is (0,39,22,4).

  • cyan value is 0.00%
  • magenta value is 39.43%
  • yellow value is 22.36%
  • key color value is 3.53%

CMYK: (0,39,22,4)
C0M39Y22K4 (0%, 39%, 22%, 4%)
(0.00 / 0.39 / 0.22 / 0.04)

CMYK percentages

%0
%39.43
%22.36
%3.53

Codes

Color #F695BF in popluar color models

F6 95 BF
RGB 246 149 191
HSL 334° 84.35% 77.45%
HSB/HSV 334° 39.43% 96.47%
CMYK 0.00% 39.43% 22.36%
3.53%

Color #F695BF in popluar number systems.

HEX F6 95 BF
Decimal 246 149 191
Binary 11110110 10010101 10111111
Octal 366 225 277

Shades and tints

Shades of #F695BF

#F695BF
(246,149,191)
#E088AE
(224,136,174)
#CA7B9D
(202,123,157)
#B46E8C
(180,110,140)
#9E617B
(158,97,123)
#88546A
(136,84,106)
#724759
(114,71,89)
#5C3A48
(92,58,72)
#462D37
(70,45,55)
#302026
(48,32,38)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #F695BF

#F695BF
(246,149,191)
#F69EC4
(246,158,196)
#F6A7C9
(246,167,201)
#F6B0CE
(246,176,206)
#F6B9D3
(246,185,211)
#F6C2D8
(246,194,216)
#F6CBDD
(246,203,221)
#F6D4E2
(246,212,226)
#F6DDE7
(246,221,231)
#F6E6EC
(246,230,236)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F695BF color. Also use rgb(246,149,191) instead hex code.

Text Font Color

.myTextColor { color: #F695BF; }

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

This text font color is #F695BF.

Background Color

.myBgColor { background-color: #F695BF; }

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

This div background color is #F695BF.

Border color

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

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

This div border color is #F695BF.

Opacity

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

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

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

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

This text has shadow with #F695BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F695BF.

Preview

Color preview on black background

This text has color #F695BF on black background.


Color preview on white background

This text has color #F695BF on white background.


Black color preview on #F695BF background

This text has black color on #F695BF background.


White color preview on #F695BF background

This text has white color on #F695BF background.


Related colors

Complementary color

Complementary color for #hex is #096A40.


I love getcolorcode.com

Triadic colors

1 #BFF695 and #95BFF6 with #F695BF are triadic colors.

2 #BF95F6 and #95F6BF with #F695BF are triadic colors.