Color Hex Logo

#f1069b Color Hex

#F1069B
(241,6,155)
0 Favorites   0 Comments

Color spaces of #f1069b

RGB 2416155
HSL0.890.950.48
HSV322°98°95°
CMYK 0.000.980.36   0.05
XYZ42.257121.197632.8747
Yxy21.19760.43870.2201
Hunter Lab46.040983.2589-10.1064
CIE-Lab53.165183.4882-14.9225

#f1069b color RGB value is (241,6,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000110 10011011
Octal 361 6 233
Decimal 241 6 155
Hex F1 6 9B

RGB Percentages of Color #f1069b

%59.95
%1.49
%38.56

CMYK Percentages of Color #f1069b

%0
%98
%36
%5

Triadic Colors of #f1069b

#f1069b #9bf106 #069bf1

Analogous Colors of #f1069b

#f1069b #f10625 #d206f1

Monochromatic Colors of #f1069b

#f1069b

Complementary Color

#f1069b #06f15c

#f1069b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1069b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1069b Color CSS Codes

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

#f1069b Text Font Color

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

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


#f1069b Background Color

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

This div background color is #f1069b


#f1069b Border Color

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

This div border color is #f1069b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1069b


Comments

No comments written yet.

Please login to write comment.