Color Hex Logo

#f65764 Color Hex

#F65764
(246,87,100)
0 Favorites   0 Comments

Color spaces of #f65764

RGB 24687100
HSL0.990.900.65
HSV355°65°96°
CMYK 0.000.650.59   0.04
XYZ43.714527.329315.0277
Yxy27.32930.50790.3175
Hunter Lab52.277457.776619.5507
CIE-Lab59.277961.477526.4323

#f65764 color RGB value is (246,87,100).

#f65764 hex color red value is 246, green value is 87 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f65764 hue: 0.99 , saturation: 0.90 and the lightness value of f65764 is 0.65.

The process color (four color CMYK) of #f65764 color hex is 0.00, 0.65, 0.59, 0.04. Web safe color of #f65764 is #ff6666. Color #f65764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010111 01100100
Octal 366 127 144
Decimal 246 87 100
Hex F6 57 64

RGB Percentages of Color #f65764

%56.81
%20.09
%23.09

CMYK Percentages of Color #f65764

%0
%65
%59
%4

Triadic Colors of #f65764

#f65764 #64f657 #5764f6

Analogous Colors of #f65764

#f65764 #f69a57 #f657b4

Monochromatic Colors of #f65764

#f65764

Complementary Color

#f65764 #57f6e9

#f65764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65764 Color CSS Codes

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

#f65764 Text Font Color

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

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


#f65764 Background Color

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

This div background color is #f65764


#f65764 Border Color

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

This div border color is #f65764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65764


Comments

No comments written yet.

Please login to write comment.