Color Hex Logo

#f0519a Color Hex

#F0519A
(240,81,154)
0 Favorites   0 Comments

Color spaces of #f0519a

RGB 24081154
HSL0.920.840.63
HSV332°66°94°
CMYK 0.000.660.36   0.06
XYZ44.710326.743233.3773
Yxy26.74320.42650.2551
Hunter Lab51.713863.8268-2.0675
CIE-Lab58.735966.7224-5.9980

#f0519a color RGB value is (240,81,154).

#f0519a hex color red value is 240, green value is 81 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f0519a hue: 0.92 , saturation: 0.84 and the lightness value of f0519a is 0.63.

The process color (four color CMYK) of #f0519a color hex is 0.00, 0.66, 0.36, 0.06. Web safe color of #f0519a is #ff6699. Color #f0519a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 10011010
Octal 360 121 232
Decimal 240 81 154
Hex F0 51 9A

RGB Percentages of Color #f0519a

%50.53
%17.05
%32.42

CMYK Percentages of Color #f0519a

%0
%66
%36
%6

Triadic Colors of #f0519a

#f0519a #9af051 #519af0

Analogous Colors of #f0519a

#f0519a #f05751 #f051ea

Monochromatic Colors of #f0519a

#f0519a

Complementary Color

#f0519a #51f0a7

#f0519a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0519a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0519a Color CSS Codes

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

#f0519a Text Font Color

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

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


#f0519a Background Color

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

This div background color is #f0519a


#f0519a Border Color

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

This div border color is #f0519a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0519a

#f0519a Color Palettes


Comments

No comments written yet.

Please login to write comment.