Color Hex Logo

#f642bd Color Hex

#F642BD
(246,66,189)
0 Favorites   0 Comments

Color spaces of #f642bd

RGB 24666189
HSL0.890.910.61
HSV319°73°96°
CMYK 0.000.730.23   0.04
XYZ49.139627.163450.7972
Yxy27.16340.38660.2137
Hunter Lab52.118577.0901-21.3039
CIE-Lab59.125377.4829-25.5897

#f642bd color RGB value is (246,66,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000010 10111101
Octal 366 102 275
Decimal 246 66 189
Hex F6 42 BD

RGB Percentages of Color #f642bd

%49.10
%13.17
%37.72

CMYK Percentages of Color #f642bd

%0
%73
%23
%4

Triadic Colors of #f642bd

#f642bd #bdf642 #42bdf6

Analogous Colors of #f642bd

#f642bd #f64263 #d542f6

Monochromatic Colors of #f642bd

#f642bd

Complementary Color

#f642bd #42f67b

#f642bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f642bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f642bd Color CSS Codes

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

#f642bd Text Font Color

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

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


#f642bd Background Color

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

This div background color is #f642bd


#f642bd Border Color

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

This div border color is #f642bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f642bd


Comments

No comments written yet.

Please login to write comment.