Color Hex Logo

#f106c4 Color Hex

#F106C4
(241,6,196)
0 Favorites   0 Comments

Color spaces of #f106c4

RGB 2416196
HSL0.870.950.48
HSV311°98°95°
CMYK 0.000.980.19   0.05
XYZ46.304622.816554.1881
Yxy22.81650.37550.1850
Hunter Lab47.766689.4450-33.8240
CIE-Lab54.882887.8986-36.2817

#f106c4 color RGB value is (241,6,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000110 11000100
Octal 361 6 304
Decimal 241 6 196
Hex F1 6 C4

RGB Percentages of Color #f106c4

%54.40
%1.35
%44.24

CMYK Percentages of Color #f106c4

%0
%98
%19
%5

Triadic Colors of #f106c4

#f106c4 #c4f106 #06c4f1

Analogous Colors of #f106c4

#f106c4 #f1064e #a906f1

Monochromatic Colors of #f106c4

#f106c4

Complementary Color

#f106c4 #06f133

#f106c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f106c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f106c4 Color CSS Codes

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

#f106c4 Text Font Color

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

This sample text font color is #f106c4
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.


#f106c4 Background Color

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

This div background color is #f106c4


#f106c4 Border Color

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

This div border color is #f106c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f106c4


Comments

No comments written yet.

Please login to write comment.