Color Hex Logo

#f0047a Color Hex

#F0047A
(240,4,122)
0 Favorites   0 Comments

Color spaces of #f0047a

RGB 2404122
HSL0.920.970.48
HSV330°98°94°
CMYK 0.000.980.49   0.06
XYZ39.491420.017220.1946
Yxy20.01720.49550.2511
Hunter Lab44.740679.26154.5566
CIE-Lab51.856780.61402.9373

#f0047a color RGB value is (240,4,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000100 01111010
Octal 360 4 172
Decimal 240 4 122
Hex F0 4 7A

RGB Percentages of Color #f0047a

%65.57
%1.09
%33.33

CMYK Percentages of Color #f0047a

%0
%98
%49
%6

Triadic Colors of #f0047a

#f0047a #7af004 #047af0

Analogous Colors of #f0047a

#f0047a #f00404 #f004f0

Monochromatic Colors of #f0047a

#f0047a

Complementary Color

#f0047a #04f07a

#f0047a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0047a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0047a Color CSS Codes

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

#f0047a Text Font Color

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

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


#f0047a Background Color

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

This div background color is #f0047a


#f0047a Border Color

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

This div border color is #f0047a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,4,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 #f0047a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0047a


Comments

No comments written yet.

Please login to write comment.