Color Hex Logo

#f118ba Color Hex

#F118BA
(241,24,186)
0 Favorites   0 Comments

Color spaces of #f118ba

RGB 24124186
HSL0.880.890.52
HSV315°90°95°
CMYK 0.000.900.23   0.05
XYZ45.465222.899248.4781
Yxy22.89920.38910.1960
Hunter Lab47.853185.8498-26.5672
CIE-Lab54.968485.1380-30.3593

#f118ba color RGB value is (241,24,186).

#f118ba hex color red value is 241, green value is 24 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f118ba hue: 0.88 , saturation: 0.89 and the lightness value of f118ba is 0.52.

The process color (four color CMYK) of #f118ba color hex is 0.00, 0.90, 0.23, 0.05. Web safe color of #f118ba is #ff00cc. Color #f118ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011000 10111010
Octal 361 30 272
Decimal 241 24 186
Hex F1 18 BA

RGB Percentages of Color #f118ba

%53.44
%5.32
%41.24

CMYK Percentages of Color #f118ba

%0
%90
%23
%5

Triadic Colors of #f118ba

#f118ba #baf118 #18baf1

Analogous Colors of #f118ba

#f118ba #f1184e #bc18f1

Monochromatic Colors of #f118ba

#f118ba

Complementary Color

#f118ba #18f14f

#f118ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f118ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f118ba Color CSS Codes

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

#f118ba Text Font Color

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

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


#f118ba Background Color

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

This div background color is #f118ba


#f118ba Border Color

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

This div border color is #f118ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f118ba


Comments

No comments written yet.

Please login to write comment.