Color Hex Logo

#f160bb Color Hex

#F160BB
(241,96,187)
0 Favorites   0 Comments

Color spaces of #f160bb

RGB 24196187
HSL0.900.840.66
HSV322°60°95°
CMYK 0.000.600.22   0.05
XYZ49.428130.654450.3254
Yxy30.65440.37900.2351
Hunter Lab55.366462.4638-15.1353
CIE-Lab62.214864.9497-19.7812

#f160bb color RGB value is (241,96,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100000 10111011
Octal 361 140 273
Decimal 241 96 187
Hex F1 60 BB

RGB Percentages of Color #f160bb

%45.99
%18.32
%35.69

CMYK Percentages of Color #f160bb

%0
%60
%22
%5

Triadic Colors of #f160bb

#f160bb #bbf160 #60bbf1

Analogous Colors of #f160bb

#f160bb #f16073 #df60f1

Monochromatic Colors of #f160bb

#f160bb

Complementary Color

#f160bb #60f196

#f160bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f160bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f160bb Color CSS Codes

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

#f160bb Text Font Color

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

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


#f160bb Background Color

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

This div background color is #f160bb


#f160bb Border Color

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

This div border color is #f160bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,96,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 #f160bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f160bb


Comments

No comments written yet.

Please login to write comment.