Color Hex Logo

#f5249e Color Hex

#F5249E
(245,36,158)
0 Favorites   0 Comments

Color spaces of #f5249e

RGB 24536158
HSL0.900.910.55
HSV325°85°96°
CMYK 0.000.850.36   0.04
XYZ44.458623.142934.4715
Yxy23.14290.43560.2267
Hunter Lab48.107180.7751-8.8098
CIE-Lab55.219281.1493-13.5190

#f5249e color RGB value is (245,36,158).

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

The process color (four color CMYK) of #f5249e color hex is 0.00, 0.85, 0.36, 0.04. Web safe color of #f5249e is #ff3399. Color #f5249e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100100 10011110
Octal 365 44 236
Decimal 245 36 158
Hex F5 24 9E

RGB Percentages of Color #f5249e

%55.81
%8.20
%35.99

CMYK Percentages of Color #f5249e

%0
%85
%36
%4

Triadic Colors of #f5249e

#f5249e #9ef524 #249ef5

Analogous Colors of #f5249e

#f5249e #f52435 #e424f5

Monochromatic Colors of #f5249e

#f5249e

Complementary Color

#f5249e #24f57b

#f5249e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5249e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5249e Color CSS Codes

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

#f5249e Text Font Color

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

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


#f5249e Background Color

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

This div background color is #f5249e


#f5249e Border Color

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

This div border color is #f5249e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5249e


Comments

No comments written yet.

Please login to write comment.