Color Hex Logo

#f52a96 Color Hex

#F52A96
(245,42,150)
0 Favorites   0 Comments

Color spaces of #f52a96

RGB 24542150
HSL0.910.910.56
HSV328°83°96°
CMYK 0.000.830.39   0.04
XYZ43.989223.270431.0273
Yxy23.27040.44760.2368
Hunter Lab48.239478.3540-4.3674
CIE-Lab55.349879.2158-8.5939

#f52a96 color RGB value is (245,42,150).

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

The process color (four color CMYK) of #f52a96 color hex is 0.00, 0.83, 0.39, 0.04. Web safe color of #f52a96 is #ff3399. Color #f52a96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101010 10010110
Octal 365 52 226
Decimal 245 42 150
Hex F5 2A 96

RGB Percentages of Color #f52a96

%56.06
%9.61
%34.32

CMYK Percentages of Color #f52a96

%0
%83
%39
%4

Triadic Colors of #f52a96

#f52a96 #96f52a #2a96f5

Analogous Colors of #f52a96

#f52a96 #f52a30 #ef2af5

Monochromatic Colors of #f52a96

#f52a96

Complementary Color

#f52a96 #2af589

#f52a96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52a96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52a96 Color CSS Codes

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

#f52a96 Text Font Color

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

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


#f52a96 Background Color

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

This div background color is #f52a96


#f52a96 Border Color

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

This div border color is #f52a96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52a96


Comments

No comments written yet.

Please login to write comment.