Color Hex Logo

#f60baa Color Hex

#F60BAA
(246,11,170)
0 Favorites   0 Comments

Color spaces of #f60baa

RGB 24611170
HSL0.890.930.50
HSV319°96°96°
CMYK 0.000.960.31   0.04
XYZ45.381422.734540.0265
Yxy22.73450.41960.2102
Hunter Lab47.680786.4509-16.3956
CIE-Lab54.797885.6328-21.2061

#f60baa color RGB value is (246,11,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001011 10101010
Octal 366 13 252
Decimal 246 11 170
Hex F6 B AA

RGB Percentages of Color #f60baa

%57.61
%2.58
%39.81

CMYK Percentages of Color #f60baa

%0
%96
%31
%4

Triadic Colors of #f60baa

#f60baa #aaf60b #0baaf6

Analogous Colors of #f60baa

#f60baa #f60b34 #cd0bf6

Monochromatic Colors of #f60baa

#f60baa

Complementary Color

#f60baa #0bf657

#f60baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60baa Color CSS Codes

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

#f60baa Text Font Color

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

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


#f60baa Background Color

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

This div background color is #f60baa


#f60baa Border Color

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

This div border color is #f60baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60baa


Comments

No comments written yet.

Please login to write comment.