COLOR #FF00CC

HEX: #FF00CC RGB: (255,0,204)

Color info

#FF00CC contains only red and blue colors. #FF00CC color is web safe color. It maybe written shortly as #F0C.

RGB color model

#FF00CC color RGB value is (255,0,204).

RGB: (255,0,204) (100%, 0%, 80%)

RGB channels and saturation

R 255 of 255 = 100%
G 0 of 255 = 0%
B 204 of 255 = 80%

255
0
204

R + G + B ~ 60%. #FF00CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 255 + 0 + 204 = 459 (100%)
R 255 of 459 ~ 55.56%
G 0 of 459 ~ 0%
B 204 of 459 ~ 44.44'%

%55.56
%44.44

CMYK color model

#FF00CC color CMYK value is (0,100,20,0).

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

CMYK: (0,100,20,0)
C0M100Y20K0 (0%, 100%, 20%, 0%)
(0.00 / 1.00 / 0.20 / 0.00)

CMYK percentages

%0
%100
%20
%0

Codes

Color #FF00CC in popluar color models

FF 00 CC
RGB 255 0 204
HSL 312° 100.00% 50.00%
HSB/HSV 312° 100.00% 100.00%
CMYK 0.00% 100.00% 20.00%
0.00%

Color #FF00CC in popluar number systems.

HEX FF 00 CC
Decimal 255 0 204
Binary 11111111 0 11001100
Octal 377 0 314

Shades and tints

Shades of #FF00CC

#FF00CC
(255,0,204)
#E800BA
(232,0,186)
#D100A8
(209,0,168)
#BA0096
(186,0,150)
#A30084
(163,0,132)
#8C0072
(140,0,114)
#750060
(117,0,96)
#5E004E
(94,0,78)
#47003C
(71,0,60)
#30002A
(48,0,42)
#190018
(25,0,24)
#000000
(0,0,0)

Tints of #FF00CC

#FF00CC
(255,0,204)
#FF17D0
(255,23,208)
#FF2ED4
(255,46,212)
#FF45D8
(255,69,216)
#FF5CDC
(255,92,220)
#FF73E0
(255,115,224)
#FF8AE4
(255,138,228)
#FFA1E8
(255,161,232)
#FFB8EC
(255,184,236)
#FFCFF0
(255,207,240)
#FFE6F4
(255,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF00CC; }

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

This text font color is #FF00CC.

Background Color

.myBgColor { background-color: #FF00CC; }

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

This div background color is #FF00CC.

Border color

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

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

This div border color is #FF00CC.

Opacity

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

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

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

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

This text has shadow with #FF00CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF00CC.

Preview

Color preview on black background

This text has color #FF00CC on black background.


Color preview on white background

This text has color #FF00CC on white background.


Black color preview on #FF00CC background

This text has black color on #FF00CC background.


White color preview on #FF00CC background

This text has white color on #FF00CC background.


Related colors

Complementary color

Complementary color for #hex is #00FF33.


I love getcolorcode.com

Triadic colors

1 #CCFF00 and #00CCFF with #FF00CC are triadic colors.

2 #CC00FF and #00FFCC with #FF00CC are triadic colors.