Color Hex Logo

#f01079 Color Hex

#F01079
(240,16,121)
0 Favorites   0 Comments

Color spaces of #f01079

RGB 24016121
HSL0.920.880.50
HSV332°93°94°
CMYK 0.000.930.50   0.06
XYZ39.571720.276319.9172
Yxy20.27630.49610.2542
Hunter Lab45.029278.06485.2955
CIE-Lab52.148279.61013.9646

#f01079 color RGB value is (240,16,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010000 01111001
Octal 360 20 171
Decimal 240 16 121
Hex F0 10 79

RGB Percentages of Color #f01079

%63.66
%4.24
%32.10

CMYK Percentages of Color #f01079

%0
%93
%50
%6

Triadic Colors of #f01079

#f01079 #79f010 #1079f0

Analogous Colors of #f01079

#f01079 #f01710 #f010e9

Monochromatic Colors of #f01079

#f01079

Complementary Color

#f01079 #10f087

#f01079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01079 Color CSS Codes

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

#f01079 Text Font Color

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

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


#f01079 Background Color

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

This div background color is #f01079


#f01079 Border Color

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

This div border color is #f01079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01079


Comments

No comments written yet.

Please login to write comment.