Color Hex Logo

#f60170 Color Hex

#F60170
(246,1,112)
0 Favorites   0 Comments

Color spaces of #f60170

RGB 2461112
HSL0.920.990.48
HSV333°100°96°
CMYK 0.001.000.54   0.04
XYZ40.941520.784417.1832
Yxy20.78440.51880.2634
Hunter Lab45.589980.51759.5661
CIE-Lab52.712781.435910.3904

#f60170 color RGB value is (246,1,112).

#f60170 hex color red value is 246, green value is 1 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f60170 hue: 0.92 , saturation: 0.99 and the lightness value of f60170 is 0.48.

The process color (four color CMYK) of #f60170 color hex is 0.00, 1.00, 0.54, 0.04. Web safe color of #f60170 is #ff0066. Color #f60170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000001 01110000
Octal 366 1 160
Decimal 246 1 112
Hex F6 1 70

RGB Percentages of Color #f60170

%68.52
%0.28
%31.20

CMYK Percentages of Color #f60170

%0
%100
%54
%4

Triadic Colors of #f60170

#f60170 #70f601 #0170f6

Analogous Colors of #f60170

#f60170 #f60c01 #f601eb

Monochromatic Colors of #f60170

#f60170

Complementary Color

#f60170 #01f687

#f60170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60170 Color CSS Codes

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

#f60170 Text Font Color

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

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


#f60170 Background Color

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

This div background color is #f60170


#f60170 Border Color

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

This div border color is #f60170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60170


Comments

No comments written yet.

Please login to write comment.