color codes Logo

#f0118f color codes

#F0118F
(240,17,143)
0 Favorites   0 Comments

Color spaces of #f0118f

RGB 24017143
HSL0.910.880.50
HSV326°93°94°
CMYK 0.000.930.40   0.06
XYZ41.093620.909327.8566
Yxy20.90930.45730.2327
Hunter Lab45.726780.3924-4.1107
CIE-Lab52.850181.3108-8.2585

#f0118f color RGB value is (240,17,143).

#f0118f hex color red value is 240, green value is 17 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f0118f hue: 0.91 , saturation: 0.88 and the lightness value of f0118f is 0.50.

The process color (four color CMYK) of #f0118f color code is 0.00, 0.93, 0.40, 0.06. Web safe color of #f0118f is #ff0099. Color #f0118f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010001 10001111
Octal 360 21 217
Decimal 240 17 143
Hex F0 11 8F

RGB Percentages of Color #f0118f

%60.00
%4.25
%35.75

CMYK Percentages of Color #f0118f

%0
%93
%40
%6

Triadic Colors of #f0118f

#f0118f #8ff011 #118ff0

Analogous Colors of #f0118f

#f0118f #f01120 #e211f0

Monochromatic Colors of #f0118f

#f0118f

Complementary Color

#f0118f #11f072

#f0118f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0118f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0118f Color CSS Codes

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

#f0118f Text Font Color

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

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


#f0118f Background Color

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

This div background color is #f0118f


#f0118f Border Color

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

This div border color is #f0118f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,17,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0118f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0118f;
  -webkit-box-shadow: 1px 1px 3px 2px #f0118f;
  box-shadow:         1px 1px 3px 2px #f0118f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,17,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0118f


Comments

No comments written yet.

Please login to write comment.