Color Hex Logo

#f660bf Color Hex

#F660BF
(246,96,191)
0 Favorites   0 Comments

Color spaces of #f660bf

RGB 24696191
HSL0.890.890.67
HSV322°61°96°
CMYK 0.000.610.22   0.04
XYZ51.592931.720252.6936
Yxy31.72020.37930.2332
Hunter Lab56.320764.9548-16.0472
CIE-Lab63.111066.8733-20.6246

#f660bf color RGB value is (246,96,191).

#f660bf hex color red value is 246, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f660bf hue: 0.89 , saturation: 0.89 and the lightness value of f660bf is 0.67.

The process color (four color CMYK) of #f660bf color hex is 0.00, 0.61, 0.22, 0.04. Web safe color of #f660bf is #ff66cc. Color #f660bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100000 10111111
Octal 366 140 277
Decimal 246 96 191
Hex F6 60 BF

RGB Percentages of Color #f660bf

%46.15
%18.01
%35.83

CMYK Percentages of Color #f660bf

%0
%61
%22
%4

Triadic Colors of #f660bf

#f660bf #bff660 #60bff6

Analogous Colors of #f660bf

#f660bf #f66074 #e260f6

Monochromatic Colors of #f660bf

#f660bf

Complementary Color

#f660bf #60f697

#f660bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f660bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f660bf Color CSS Codes

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

#f660bf Text Font Color

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

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


#f660bf Background Color

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

This div background color is #f660bf


#f660bf Border Color

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

This div border color is #f660bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,96,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f660bf


Comments

No comments written yet.

Please login to write comment.