Color Hex Logo

#f60865 Color Hex

#F60865
(246,8,101)
0 Favorites   0 Comments

Color spaces of #f60865

RGB 2468101
HSL0.930.940.50
HSV337°97°96°
CMYK 0.000.970.59   0.04
XYZ40.441820.706114.1771
Yxy20.70610.53690.2749
Hunter Lab45.504079.010613.3805
CIE-Lab52.626380.265716.9521

#f60865 color RGB value is (246,8,101).

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

The process color (four color CMYK) of #f60865 color hex is 0.00, 0.97, 0.59, 0.04. Web safe color of #f60865 is #ff0066. Color #f60865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001000 01100101
Octal 366 10 145
Decimal 246 8 101
Hex F6 8 65

RGB Percentages of Color #f60865

%69.30
%2.25
%28.45

CMYK Percentages of Color #f60865

%0
%97
%59
%4

Triadic Colors of #f60865

#f60865 #65f608 #0865f6

Analogous Colors of #f60865

#f60865 #f62208 #f608dc

Monochromatic Colors of #f60865

#f60865

Complementary Color

#f60865 #08f699

#f60865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60865 Color CSS Codes

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

#f60865 Text Font Color

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

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


#f60865 Background Color

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

This div background color is #f60865


#f60865 Border Color

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

This div border color is #f60865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60865

Related Colors


Comments

No comments written yet.

Please login to write comment.