COLOR #FF0066

HEX: #FF0066 RGB: (255,0,102)

Color info

#FF0066 contains mainly red color. #FF0066 color is web safe color. It maybe written shortly as #F06.

RGB color model

#FF0066 color RGB value is (255,0,102).

RGB: (255,0,102) (100%, 0%, 40%)

RGB channels and saturation

R 255 of 255 = 100%
G 0 of 255 = 0%
B 102 of 255 = 40%

255
0
102

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

Portions of RGB colors in percentages

R + G + B = 255 + 0 + 102 = 357 (100%)
R 255 of 357 ~ 71.43%
G 0 of 357 ~ 0%
B 102 of 357 ~ 28.57'%

%71.43
%28.57

CMYK color model

#FF0066 color CMYK value is (0,100,60,0).

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

CMYK: (0,100,60,0)
C0M100Y60K0 (0%, 100%, 60%, 0%)
(0.00 / 1.00 / 0.60 / 0.00)

CMYK percentages

%0
%100
%60
%0

Codes

Color #FF0066 in popluar color models

FF 00 66
RGB 255 0 102
HSL 336° 100.00% 50.00%
HSB/HSV 336° 100.00% 100.00%
CMYK 0.00% 100.00% 60.00%
0.00%

Color #FF0066 in popluar number systems.

HEX FF 00 66
Decimal 255 0 102
Binary 11111111 0 1100110
Octal 377 0 146

Shades and tints

Shades of #FF0066

#FF0066
(255,0,102)
#E8005D
(232,0,93)
#D10054
(209,0,84)
#BA004B
(186,0,75)
#A30042
(163,0,66)
#8C0039
(140,0,57)
#750030
(117,0,48)
#5E0027
(94,0,39)
#47001E
(71,0,30)
#300015
(48,0,21)
#19000C
(25,0,12)
#000000
(0,0,0)

Tints of #FF0066

#FF0066
(255,0,102)
#FF1773
(255,23,115)
#FF2E80
(255,46,128)
#FF458D
(255,69,141)
#FF5C9A
(255,92,154)
#FF73A7
(255,115,167)
#FF8AB4
(255,138,180)
#FFA1C1
(255,161,193)
#FFB8CE
(255,184,206)
#FFCFDB
(255,207,219)
#FFE6E8
(255,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF0066; }

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

This text font color is #FF0066.

Background Color

.myBgColor { background-color: #FF0066; }

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

This div background color is #FF0066.

Border color

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

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

This div border color is #FF0066.

Opacity

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

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

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

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

This text has shadow with #FF0066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF0066.

Preview

Color preview on black background

This text has color #FF0066 on black background.


Color preview on white background

This text has color #FF0066 on white background.


Black color preview on #FF0066 background

This text has black color on #FF0066 background.


White color preview on #FF0066 background

This text has white color on #FF0066 background.


Related colors

Complementary color

Complementary color for #hex is #00FF99.


I love getcolorcode.com

Triadic colors

1 #66FF00 and #0066FF with #FF0066 are triadic colors.

2 #6600FF and #00FF66 with #FF0066 are triadic colors.