COLOR #F696E1

HEX: #F696E1
RGB: (246,150,225)

Color info

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

RGB color model

#F696E1 color RGB value is (246,150,225).

  • red value is 246;
  • green value is 150;
  • blue value is 225.
RGB:
(246,150,225)
(96%,59%,88%)

RGB channels and saturation

R 246 of 255 = 96%
G 150 of 255 = 59%
B 225 of 255 = 88%

246
150
225

R + G + B ~ 81%. #F696E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 150 + 225 = 621 (100%)
R 246 of 621 ~ 39.61%
G 150 of 621 ~ 24.15%
B 225 of 621 ~ 36.23%

%39.61
%24.15
%36.23

CMYK color model

#F696E1 color CMYK value is (0,39,9,4).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK:
(0,39,9,4)
C0M39Y9K4 
(0%,39%,9%,4%)
(0.00/0.39/0.09/0.04)	

CMYK percentages

%0
%39.02
%8.54
%3.53

Codes

Color #F696E1 in popluar color models

F696E1
RGB246150225
HSL313°84.21%77.65%
HSB/HSV313°39.02%96.47%
CMYK0.00%39.02%8.54%
3.53%

Color #F696E1 in popluar number systems.

HEXF696E1
Decimal246150225
Binary111101101001011011100001
Octal366226341

Shades and tints

Shades of #F696E1

#F696E1
(246,150,225)
#E089CD
(224,137,205)
#CA7CB9
(202,124,185)
#B46FA5
(180,111,165)
#9E6291
(158,98,145)
#88557D
(136,85,125)
#724869
(114,72,105)
#5C3B55
(92,59,85)
#462E41
(70,46,65)
#30212D
(48,33,45)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #F696E1

#F696E1
(246,150,225)
#F69FE3
(246,159,227)
#F6A8E5
(246,168,229)
#F6B1E7
(246,177,231)
#F6BAE9
(246,186,233)
#F6C3EB
(246,195,235)
#F6CCED
(246,204,237)
#F6D5EF
(246,213,239)
#F6DEF1
(246,222,241)
#F6E7F3
(246,231,243)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F696E1 color. Also use rgb(246,150,225) instead hex code.

Text Font Color

.myTextColor { color: #F696E1; }

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

This text font color is #F696E1.


Background Color

.myBgColor { background-color: #F696E1; }

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

This div background color is #F696E1.


Border color

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

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

This div border color is #F696E1.


Opacity

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

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

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

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

This text has shadow with #F696E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F696E1 on black background.


Color preview on white background

This text has color #F696E1 on white background.



Black color preview on #F696E1 background

This text has black color on #F696E1 background.


White color preview on #F696E1 background

This text has white color on #F696E1 background.