Color Hex Logo

#f106cc Color Hex

#F106CC
(241,6,204)
0 Favorites   0 Comments

Color spaces of #f106cc

RGB 2416204
HSL0.860.950.48
HSV309°98°95°
CMYK 0.000.980.15   0.05
XYZ47.239823.190759.1132
Yxy23.19070.36470.1790
Hunter Lab48.156790.8270-39.0698
CIE-Lab55.268288.8684-40.2804

#f106cc color RGB value is (241,6,204).

#f106cc hex color red value is 241, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f106cc hue: 0.86 , saturation: 0.95 and the lightness value of f106cc is 0.48.

The process color (four color CMYK) of #f106cc color hex is 0.00, 0.98, 0.15, 0.05. Web safe color of #f106cc is #ff00cc. Color #f106cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000110 11001100
Octal 361 6 314
Decimal 241 6 204
Hex F1 6 CC

RGB Percentages of Color #f106cc

%53.44
%1.33
%45.23

CMYK Percentages of Color #f106cc

%0
%98
%15
%5

Triadic Colors of #f106cc

#f106cc #ccf106 #06ccf1

Analogous Colors of #f106cc

#f106cc #f10657 #a106f1

Monochromatic Colors of #f106cc

#f106cc

Complementary Color

#f106cc #06f12b

#f106cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f106cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f106cc Color CSS Codes

.mybgcolor {background-color:#f106cc; } 
.myforecolor {color:#f106cc; }
.mybordercolor {border:3px solid #f106cc; }

#f106cc Text Font Color

<p style="color:#f106cc">Text here</p>

This sample text font color is #f106cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f106cc Background Color

<div style="background-color:#f106cc">
Div content here</div>

This div background color is #f106cc


#f106cc Border Color

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

This div border color is #f106cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,6,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f106cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f106cc;
  -webkit-box-shadow: 1px 1px 3px 2px #f106cc;
  box-shadow:         1px 1px 3px 2px #f106cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,6,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f106cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f106cc;
  -webkit-box-shadow: 1px 1px 3px 2px #f106cc;
  box-shadow:         1px 1px 3px 2px #f106cc;">
Div content here</div>

This div box has shadow with color #f106cc


Comments

No comments written yet.

Please login to write comment.