Color Hex Logo

#f660bb Color Hex

#F660BB
(246,96,187)
0 Favorites   0 Comments

Color spaces of #f660bb

RGB 24696187
HSL0.900.890.67
HSV324°61°96°
CMYK 0.000.610.24   0.04
XYZ51.158531.546450.4064
Yxy31.54640.38430.2370
Hunter Lab56.166264.2944-13.8935
CIE-Lab62.966266.3493-18.5685

#f660bb color RGB value is (246,96,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100000 10111011
Octal 366 140 273
Decimal 246 96 187
Hex F6 60 BB

RGB Percentages of Color #f660bb

%46.50
%18.15
%35.35

CMYK Percentages of Color #f660bb

%0
%61
%24
%4

Triadic Colors of #f660bb

#f660bb #bbf660 #60bbf6

Analogous Colors of #f660bb

#f660bb #f66070 #e660f6

Monochromatic Colors of #f660bb

#f660bb

Complementary Color

#f660bb #60f69b

#f660bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f660bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f660bb Color CSS Codes

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

#f660bb Text Font Color

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

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


#f660bb Background Color

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

This div background color is #f660bb


#f660bb Border Color

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

This div border color is #f660bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f660bb


Comments

No comments written yet.

Please login to write comment.