Color Hex Logo

#f165bb Color Hex

#F165BB
(241,101,187)
0 Favorites   0 Comments

Color spaces of #f165bb

RGB 241101187
HSL0.900.830.67
HSV323°58°95°
CMYK 0.000.580.22   0.05
XYZ49.898931.596050.4824
Yxy31.59600.37810.2394
Hunter Lab56.210360.0896-13.9010
CIE-Lab63.007662.8052-18.5750

#f165bb color RGB value is (241,101,187).

#f165bb hex color red value is 241, green value is 101 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f165bb hue: 0.90 , saturation: 0.83 and the lightness value of f165bb is 0.67.

The process color (four color CMYK) of #f165bb color hex is 0.00, 0.58, 0.22, 0.05. Web safe color of #f165bb is #ff66cc. Color #f165bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100101 10111011
Octal 361 145 273
Decimal 241 101 187
Hex F1 65 BB

RGB Percentages of Color #f165bb

%45.56
%19.09
%35.35

CMYK Percentages of Color #f165bb

%0
%58
%22
%5

Triadic Colors of #f165bb

#f165bb #bbf165 #65bbf1

Analogous Colors of #f165bb

#f165bb #f16575 #e165f1

Monochromatic Colors of #f165bb

#f165bb

Complementary Color

#f165bb #65f19b

#f165bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f165bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f165bb Color CSS Codes

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

#f165bb Text Font Color

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

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


#f165bb Background Color

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

This div background color is #f165bb


#f165bb Border Color

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

This div border color is #f165bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f165bb


Comments

No comments written yet.

Please login to write comment.