Color Hex Logo

#f60ace Color Hex

#F60ACE
(246,10,206)
0 Favorites   0 Comments

Color spaces of #f60ace

RGB 24610206
HSL0.860.930.50
HSV310°96°96°
CMYK 0.000.960.16   0.04
XYZ49.255224.266160.4803
Yxy24.26610.36760.1811
Hunter Lab49.260692.2742-38.3115
CIE-Lab56.353289.7457-39.6579

#f60ace color RGB value is (246,10,206).

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

The process color (four color CMYK) of #f60ace color hex is 0.00, 0.96, 0.16, 0.04. Web safe color of #f60ace is #ff00cc. Color #f60ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001010 11001110
Octal 366 12 316
Decimal 246 10 206
Hex F6 A CE

RGB Percentages of Color #f60ace

%53.25
%2.16
%44.59

CMYK Percentages of Color #f60ace

%0
%96
%16
%4

Triadic Colors of #f60ace

#f60ace #cef60a #0acef6

Analogous Colors of #f60ace

#f60ace #f60a58 #a80af6

Monochromatic Colors of #f60ace

#f60ace

Complementary Color

#f60ace #0af632

#f60ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60ace Color CSS Codes

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

#f60ace Text Font Color

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

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


#f60ace Background Color

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

This div background color is #f60ace


#f60ace Border Color

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

This div border color is #f60ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60ace


Comments

No comments written yet.

Please login to write comment.