Color Hex Logo

#f1069e Color Hex

#F1069E
(241,6,158)
0 Favorites   0 Comments

Color spaces of #f1069e

RGB 2416158
HSL0.890.950.48
HSV321°98°95°
CMYK 0.000.980.34   0.05
XYZ42.512321.299634.2183
Yxy21.29960.43370.2173
Hunter Lab46.151583.6596-11.6536
CIE-Lab53.275883.7774-16.5351

#f1069e color RGB value is (241,6,158).

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

The process color (four color CMYK) of #f1069e color hex is 0.00, 0.98, 0.34, 0.05. Web safe color of #f1069e is #ff0099. Color #f1069e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000110 10011110
Octal 361 6 236
Decimal 241 6 158
Hex F1 6 9E

RGB Percentages of Color #f1069e

%59.51
%1.48
%39.01

CMYK Percentages of Color #f1069e

%0
%98
%34
%5

Triadic Colors of #f1069e

#f1069e #9ef106 #069ef1

Analogous Colors of #f1069e

#f1069e #f10628 #cf06f1

Monochromatic Colors of #f1069e

#f1069e

Complementary Color

#f1069e #06f159

#f1069e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1069e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1069e Color CSS Codes

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

#f1069e Text Font Color

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

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


#f1069e Background Color

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

This div background color is #f1069e


#f1069e Border Color

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

This div border color is #f1069e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1069e


Comments

No comments written yet.

Please login to write comment.