Color Hex Logo

#f1259e Color Hex

#F1259E
(241,37,158)
0 Favorites   0 Comments

Color spaces of #f1259e

RGB 24137158
HSL0.900.880.55
HSV324°85°95°
CMYK 0.000.850.34   0.05
XYZ43.108822.492534.4172
Yxy22.49250.43100.2249
Hunter Lab47.426379.2543-9.8283
CIE-Lab54.545780.0840-14.6086

#f1259e color RGB value is (241,37,158).

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

The process color (four color CMYK) of #f1259e color hex is 0.00, 0.85, 0.34, 0.05. Web safe color of #f1259e is #ff3399. Color #f1259e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100101 10011110
Octal 361 45 236
Decimal 241 37 158
Hex F1 25 9E

RGB Percentages of Color #f1259e

%55.28
%8.49
%36.24

CMYK Percentages of Color #f1259e

%0
%85
%34
%5

Triadic Colors of #f1259e

#f1259e #9ef125 #259ef1

Analogous Colors of #f1259e

#f1259e #f12538 #de25f1

Monochromatic Colors of #f1259e

#f1259e

Complementary Color

#f1259e #25f178

#f1259e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1259e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1259e Color CSS Codes

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

#f1259e Text Font Color

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

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


#f1259e Background Color

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

This div background color is #f1259e


#f1259e Border Color

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

This div border color is #f1259e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1259e


Comments

No comments written yet.

Please login to write comment.