Color Hex Logo

#f1269f Color Hex

#F1269F
(241,38,159)
0 Favorites   0 Comments

Color spaces of #f1269f

RGB 24138159
HSL0.900.880.55
HSV324°84°95°
CMYK 0.000.840.34   0.05
XYZ43.226722.590234.8829
Yxy22.59020.42930.2243
Hunter Lab47.529179.1658-10.2441
CIE-Lab54.647779.9943-15.0445

#f1269f color RGB value is (241,38,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100110 10011111
Octal 361 46 237
Decimal 241 38 159
Hex F1 26 9F

RGB Percentages of Color #f1269f

%55.02
%8.68
%36.30

CMYK Percentages of Color #f1269f

%0
%84
%34
%5

Triadic Colors of #f1269f

#f1269f #9ff126 #269ff1

Analogous Colors of #f1269f

#f1269f #f1263a #de26f1

Monochromatic Colors of #f1269f

#f1269f

Complementary Color

#f1269f #26f178

#f1269f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1269f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1269f Color CSS Codes

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

#f1269f Text Font Color

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

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


#f1269f Background Color

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

This div background color is #f1269f


#f1269f Border Color

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

This div border color is #f1269f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1269f


Comments

No comments written yet.

Please login to write comment.