Color Hex Logo

#f646bd Color Hex

#F646BD
(246,70,189)
0 Favorites   0 Comments

Color spaces of #f646bd

RGB 24670189
HSL0.890.910.62
HSV319°72°96°
CMYK 0.000.720.23   0.04
XYZ49.381527.647350.8779
Yxy27.64730.38610.2162
Hunter Lab52.580775.6232-20.5634
CIE-Lab59.568776.2287-24.9071

#f646bd color RGB value is (246,70,189).

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

The process color (four color CMYK) of #f646bd color hex is 0.00, 0.72, 0.23, 0.04. Web safe color of #f646bd is #ff33cc. Color #f646bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000110 10111101
Octal 366 106 275
Decimal 246 70 189
Hex F6 46 BD

RGB Percentages of Color #f646bd

%48.71
%13.86
%37.43

CMYK Percentages of Color #f646bd

%0
%72
%23
%4

Triadic Colors of #f646bd

#f646bd #bdf646 #46bdf6

Analogous Colors of #f646bd

#f646bd #f64665 #d746f6

Monochromatic Colors of #f646bd

#f646bd

Complementary Color

#f646bd #46f67f

#f646bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f646bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f646bd Color CSS Codes

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

#f646bd Text Font Color

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

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


#f646bd Background Color

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

This div background color is #f646bd


#f646bd Border Color

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

This div border color is #f646bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f646bd


Comments

No comments written yet.

Please login to write comment.