Color Hex Logo

#f1055f Color Hex

#F1055F
(241,5,95)
0 Favorites   0 Comments

Color spaces of #f1055f

RGB 241595
HSL0.940.960.48
HSV337°98°95°
CMYK 0.000.980.61   0.05
XYZ38.395519.635512.5928
Yxy19.63550.54370.2780
Hunter Lab44.312077.121014.1690
CIE-Lab51.422679.001418.8028

#f1055f color RGB value is (241,5,95).

#f1055f hex color red value is 241, green value is 5 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f1055f hue: 0.94 , saturation: 0.96 and the lightness value of f1055f is 0.48.

The process color (four color CMYK) of #f1055f color hex is 0.00, 0.98, 0.61, 0.05. Web safe color of #f1055f is #ff0066. Color #f1055f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000101 01011111
Octal 361 5 137
Decimal 241 5 95
Hex F1 5 5F

RGB Percentages of Color #f1055f

%70.67
%1.47
%27.86

CMYK Percentages of Color #f1055f

%0
%98
%61
%5

Triadic Colors of #f1055f

#f1055f #5ff105 #055ff1

Analogous Colors of #f1055f

#f1055f #f12105 #f105d5

Monochromatic Colors of #f1055f

#f1055f

Complementary Color

#f1055f #05f197

#f1055f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1055f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1055f Color CSS Codes

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

#f1055f Text Font Color

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

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


#f1055f Background Color

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

This div background color is #f1055f


#f1055f Border Color

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

This div border color is #f1055f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1055f


Comments

No comments written yet.

Please login to write comment.