COLOR #F66CE0

HEX: #F66CE0 RGB: (246,108,224)

Color info

#F66CE0 contains mainly red and blue colors. Web safe color of #F66CE0 is #FF66CC (or #F6C).

RGB color model

#F66CE0 color RGB value is (246,108,224).

RGB: (246,108,224) (96%, 42%, 88%)

RGB channels and saturation

R 246 of 255 = 96%
G 108 of 255 = 42%
B 224 of 255 = 88%

246
108
224

R + G + B ~ 75%. #F66CE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 108 + 224 = 578 (100%)
R 246 of 578 ~ 42.56%
G 108 of 578 ~ 18.69%
B 224 of 578 ~ 38.75'%

%42.56
%18.69
%38.75

CMYK color model

#F66CE0 color CMYK value is (0,56,9,4).

  • cyan value is 0.00%
  • magenta value is 56.10%
  • yellow value is 8.94%
  • key color value is 3.53%
CMYK: (0,56,9,4) C0M56Y9K4 (0%,56%,9%,4%) (0.00/0.56/0.09/0.04) 

CMYK percentages

%0
%56.1
%8.94
%3.53

Codes

Color #F66CE0 in popluar color models

F6 6C E0
RGB 246 108 224
HSL 310° 88.46% 69.41%
HSB/HSV 310° 56.10% 96.47%
CMYK 0.00% 56.10% 8.94%
3.53%

Color #F66CE0 in popluar number systems.

HEX F6 6C E0
Decimal 246 108 224
Binary 11110110 1101100 11100000
Octal 366 154 340

Shades and tints

Shades of #F66CE0

#F66CE0
(246,108,224)
#E063CC
(224,99,204)
#CA5AB8
(202,90,184)
#B451A4
(180,81,164)
#9E4890
(158,72,144)
#883F7C
(136,63,124)
#723668
(114,54,104)
#5C2D54
(92,45,84)
#462440
(70,36,64)
#301B2C
(48,27,44)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #F66CE0

#F66CE0
(246,108,224)
#F679E2
(246,121,226)
#F686E4
(246,134,228)
#F693E6
(246,147,230)
#F6A0E8
(246,160,232)
#F6ADEA
(246,173,234)
#F6BAEC
(246,186,236)
#F6C7EE
(246,199,238)
#F6D4F0
(246,212,240)
#F6E1F2
(246,225,242)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F66CE0 color. Also use rgb(246,108,224) instead hex code.

Text Font Color

.myTextColor { color: #F66CE0; }

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

This text font color is #F66CE0.

Background Color

.myBgColor { background-color: #F66CE0; }

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

This div background color is #F66CE0.

Border color

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

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

This div border color is #F66CE0.

Opacity

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

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

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

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

This text has shadow with #F66CE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F66CE0.

Preview

Color preview on black background

This text has color #F66CE0 on black background.


Color preview on white background

This text has color #F66CE0 on white background.


Black color preview on #F66CE0 background

This text has black color on #F66CE0 background.


White color preview on #F66CE0 background

This text has white color on #F66CE0 background.


Related colors

Complementary color

Complementary color for #hex is #09931F.


I love getcolorcode.com

Triadic colors

1 #E0F66C and #6CE0F6 with #F66CE0 are triadic colors.

2 #E06CF6 and #6CF6E0 with #F66CE0 are triadic colors.