Color Hex Logo

#f5289f Color Hex

#F5289F
(245,40,159)
0 Favorites   0 Comments

Color spaces of #f5289f

RGB 24540159
HSL0.900.910.56
HSV325°84°96°
CMYK 0.000.840.35   0.04
XYZ44.673023.433334.9694
Yxy23.43330.43340.2273
Hunter Lab48.408080.0138-8.9449
CIE-Lab55.515980.4936-13.6606

#f5289f color RGB value is (245,40,159).

#f5289f hex color red value is 245, green value is 40 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f5289f hue: 0.90 , saturation: 0.91 and the lightness value of f5289f is 0.56.

The process color (four color CMYK) of #f5289f color hex is 0.00, 0.84, 0.35, 0.04. Web safe color of #f5289f is #ff3399. Color #f5289f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101000 10011111
Octal 365 50 237
Decimal 245 40 159
Hex F5 28 9F

RGB Percentages of Color #f5289f

%55.18
%9.01
%35.81

CMYK Percentages of Color #f5289f

%0
%84
%35
%4

Triadic Colors of #f5289f

#f5289f #9ff528 #289ff5

Analogous Colors of #f5289f

#f5289f #f52838 #e528f5

Monochromatic Colors of #f5289f

#f5289f

Complementary Color

#f5289f #28f57e

#f5289f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5289f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5289f Color CSS Codes

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

#f5289f Text Font Color

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

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


#f5289f Background Color

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

This div background color is #f5289f


#f5289f Border Color

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

This div border color is #f5289f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5289f


Comments

No comments written yet.

Please login to write comment.