Color Hex Logo

#f65991 Color Hex

#F65991
(246,89,145)
0 Favorites   0 Comments

Color spaces of #f65991

RGB 24689145
HSL0.940.900.66
HSV339°64°96°
CMYK 0.000.640.41   0.04
XYZ46.689228.781929.8827
Yxy28.78190.44320.2732
Hunter Lab53.648861.45884.5292
CIE-Lab60.588764.39072.0774

#f65991 color RGB value is (246,89,145).

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

The process color (four color CMYK) of #f65991 color hex is 0.00, 0.64, 0.41, 0.04. Web safe color of #f65991 is #ff6699. Color #f65991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011001 10010001
Octal 366 131 221
Decimal 246 89 145
Hex F6 59 91

RGB Percentages of Color #f65991

%51.25
%18.54
%30.21

CMYK Percentages of Color #f65991

%0
%64
%41
%4

Triadic Colors of #f65991

#f65991 #91f659 #5991f6

Analogous Colors of #f65991

#f65991 #f67059 #f659e0

Monochromatic Colors of #f65991

#f65991

Complementary Color

#f65991 #59f6be

#f65991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65991 Color CSS Codes

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

#f65991 Text Font Color

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

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


#f65991 Background Color

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

This div background color is #f65991


#f65991 Border Color

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

This div border color is #f65991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65991


Comments

No comments written yet.

Please login to write comment.