Color Hex Logo

#f60aab Color Hex

#F60AAB
(246,10,171)
0 Favorites   0 Comments

Color spaces of #f60aab

RGB 24610171
HSL0.890.930.50
HSV319°96°96°
CMYK 0.000.960.30   0.04
XYZ45.465322.750240.5230
Yxy22.75020.41810.2092
Hunter Lab47.697286.6775-16.9841
CIE-Lab54.814185.8032-21.7680

#f60aab color RGB value is (246,10,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001010 10101011
Octal 366 12 253
Decimal 246 10 171
Hex F6 A AB

RGB Percentages of Color #f60aab

%57.61
%2.34
%40.05

CMYK Percentages of Color #f60aab

%0
%96
%30
%4

Triadic Colors of #f60aab

#f60aab #abf60a #0aabf6

Analogous Colors of #f60aab

#f60aab #f60a35 #cb0af6

Monochromatic Colors of #f60aab

#f60aab

Complementary Color

#f60aab #0af655

#f60aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60aab Color CSS Codes

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

#f60aab Text Font Color

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

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


#f60aab Background Color

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

This div background color is #f60aab


#f60aab Border Color

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

This div border color is #f60aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60aab


Comments

No comments written yet.

Please login to write comment.