Color Hex Logo

#f661bd Color Hex

#F661BD
(246,97,189)
0 Favorites   0 Comments

Color spaces of #f661bd

RGB 24697189
HSL0.900.890.67
HSV323°61°96°
CMYK 0.000.610.23   0.04
XYZ51.466031.816351.5727
Yxy31.81630.38160.2359
Hunter Lab56.405964.1569-14.7255
CIE-Lab63.190866.1946-19.3656

#f661bd color RGB value is (246,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100001 10111101
Octal 366 141 275
Decimal 246 97 189
Hex F6 61 BD

RGB Percentages of Color #f661bd

%46.24
%18.23
%35.53

CMYK Percentages of Color #f661bd

%0
%61
%23
%4

Triadic Colors of #f661bd

#f661bd #bdf661 #61bdf6

Analogous Colors of #f661bd

#f661bd #f66173 #e561f6

Monochromatic Colors of #f661bd

#f661bd

Complementary Color

#f661bd #61f69a

#f661bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f661bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f661bd Color CSS Codes

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

#f661bd Text Font Color

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

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


#f661bd Background Color

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

This div background color is #f661bd


#f661bd Border Color

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

This div border color is #f661bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f661bd


Comments

No comments written yet.

Please login to write comment.