Color Hex Logo

#f118ad Color Hex

#F118AD
(241,24,173)
0 Favorites   0 Comments

Color spaces of #f118ad

RGB 24124173
HSL0.890.890.52
HSV319°90°95°
CMYK 0.000.900.28   0.05
XYZ44.145122.371241.5265
Yxy22.37120.40860.2071
Hunter Lab47.298283.8286-18.9462
CIE-Lab54.418783.6856-23.6276

#f118ad color RGB value is (241,24,173).

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

The process color (four color CMYK) of #f118ad color hex is 0.00, 0.90, 0.28, 0.05. Web safe color of #f118ad is #ff0099. Color #f118ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011000 10101101
Octal 361 30 255
Decimal 241 24 173
Hex F1 18 AD

RGB Percentages of Color #f118ad

%55.02
%5.48
%39.50

CMYK Percentages of Color #f118ad

%0
%90
%28
%5

Triadic Colors of #f118ad

#f118ad #adf118 #18adf1

Analogous Colors of #f118ad

#f118ad #f11840 #c918f1

Monochromatic Colors of #f118ad

#f118ad

Complementary Color

#f118ad #18f15c

#f118ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f118ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f118ad Color CSS Codes

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

#f118ad Text Font Color

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

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


#f118ad Background Color

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

This div background color is #f118ad


#f118ad Border Color

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

This div border color is #f118ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f118ad


Comments

No comments written yet.

Please login to write comment.