Color Hex Logo

#f5159f Color Hex

#F5159F
(245,21,159)
0 Favorites   0 Comments

Color spaces of #f5159f

RGB 24521159
HSL0.900.920.52
HSV323°91°96°
CMYK 0.000.910.35   0.04
XYZ44.182422.452034.8059
Yxy22.45200.43560.2213
Hunter Lab47.383583.5197-10.3834
CIE-Lab54.503383.4296-15.1926

#f5159f color RGB value is (245,21,159).

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

The process color (four color CMYK) of #f5159f color hex is 0.00, 0.91, 0.35, 0.04. Web safe color of #f5159f is #ff0099. Color #f5159f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 10011111
Octal 365 25 237
Decimal 245 21 159
Hex F5 15 9F

RGB Percentages of Color #f5159f

%57.65
%4.94
%37.41

CMYK Percentages of Color #f5159f

%0
%91
%35
%4

Triadic Colors of #f5159f

#f5159f #9ff515 #159ff5

Analogous Colors of #f5159f

#f5159f #f5152f #db15f5

Monochromatic Colors of #f5159f

#f5159f

Complementary Color

#f5159f #15f56b

#f5159f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5159f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5159f Color CSS Codes

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

#f5159f Text Font Color

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

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


#f5159f Background Color

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

This div background color is #f5159f


#f5159f Border Color

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

This div border color is #f5159f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5159f


Comments

No comments written yet.

Please login to write comment.