Color Hex Logo

#f609bf Color Hex

#F609BF
(246,9,191)
0 Favorites   0 Comments

Color spaces of #f609bf

RGB 2469191
HSL0.870.930.50
HSV314°96°96°
CMYK 0.000.960.22   0.04
XYZ47.507723.549851.3318
Yxy23.54980.38820.1924
Hunter Lab48.528189.8223-28.7457
CIE-Lab55.634288.0382-32.1510

#f609bf color RGB value is (246,9,191).

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

The process color (four color CMYK) of #f609bf color hex is 0.00, 0.96, 0.22, 0.04. Web safe color of #f609bf is #ff00cc. Color #f609bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001001 10111111
Octal 366 11 277
Decimal 246 9 191
Hex F6 9 BF

RGB Percentages of Color #f609bf

%55.16
%2.02
%42.83

CMYK Percentages of Color #f609bf

%0
%96
%22
%4

Triadic Colors of #f609bf

#f609bf #bff609 #09bff6

Analogous Colors of #f609bf

#f609bf #f60948 #b709f6

Monochromatic Colors of #f609bf

#f609bf

Complementary Color

#f609bf #09f640

#f609bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f609bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f609bf Color CSS Codes

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

#f609bf Text Font Color

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

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


#f609bf Background Color

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

This div background color is #f609bf


#f609bf Border Color

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

This div border color is #f609bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f609bf


Comments

No comments written yet.

Please login to write comment.