Color Hex Logo

#f0109f Color Hex

#F0109F
(240,16,159)
0 Favorites   0 Comments

Color spaces of #f0109f

RGB 24016159
HSL0.890.880.50
HSV322°93°94°
CMYK 0.000.930.34   0.06
XYZ42.378521.399134.6977
Yxy21.39910.43030.2173
Hunter Lab46.259282.5722-12.0904
CIE-Lab53.383582.9116-16.9814

#f0109f color RGB value is (240,16,159).

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

The process color (four color CMYK) of #f0109f color hex is 0.00, 0.93, 0.34, 0.06. Web safe color of #f0109f is #ff0099. Color #f0109f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010000 10011111
Octal 360 20 237
Decimal 240 16 159
Hex F0 10 9F

RGB Percentages of Color #f0109f

%57.83
%3.86
%38.31

CMYK Percentages of Color #f0109f

%0
%93
%34
%6

Triadic Colors of #f0109f

#f0109f #9ff010 #109ff0

Analogous Colors of #f0109f

#f0109f #f0102f #d110f0

Monochromatic Colors of #f0109f

#f0109f

Complementary Color

#f0109f #10f061

#f0109f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0109f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0109f Color CSS Codes

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

#f0109f Text Font Color

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

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


#f0109f Background Color

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

This div background color is #f0109f


#f0109f Border Color

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

This div border color is #f0109f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0109f


Comments

No comments written yet.

Please login to write comment.