COLOR #FF6699

HEX: #FF6699
RGB: (255,102,153)

Color info

#FF6699 contains mainly red color. #FF6699 color is web safe color. It maybe written shortly as #F69.

RGB color model

#FF6699 color RGB value is (255,102,153).

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

RGB channels and saturation

R 255 of 255 = 100%
G 102 of 255 = 40%
B 153 of 255 = 60%

255
102
153

R + G + B ~ 67%. #FF6699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 102 + 153 = 510 (100%)
R 255 of 510 ~ 50%
G 102 of 510 ~ 20%
B 153 of 510 ~ 30%

%50
%20
%30

CMYK color model

#FF6699 color CMYK value is (0,60,40,0).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 40.00%
  • key color value is 0.00%
CMYK:
(0,60,40,0)
C0M60Y40K0 
(0%,60%,40%,0%)
(0.00/0.60/0.40/0.00)	

CMYK percentages

%0
%60
%40
%0

Codes

Color #FF6699 in popluar color models

FF6699
RGB255102153
HSL340°100.00%70.00%
HSB/HSV340°60.00%100.00%
CMYK0.00%60.00%40.00%
0.00%

Color #FF6699 in popluar number systems.

HEXFF6699
Decimal255102153
Binary11111111110011010011001
Octal377146231

Shades and tints

Shades of #FF6699

#FF6699
(255,102,153)
#E85D8C
(232,93,140)
#D1547F
(209,84,127)
#BA4B72
(186,75,114)
#A34265
(163,66,101)
#8C3958
(140,57,88)
#75304B
(117,48,75)
#5E273E
(94,39,62)
#471E31
(71,30,49)
#301524
(48,21,36)
#190C17
(25,12,23)
#000000
(0,0,0)

Tints of #FF6699

#FF6699
(255,102,153)
#FF73A2
(255,115,162)
#FF80AB
(255,128,171)
#FF8DB4
(255,141,180)
#FF9ABD
(255,154,189)
#FFA7C6
(255,167,198)
#FFB4CF
(255,180,207)
#FFC1D8
(255,193,216)
#FFCEE1
(255,206,225)
#FFDBEA
(255,219,234)
#FFE8F3
(255,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF6699; }

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

This text font color is #FF6699.


Background Color

.myBgColor { background-color: #FF6699; }

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

This div background color is #FF6699.


Border color

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

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

This div border color is #FF6699.


Opacity

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

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

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

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

This text has shadow with #FF6699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF6699 on black background.


Color preview on white background

This text has color #FF6699 on white background.



Black color preview on #FF6699 background

This text has black color on #FF6699 background.


White color preview on #FF6699 background

This text has white color on #FF6699 background.