Color Hex Logo

#f55fbe Color Hex

#F55FBE
(245,95,190)
0 Favorites   0 Comments

Color spaces of #f55fbe

RGB 24595190
HSL0.890.880.67
HSV322°61°96°
CMYK 0.000.610.22   0.04
XYZ51.042731.314652.0693
Yxy31.31460.37970.2329
Hunter Lab55.959464.8875-15.9967
CIE-Lab62.772366.8779-20.5858

#f55fbe color RGB value is (245,95,190).

#f55fbe hex color red value is 245, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f55fbe hue: 0.89 , saturation: 0.88 and the lightness value of f55fbe is 0.67.

The process color (four color CMYK) of #f55fbe color hex is 0.00, 0.61, 0.22, 0.04. Web safe color of #f55fbe is #ff66cc. Color #f55fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011111 10111110
Octal 365 137 276
Decimal 245 95 190
Hex F5 5F BE

RGB Percentages of Color #f55fbe

%46.23
%17.92
%35.85

CMYK Percentages of Color #f55fbe

%0
%61
%22
%4

Triadic Colors of #f55fbe

#f55fbe #bef55f #5fbef5

Analogous Colors of #f55fbe

#f55fbe #f55f73 #e15ff5

Monochromatic Colors of #f55fbe

#f55fbe

Complementary Color

#f55fbe #5ff596

#f55fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55fbe Color CSS Codes

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

#f55fbe Text Font Color

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

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


#f55fbe Background Color

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

This div background color is #f55fbe


#f55fbe Border Color

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

This div border color is #f55fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,95,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55fbe


Comments

No comments written yet.

Please login to write comment.