Color Hex Logo

#f60baf Color Hex

#F60BAF
(246,11,175)
0 Favorites   0 Comments

Color spaces of #f60baf

RGB 24611175
HSL0.880.930.50
HSV318°96°96°
CMYK 0.000.960.29   0.04
XYZ45.863622.927342.5656
Yxy22.92730.41190.2059
Hunter Lab47.882587.1796-19.1887
CIE-Lab54.997486.1518-23.8296

#f60baf color RGB value is (246,11,175).

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

The process color (four color CMYK) of #f60baf color hex is 0.00, 0.96, 0.29, 0.04. Web safe color of #f60baf is #ff0099. Color #f60baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001011 10101111
Octal 366 13 257
Decimal 246 11 175
Hex F6 B AF

RGB Percentages of Color #f60baf

%56.94
%2.55
%40.51

CMYK Percentages of Color #f60baf

%0
%96
%29
%4

Triadic Colors of #f60baf

#f60baf #aff60b #0baff6

Analogous Colors of #f60baf

#f60baf #f60b3a #c80bf6

Monochromatic Colors of #f60baf

#f60baf

Complementary Color

#f60baf #0bf652

#f60baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60baf Color CSS Codes

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

#f60baf Text Font Color

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

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


#f60baf Background Color

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

This div background color is #f60baf


#f60baf Border Color

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

This div border color is #f60baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60baf

Related Colors


Comments

No comments written yet.

Please login to write comment.