COLOR #FF6697

HEX: #FF6697
RGB: (255,102,151)

Color info

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

RGB color model

#FF6697 color RGB value is (255,102,151).

  • red value is 255;
  • green value is 102;
  • blue value is 151.
RGB:
(255,102,151)
(100%,40%,59%)

RGB channels and saturation

R 255 of 255 = 100%
G 102 of 255 = 40%
B 151 of 255 = 59%

255
102
151

R + G + B ~ 66%. #FF6697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 102 + 151 = 508 (100%)
R 255 of 508 ~ 50.2%
G 102 of 508 ~ 20.08%
B 151 of 508 ~ 29.72%

%50.2
%20.08
%29.72

CMYK color model

#FF6697 color CMYK value is (0,60,41,0).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 40.78%
  • key color value is 0.00%
CMYK:
(0,60,41,0)
C0M60Y41K0 
(0%,60%,41%,0%)
(0.00/0.60/0.41/0.00)	

CMYK percentages

%0
%60
%40.78
%0

Codes

Color #FF6697 in popluar color models

FF6697
RGB255102151
HSL341°100.00%70.00%
HSB/HSV341°60.00%100.00%
CMYK0.00%60.00%40.78%
0.00%

Color #FF6697 in popluar number systems.

HEXFF6697
Decimal255102151
Binary11111111110011010010111
Octal377146227

Shades and tints

Shades of #FF6697

#FF6697
(255,102,151)
#E85D8A
(232,93,138)
#D1547D
(209,84,125)
#BA4B70
(186,75,112)
#A34263
(163,66,99)
#8C3956
(140,57,86)
#753049
(117,48,73)
#5E273C
(94,39,60)
#471E2F
(71,30,47)
#301522
(48,21,34)
#190C15
(25,12,21)
#000000
(0,0,0)

Tints of #FF6697

#FF6697
(255,102,151)
#FF73A0
(255,115,160)
#FF80A9
(255,128,169)
#FF8DB2
(255,141,178)
#FF9ABB
(255,154,187)
#FFA7C4
(255,167,196)
#FFB4CD
(255,180,205)
#FFC1D6
(255,193,214)
#FFCEDF
(255,206,223)
#FFDBE8
(255,219,232)
#FFE8F1
(255,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6697 color. Also use rgb(255,102,151) instead hex code.

Text Font Color

.myTextColor { color: #FF6697; }

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

This text font color is #FF6697.


Background Color

.myBgColor { background-color: #FF6697; }

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

This div background color is #FF6697.


Border color

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

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

This div border color is #FF6697.


Opacity

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

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

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

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

This text has shadow with #FF6697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6697 on black background.


Color preview on white background

This text has color #FF6697 on white background.



Black color preview on #FF6697 background

This text has black color on #FF6697 background.


White color preview on #FF6697 background

This text has white color on #FF6697 background.