COLOR #FF66CC

HEX: #FF66CC RGB: (255,102,204)

Color info

#FF66CC contains mainly red and blue colors. #FF66CC color is web safe color. It maybe written shortly as #F6C.

RGB color model

#FF66CC color RGB value is (255,102,204).

RGB: (255,102,204) (100%, 40%, 80%)

RGB channels and saturation

R 255 of 255 = 100%
G 102 of 255 = 40%
B 204 of 255 = 80%

255
102
204

R + G + B ~ 73%. #FF66CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 102 + 204 = 561 (100%)
R 255 of 561 ~ 45.45%
G 102 of 561 ~ 18.18%
B 204 of 561 ~ 36.36'%

%45.45
%18.18
%36.36

CMYK color model

#FF66CC color CMYK value is (0,60,20,0).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 20.00%
  • key color value is 0.00%

CMYK: (0,60,20,0)
C0M60Y20K0 (0%, 60%, 20%, 0%)
(0.00 / 0.60 / 0.20 / 0.00)

CMYK percentages

%0
%60
%20
%0

Codes

Color #FF66CC in popluar color models

FF 66 CC
RGB 255 102 204
HSL 320° 100.00% 70.00%
HSB/HSV 320° 60.00% 100.00%
CMYK 0.00% 60.00% 20.00%
0.00%

Color #FF66CC in popluar number systems.

HEX FF 66 CC
Decimal 255 102 204
Binary 11111111 1100110 11001100
Octal 377 146 314

Shades and tints

Shades of #FF66CC

#FF66CC
(255,102,204)
#E85DBA
(232,93,186)
#D154A8
(209,84,168)
#BA4B96
(186,75,150)
#A34284
(163,66,132)
#8C3972
(140,57,114)
#753060
(117,48,96)
#5E274E
(94,39,78)
#471E3C
(71,30,60)
#30152A
(48,21,42)
#190C18
(25,12,24)
#000000
(0,0,0)

Tints of #FF66CC

#FF66CC
(255,102,204)
#FF73D0
(255,115,208)
#FF80D4
(255,128,212)
#FF8DD8
(255,141,216)
#FF9ADC
(255,154,220)
#FFA7E0
(255,167,224)
#FFB4E4
(255,180,228)
#FFC1E8
(255,193,232)
#FFCEEC
(255,206,236)
#FFDBF0
(255,219,240)
#FFE8F4
(255,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF66CC; }

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

This text font color is #FF66CC.

Background Color

.myBgColor { background-color: #FF66CC; }

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

This div background color is #FF66CC.

Border color

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

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

This div border color is #FF66CC.

Opacity

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

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

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

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

This text has shadow with #FF66CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF66CC.

Preview

Color preview on black background

This text has color #FF66CC on black background.


Color preview on white background

This text has color #FF66CC on white background.


Black color preview on #FF66CC background

This text has black color on #FF66CC background.


White color preview on #FF66CC background

This text has white color on #FF66CC background.


Related colors

Complementary color

Complementary color for #hex is #009933.


I love getcolorcode.com

Gradients

Color #FF66CC is used in Rose Pink gradient.

Rose Pink


Triadic colors

1 #CCFF66 and #66CCFF with #FF66CC are triadic colors.

2 #CC66FF and #66FFCC with #FF66CC are triadic colors.