Color Hex Logo

#f1529f Color Hex

#F1529F
(241,82,159)
0 Favorites   0 Comments

Color spaces of #f1529f

RGB 24182159
HSL0.920.850.63
HSV331°66°95°
CMYK 0.000.660.34   0.05
XYZ45.550927.238635.6577
Yxy27.23860.42000.2512
Hunter Lab52.190664.4576-3.9747
CIE-Lab59.194567.1673-8.2109

#f1529f color RGB value is (241,82,159).

#f1529f hex color red value is 241, green value is 82 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f1529f hue: 0.92 , saturation: 0.85 and the lightness value of f1529f is 0.63.

The process color (four color CMYK) of #f1529f color hex is 0.00, 0.66, 0.34, 0.05. Web safe color of #f1529f is #ff6699. Color #f1529f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010010 10011111
Octal 361 122 237
Decimal 241 82 159
Hex F1 52 9F

RGB Percentages of Color #f1529f

%50.00
%17.01
%32.99

CMYK Percentages of Color #f1529f

%0
%66
%34
%5

Triadic Colors of #f1529f

#f1529f #9ff152 #529ff1

Analogous Colors of #f1529f

#f1529f #f15552 #f152ef

Monochromatic Colors of #f1529f

#f1529f

Complementary Color

#f1529f #52f1a4

#f1529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1529f Color CSS Codes

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

#f1529f Text Font Color

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

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


#f1529f Background Color

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

This div background color is #f1529f


#f1529f Border Color

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

This div border color is #f1529f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1529f


Comments

No comments written yet.

Please login to write comment.