Color Hex Logo

#f6509f Color Hex

#F6509F
(246,80,159)
0 Favorites   0 Comments

Color spaces of #f6509f

RGB 24680159
HSL0.920.900.64
HSV331°67°96°
CMYK 0.000.670.35   0.04
XYZ47.132727.833435.6891
Yxy27.83340.42590.2515
Hunter Lab52.757467.1440-3.1781
CIE-Lab59.737969.3029-7.3145

#f6509f color RGB value is (246,80,159).

#f6509f hex color red value is 246, green value is 80 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f6509f hue: 0.92 , saturation: 0.90 and the lightness value of f6509f is 0.64.

The process color (four color CMYK) of #f6509f color hex is 0.00, 0.67, 0.35, 0.04. Web safe color of #f6509f is #ff6699. Color #f6509f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010000 10011111
Octal 366 120 237
Decimal 246 80 159
Hex F6 50 9F

RGB Percentages of Color #f6509f

%50.72
%16.49
%32.78

CMYK Percentages of Color #f6509f

%0
%67
%35
%4

Triadic Colors of #f6509f

#f6509f #9ff650 #509ff6

Analogous Colors of #f6509f

#f6509f #f65450 #f650f2

Monochromatic Colors of #f6509f

#f6509f

Complementary Color

#f6509f #50f6a7

#f6509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6509f Color CSS Codes

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

#f6509f Text Font Color

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

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


#f6509f Background Color

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

This div background color is #f6509f


#f6509f Border Color

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

This div border color is #f6509f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6509f


Comments

No comments written yet.

Please login to write comment.