Color Hex Logo

#f6609c Color Hex

#F6609C
(246,96,156)
0 Favorites   0 Comments

Color spaces of #f6609c

RGB 24696156
HSL0.930.890.67
HSV336°61°96°
CMYK 0.000.610.37   0.04
XYZ48.189730.358934.7725
Yxy30.35890.42520.2679
Hunter Lab55.098959.69361.1518
CIE-Lab61.962762.6501-2.2879

#f6609c color RGB value is (246,96,156).

#f6609c hex color red value is 246, green value is 96 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #f6609c hue: 0.93 , saturation: 0.89 and the lightness value of f6609c is 0.67.

The process color (four color CMYK) of #f6609c color hex is 0.00, 0.61, 0.37, 0.04. Web safe color of #f6609c is #ff6699. Color #f6609c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100000 10011100
Octal 366 140 234
Decimal 246 96 156
Hex F6 60 9C

RGB Percentages of Color #f6609c

%49.40
%19.28
%31.33

CMYK Percentages of Color #f6609c

%0
%61
%37
%4

Triadic Colors of #f6609c

#f6609c #9cf660 #609cf6

Analogous Colors of #f6609c

#f6609c #f66f60 #f660e7

Monochromatic Colors of #f6609c

#f6609c

Complementary Color

#f6609c #60f6ba

#f6609c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6609c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6609c Color CSS Codes

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

#f6609c Text Font Color

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

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


#f6609c Background Color

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

This div background color is #f6609c


#f6609c Border Color

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

This div border color is #f6609c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6609c


Comments

No comments written yet.

Please login to write comment.