Color Hex Logo

#f0516d Color Hex

#F0516D
(240,81,109)
0 Favorites   0 Comments

Color spaces of #f0516d

RGB 24081109
HSL0.970.840.63
HSV349°66°94°
CMYK 0.000.660.55   0.06
XYZ41.637925.514317.1982
Yxy25.51430.49360.3025
Hunter Lab50.511758.746115.1711
CIE-Lab57.573162.614918.7389

#f0516d color RGB value is (240,81,109).

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

The process color (four color CMYK) of #f0516d color hex is 0.00, 0.66, 0.55, 0.06. Web safe color of #f0516d is #ff6666. Color #f0516d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 01101101
Octal 360 121 155
Decimal 240 81 109
Hex F0 51 6D

RGB Percentages of Color #f0516d

%55.81
%18.84
%25.35

CMYK Percentages of Color #f0516d

%0
%66
%55
%6

Triadic Colors of #f0516d

#f0516d #6df051 #516df0

Analogous Colors of #f0516d

#f0516d #f08551 #f051bd

Monochromatic Colors of #f0516d

#f0516d

Complementary Color

#f0516d #51f0d4

#f0516d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0516d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0516d Color CSS Codes

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

#f0516d Text Font Color

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

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


#f0516d Background Color

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

This div background color is #f0516d


#f0516d Border Color

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

This div border color is #f0516d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0516d


Comments

No comments written yet.

Please login to write comment.