Color Hex Logo

#f5459f Color Hex

#F5459F
(245,69,159)
0 Favorites   0 Comments

Color spaces of #f5459f

RGB 24569159
HSL0.910.900.62
HSV329°72°96°
CMYK 0.000.720.35   0.04
XYZ46.042326.171935.4259
Yxy26.17190.42770.2431
Hunter Lab51.158571.1215-5.2458
CIE-Lab58.199972.8567-9.6265

#f5459f color RGB value is (245,69,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000101 10011111
Octal 365 105 237
Decimal 245 69 159
Hex F5 45 9F

RGB Percentages of Color #f5459f

%51.80
%14.59
%33.62

CMYK Percentages of Color #f5459f

%0
%72
%35
%4

Triadic Colors of #f5459f

#f5459f #9ff545 #459ff5

Analogous Colors of #f5459f

#f5459f #f54547 #f345f5

Monochromatic Colors of #f5459f

#f5459f

Complementary Color

#f5459f #45f59b

#f5459f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5459f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5459f Color CSS Codes

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

#f5459f Text Font Color

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

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


#f5459f Background Color

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

This div background color is #f5459f


#f5459f Border Color

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

This div border color is #f5459f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5459f


Comments

No comments written yet.

Please login to write comment.