Color Hex Logo

#f5195e Color Hex

#F5195E
(245,25,94)
0 Favorites   0 Comments

Color spaces of #f5195e

RGB 2452594
HSL0.950.920.53
HSV341°90°96°
CMYK 0.000.900.62   0.04
XYZ40.024220.915912.5173
Yxy20.91590.54490.2847
Hunter Lab45.733976.180615.7862
CIE-Lab52.857377.971121.4716

#f5195e color RGB value is (245,25,94).

#f5195e hex color red value is 245, green value is 25 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f5195e hue: 0.95 , saturation: 0.92 and the lightness value of f5195e is 0.53.

The process color (four color CMYK) of #f5195e color hex is 0.00, 0.90, 0.62, 0.04. Web safe color of #f5195e is #ff0066. Color #f5195e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011001 01011110
Octal 365 31 136
Decimal 245 25 94
Hex F5 19 5E

RGB Percentages of Color #f5195e

%67.31
%6.87
%25.82

CMYK Percentages of Color #f5195e

%0
%90
%62
%4

Triadic Colors of #f5195e

#f5195e #5ef519 #195ef5

Analogous Colors of #f5195e

#f5195e #f54219 #f519cc

Monochromatic Colors of #f5195e

#f5195e

Complementary Color

#f5195e #19f5b0

#f5195e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5195e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5195e Color CSS Codes

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

#f5195e Text Font Color

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

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


#f5195e Background Color

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

This div background color is #f5195e


#f5195e Border Color

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

This div border color is #f5195e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5195e


Comments

No comments written yet.

Please login to write comment.