Color Hex Logo

#f600bf Color Hex

#F600BF
(246,0,191)
0 Favorites   0 Comments

Color spaces of #f600bf

RGB 2460191
HSL0.871.000.48
HSV313°100°96°
CMYK 0.001.000.22   0.04
XYZ47.410023.354451.2993
Yxy23.35440.38840.1913
Hunter Lab48.326490.5440-29.1089
CIE-Lab55.435588.6223-32.4607

#f600bf color RGB value is (246,0,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000000 10111111
Octal 366 0 277
Decimal 246 0 191
Hex F6 0 BF

RGB Percentages of Color #f600bf

%56.29
%0.00
%43.71

CMYK Percentages of Color #f600bf

%0
%100
%22
%4

Triadic Colors of #f600bf

#f600bf #bff600 #00bff6

Analogous Colors of #f600bf

#f600bf #f60044 #b200f6

Monochromatic Colors of #f600bf

#f600bf

Complementary Color

#f600bf #00f637

#f600bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f600bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f600bf Color CSS Codes

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

#f600bf Text Font Color

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

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


#f600bf Background Color

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

This div background color is #f600bf


#f600bf Border Color

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

This div border color is #f600bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f600bf


Comments

No comments written yet.

Please login to write comment.