Color Hex Logo

#f0117a Color Hex

#F0117A
(240,17,122)
0 Favorites   0 Comments

Color spaces of #f0117a

RGB 24017122
HSL0.920.880.50
HSV332°93°94°
CMYK 0.000.930.49   0.06
XYZ39.648520.331320.2470
Yxy20.33130.49420.2534
Hunter Lab45.090278.04974.9400
CIE-Lab52.209779.58613.4475

#f0117a color RGB value is (240,17,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010001 01111010
Octal 360 21 172
Decimal 240 17 122
Hex F0 11 7A

RGB Percentages of Color #f0117a

%63.32
%4.49
%32.19

CMYK Percentages of Color #f0117a

%0
%93
%49
%6

Triadic Colors of #f0117a

#f0117a #7af011 #117af0

Analogous Colors of #f0117a

#f0117a #f01711 #f011ea

Monochromatic Colors of #f0117a

#f0117a

Complementary Color

#f0117a #11f087

#f0117a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0117a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0117a Color CSS Codes

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

#f0117a Text Font Color

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

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


#f0117a Background Color

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

This div background color is #f0117a


#f0117a Border Color

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

This div border color is #f0117a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0117a


Comments

No comments written yet.

Please login to write comment.