Color Hex Logo

#f0107e Color Hex

#F0107E
(240,16,126)
0 Favorites   0 Comments

Color spaces of #f0107e

RGB 24016126
HSL0.920.880.50
HSV331°93°94°
CMYK 0.000.930.48   0.06
XYZ39.886420.402221.5744
Yxy20.40220.48720.2492
Hunter Lab45.168878.57943.2989
CIE-Lab52.288979.99051.1420

#f0107e color RGB value is (240,16,126).

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

The process color (four color CMYK) of #f0107e color hex is 0.00, 0.93, 0.48, 0.06. Web safe color of #f0107e is #ff0066. Color #f0107e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010000 01111110
Octal 360 20 176
Decimal 240 16 126
Hex F0 10 7E

RGB Percentages of Color #f0107e

%62.83
%4.19
%32.98

CMYK Percentages of Color #f0107e

%0
%93
%48
%6

Triadic Colors of #f0107e

#f0107e #7ef010 #107ef0

Analogous Colors of #f0107e

#f0107e #f01210 #f010ee

Monochromatic Colors of #f0107e

#f0107e

Complementary Color

#f0107e #10f082

#f0107e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0107e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0107e Color CSS Codes

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

#f0107e Text Font Color

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

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


#f0107e Background Color

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

This div background color is #f0107e


#f0107e Border Color

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

This div border color is #f0107e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0107e


Comments

No comments written yet.

Please login to write comment.