COLOR #F66EFC

HEX: #F66EFC
RGB: (246,110,252)

Color info

#F66EFC contains mainly red and blue colors. Web safe color of #F66EFC is #FF66FF (or #F6F).

RGB color model

#F66EFC color RGB value is (246,110,252).

  • red value is 246;
  • green value is 110;
  • blue value is 252.
RGB:
(246,110,252)
(96%,43%,99%)

RGB channels and saturation

R 246 of 255 = 96%
G 110 of 255 = 43%
B 252 of 255 = 99%

246
110
252

R + G + B ~ 79%. #F66EFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 110 + 252 = 608 (100%)
R 246 of 608 ~ 40.46%
G 110 of 608 ~ 18.09%
B 252 of 608 ~ 41.45%

%40.46
%18.09
%41.45

CMYK color model

#F66EFC color CMYK value is (2,56,0,1).

  • cyan value is 2.38%
  • magenta value is 56.35%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(2,56,0,1)
C2M56Y0K1 
(2%,56%,0%,1%)
(0.02/0.56/0.00/0.01)	

CMYK percentages

%2.38
%56.35
%0
%1.18

Codes

Color #F66EFC in popluar color models

F66EFC
RGB246110252
HSL297°95.95%70.98%
HSB/HSV297°56.35%98.82%
CMYK2.38%56.35%0.00%
1.18%

Color #F66EFC in popluar number systems.

HEXF66EFC
Decimal246110252
Binary11110110110111011111100
Octal366156374

Shades and tints

Shades of #F66EFC

#F66EFC
(246,110,252)
#E064E6
(224,100,230)
#CA5AD0
(202,90,208)
#B450BA
(180,80,186)
#9E46A4
(158,70,164)
#883C8E
(136,60,142)
#723278
(114,50,120)
#5C2862
(92,40,98)
#461E4C
(70,30,76)
#301436
(48,20,54)
#1A0A20
(26,10,32)
#000000
(0,0,0)

Tints of #F66EFC

#F66EFC
(246,110,252)
#F67BFC
(246,123,252)
#F688FC
(246,136,252)
#F695FC
(246,149,252)
#F6A2FC
(246,162,252)
#F6AFFC
(246,175,252)
#F6BCFC
(246,188,252)
#F6C9FC
(246,201,252)
#F6D6FC
(246,214,252)
#F6E3FC
(246,227,252)
#F6F0FC
(246,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F66EFC color. Also use rgb(246,110,252) instead hex code.

Text Font Color

.myTextColor { color: #F66EFC; }

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

This text font color is #F66EFC.


Background Color

.myBgColor { background-color: #F66EFC; }

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

This div background color is #F66EFC.


Border color

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

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

This div border color is #F66EFC.


Opacity

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

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

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

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

This text has shadow with #F66EFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F66EFC on black background.


Color preview on white background

This text has color #F66EFC on white background.



Black color preview on #F66EFC background

This text has black color on #F66EFC background.


White color preview on #F66EFC background

This text has white color on #F66EFC background.