Color Hex Logo

#f65389 Color Hex

#F65389
(246,83,137)
0 Favorites   0 Comments

Color spaces of #f65389

RGB 24683137
HSL0.940.900.65
HSV340°66°96°
CMYK 0.000.660.44   0.04
XYZ45.614627.585526.5873
Yxy27.58550.45710.2764
Hunter Lab52.521963.11166.7519
CIE-Lab59.512465.97955.1867

#f65389 color RGB value is (246,83,137).

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

The process color (four color CMYK) of #f65389 color hex is 0.00, 0.66, 0.44, 0.04. Web safe color of #f65389 is #ff6699. Color #f65389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010011 10001001
Octal 366 123 211
Decimal 246 83 137
Hex F6 53 89

RGB Percentages of Color #f65389

%52.79
%17.81
%29.40

CMYK Percentages of Color #f65389

%0
%66
%44
%4

Triadic Colors of #f65389

#f65389 #89f653 #5389f6

Analogous Colors of #f65389

#f65389 #f66f53 #f653db

Monochromatic Colors of #f65389

#f65389

Complementary Color

#f65389 #53f6c0

#f65389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65389 Color CSS Codes

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

#f65389 Text Font Color

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

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


#f65389 Background Color

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

This div background color is #f65389


#f65389 Border Color

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

This div border color is #f65389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65389


Comments

No comments written yet.

Please login to write comment.