Color Hex Logo

#f106df Color Hex

#F106DF
(241,6,223)
0 Favorites   0 Comments

Color spaces of #f106df

RGB 2416223
HSL0.850.950.48
HSV305°98°95°
CMYK 0.000.980.07   0.05
XYZ49.660024.158771.8578
Yxy24.15870.34090.1658
Hunter Lab49.151594.3316-52.2739
CIE-Lab56.246391.3037-49.5651

#f106df color RGB value is (241,6,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000110 11011111
Octal 361 6 337
Decimal 241 6 223
Hex F1 6 DF

RGB Percentages of Color #f106df

%51.28
%1.28
%47.45

CMYK Percentages of Color #f106df

%0
%98
%7
%5

Triadic Colors of #f106df

#f106df #dff106 #06dff1

Analogous Colors of #f106df

#f106df #f1066a #8e06f1

Monochromatic Colors of #f106df

#f106df

Complementary Color

#f106df #06f118

#f106df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f106df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f106df Color CSS Codes

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

#f106df Text Font Color

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

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


#f106df Background Color

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

This div background color is #f106df


#f106df Border Color

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

This div border color is #f106df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f106df


Comments

No comments written yet.

Please login to write comment.