Color Hex Logo

#f610bd Color Hex

#F610BD
(246,16,189)
0 Favorites   0 Comments

Color spaces of #f610bd

RGB 24616189
HSL0.870.930.51
HSV315°93°96°
CMYK 0.000.930.23   0.04
XYZ47.376623.637550.2096
Yxy23.63750.39080.1950
Hunter Lab48.618488.8585-27.1976
CIE-Lab55.723087.2900-30.8552

#f610bd color RGB value is (246,16,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010000 10111101
Octal 366 20 275
Decimal 246 16 189
Hex F6 10 BD

RGB Percentages of Color #f610bd

%54.55
%3.55
%41.91

CMYK Percentages of Color #f610bd

%0
%93
%23
%4

Triadic Colors of #f610bd

#f610bd #bdf610 #10bdf6

Analogous Colors of #f610bd

#f610bd #f6104a #bc10f6

Monochromatic Colors of #f610bd

#f610bd

Complementary Color

#f610bd #10f649

#f610bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f610bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f610bd Color CSS Codes

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

#f610bd Text Font Color

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

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


#f610bd Background Color

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

This div background color is #f610bd


#f610bd Border Color

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

This div border color is #f610bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f610bd


Comments

No comments written yet.

Please login to write comment.