Color Hex Logo

#f1337a Color Hex

#F1337A
(241,51,122)
0 Favorites   0 Comments

Color spaces of #f1337a

RGB 24151122
HSL0.940.870.57
HSV338°79°95°
CMYK 0.000.790.49   0.05
XYZ40.972322.473620.5907
Yxy22.47360.48760.2674
Hunter Lab47.406371.31277.4321
CIE-Lab54.525973.71506.7986

#f1337a color RGB value is (241,51,122).

#f1337a hex color red value is 241, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f1337a hue: 0.94 , saturation: 0.87 and the lightness value of f1337a is 0.57.

The process color (four color CMYK) of #f1337a color hex is 0.00, 0.79, 0.49, 0.05. Web safe color of #f1337a is #ff3366. Color #f1337a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110011 01111010
Octal 361 63 172
Decimal 241 51 122
Hex F1 33 7A

RGB Percentages of Color #f1337a

%58.21
%12.32
%29.47

CMYK Percentages of Color #f1337a

%0
%79
%49
%5

Triadic Colors of #f1337a

#f1337a #7af133 #337af1

Analogous Colors of #f1337a

#f1337a #f14b33 #f133d9

Monochromatic Colors of #f1337a

#f1337a

Complementary Color

#f1337a #33f1aa

#f1337a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1337a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1337a Color CSS Codes

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

#f1337a Text Font Color

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

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


#f1337a Background Color

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

This div background color is #f1337a


#f1337a Border Color

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

This div border color is #f1337a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,51,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1337a


Comments

No comments written yet.

Please login to write comment.