Color Hex Logo

#f0107c Color Hex

#F0107C
(240,16,124)
0 Favorites   0 Comments

Color spaces of #f0107c

RGB 24016124
HSL0.920.880.50
HSV331°93°94°
CMYK 0.000.930.48   0.06
XYZ39.758620.351120.9014
Yxy20.35110.49080.2512
Hunter Lab45.112278.37064.1083
CIE-Lab52.231979.83622.2688

#f0107c color RGB value is (240,16,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010000 01111100
Octal 360 20 174
Decimal 240 16 124
Hex F0 10 7C

RGB Percentages of Color #f0107c

%63.16
%4.21
%32.63

CMYK Percentages of Color #f0107c

%0
%93
%48
%6

Triadic Colors of #f0107c

#f0107c #7cf010 #107cf0

Analogous Colors of #f0107c

#f0107c #f01410 #f010ec

Monochromatic Colors of #f0107c

#f0107c

Complementary Color

#f0107c #10f084

#f0107c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0107c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0107c Color CSS Codes

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

#f0107c Text Font Color

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

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


#f0107c Background Color

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

This div background color is #f0107c


#f0107c Border Color

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

This div border color is #f0107c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0107c


Comments

No comments written yet.

Please login to write comment.