COLOR #F65697

HEX: #F65697
RGB: (246,86,151)

Color info

#F65697 contains mainly red color. Web safe color of #F65697 is #FF6699 (or #F69).

RGB color model

#F65697 color RGB value is (246,86,151).

  • red value is 246;
  • green value is 86;
  • blue value is 151.
RGB:
(246,86,151)
(96%,34%,59%)

RGB channels and saturation

R 246 of 255 = 96%
G 86 of 255 = 34%
B 151 of 255 = 59%

246
86
151

R + G + B ~ 63%. #F65697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 86 + 151 = 483 (100%)
R 246 of 483 ~ 50.93%
G 86 of 483 ~ 17.81%
B 151 of 483 ~ 31.26%

%50.93
%17.81
%31.26

CMYK color model

#F65697 color CMYK value is (0,65,39,4).

  • cyan value is 0.00%
  • magenta value is 65.04%
  • yellow value is 38.62%
  • key color value is 3.53%
CMYK:
(0,65,39,4)
C0M65Y39K4 
(0%,65%,39%,4%)
(0.00/0.65/0.39/0.04)	

CMYK percentages

%0
%65.04
%38.62
%3.53

Codes

Color #F65697 in popluar color models

F65697
RGB24686151
HSL336°89.89%65.10%
HSB/HSV336°65.04%96.47%
CMYK0.00%65.04%38.62%
3.53%

Color #F65697 in popluar number systems.

HEXF65697
Decimal24686151
Binary11110110101011010010111
Octal366126227

Shades and tints

Shades of #F65697

#F65697
(246,86,151)
#E04F8A
(224,79,138)
#CA487D
(202,72,125)
#B44170
(180,65,112)
#9E3A63
(158,58,99)
#883356
(136,51,86)
#722C49
(114,44,73)
#5C253C
(92,37,60)
#461E2F
(70,30,47)
#301722
(48,23,34)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #F65697

#F65697
(246,86,151)
#F665A0
(246,101,160)
#F674A9
(246,116,169)
#F683B2
(246,131,178)
#F692BB
(246,146,187)
#F6A1C4
(246,161,196)
#F6B0CD
(246,176,205)
#F6BFD6
(246,191,214)
#F6CEDF
(246,206,223)
#F6DDE8
(246,221,232)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F65697 color. Also use rgb(246,86,151) instead hex code.

Text Font Color

.myTextColor { color: #F65697; }

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

This text font color is #F65697.


Background Color

.myBgColor { background-color: #F65697; }

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

This div background color is #F65697.


Border color

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

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

This div border color is #F65697.


Opacity

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

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

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

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

This text has shadow with #F65697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F65697 on black background.


Color preview on white background

This text has color #F65697 on white background.



Black color preview on #F65697 background

This text has black color on #F65697 background.


White color preview on #F65697 background

This text has white color on #F65697 background.