Color Hex Logo

#f601bd Color Hex

#F601BD
(246,1,189)
0 Favorites   0 Comments

Color spaces of #f601bd

RGB 2461189
HSL0.870.990.48
HSV314°100°96°
CMYK 0.001.000.23   0.04
XYZ47.202223.288750.1514
Yxy23.28870.39130.1930
Hunter Lab48.258490.1413-27.8349
CIE-Lab55.368588.3312-31.4067

#f601bd color RGB value is (246,1,189).

#f601bd hex color red value is 246, green value is 1 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f601bd hue: 0.87 , saturation: 0.99 and the lightness value of f601bd is 0.48.

The process color (four color CMYK) of #f601bd color hex is 0.00, 1.00, 0.23, 0.04. Web safe color of #f601bd is #ff00cc. Color #f601bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000001 10111101
Octal 366 1 275
Decimal 246 1 189
Hex F6 1 BD

RGB Percentages of Color #f601bd

%56.42
%0.23
%43.35

CMYK Percentages of Color #f601bd

%0
%100
%23
%4

Triadic Colors of #f601bd

#f601bd #bdf601 #01bdf6

Analogous Colors of #f601bd

#f601bd #f60143 #b501f6

Monochromatic Colors of #f601bd

#f601bd

Complementary Color

#f601bd #01f63a

#f601bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f601bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f601bd Color CSS Codes

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

#f601bd Text Font Color

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

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


#f601bd Background Color

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

This div background color is #f601bd


#f601bd Border Color

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

This div border color is #f601bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f601bd


Comments

No comments written yet.

Please login to write comment.