Color Hex Logo

#f1559f Color Hex

#F1559F
(241,85,159)
0 Favorites   0 Comments

Color spaces of #f1559f

RGB 24185159
HSL0.920.850.64
HSV332°65°95°
CMYK 0.000.650.34   0.05
XYZ45.782127.701035.7347
Yxy27.70100.41920.2536
Hunter Lab52.631763.1640-3.4132
CIE-Lab59.617666.0045-7.5806

#f1559f color RGB value is (241,85,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010101 10011111
Octal 361 125 237
Decimal 241 85 159
Hex F1 55 9F

RGB Percentages of Color #f1559f

%49.69
%17.53
%32.78

CMYK Percentages of Color #f1559f

%0
%65
%34
%5

Triadic Colors of #f1559f

#f1559f #9ff155 #559ff1

Analogous Colors of #f1559f

#f1559f #f15955 #f155ed

Monochromatic Colors of #f1559f

#f1559f

Complementary Color

#f1559f #55f1a7

#f1559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1559f Color CSS Codes

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

#f1559f Text Font Color

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

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


#f1559f Background Color

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

This div background color is #f1559f


#f1559f Border Color

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

This div border color is #f1559f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1559f


Comments

No comments written yet.

Please login to write comment.