Color Hex Logo

#f0566c Color Hex

#F0566C
(240,86,108)
0 Favorites   0 Comments

Color spaces of #f0566c

RGB 24086108
HSL0.980.840.64
HSV351°64°94°
CMYK 0.000.640.55   0.06
XYZ41.969726.263617.0447
Yxy26.26360.49220.3080
Hunter Lab51.248056.499016.1542
CIE-Lab58.286460.546320.2914

#f0566c color RGB value is (240,86,108).

#f0566c hex color red value is 240, green value is 86 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #f0566c hue: 0.98 , saturation: 0.84 and the lightness value of f0566c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010110 01101100
Octal 360 126 154
Decimal 240 86 108
Hex F0 56 6C

RGB Percentages of Color #f0566c

%55.30
%19.82
%24.88

CMYK Percentages of Color #f0566c

%0
%64
%55
%6

Triadic Colors of #f0566c

#f0566c #6cf056 #566cf0

Analogous Colors of #f0566c

#f0566c #f08d56 #f056b9

Monochromatic Colors of #f0566c

#f0566c

Complementary Color

#f0566c #56f0da

#f0566c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0566c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0566c Color CSS Codes

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

#f0566c Text Font Color

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

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


#f0566c Background Color

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

This div background color is #f0566c


#f0566c Border Color

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

This div border color is #f0566c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0566c


Comments

No comments written yet.

Please login to write comment.