Color Hex Logo

#f55991 Color Hex

#F55991
(245,89,145)
0 Favorites   0 Comments

Color spaces of #f55991

RGB 24589145
HSL0.940.890.65
HSV338°64°96°
CMYK 0.000.640.41   0.04
XYZ46.339428.601629.8664
Yxy28.60160.44210.2729
Hunter Lab53.480561.07474.3256
CIE-Lab60.428464.09381.8247

#f55991 color RGB value is (245,89,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011001 10010001
Octal 365 131 221
Decimal 245 89 145
Hex F5 59 91

RGB Percentages of Color #f55991

%51.15
%18.58
%30.27

CMYK Percentages of Color #f55991

%0
%64
%41
%4

Triadic Colors of #f55991

#f55991 #91f559 #5991f5

Analogous Colors of #f55991

#f55991 #f56f59 #f559df

Monochromatic Colors of #f55991

#f55991

Complementary Color

#f55991 #59f5bd

#f55991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55991 Color CSS Codes

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

#f55991 Text Font Color

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

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


#f55991 Background Color

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

This div background color is #f55991


#f55991 Border Color

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

This div border color is #f55991


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,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 #f55991">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55991


Comments

No comments written yet.

Please login to write comment.