Color Hex Logo

#f0556a Color Hex

#F0556A
(240,85,106)
0 Favorites   0 Comments

Color spaces of #f0556a

RGB 24085106
HSL0.980.840.64
HSV352°65°94°
CMYK 0.000.650.56   0.06
XYZ41.785226.062916.4640
Yxy26.06290.49560.3091
Hunter Lab51.051856.759016.6155
CIE-Lab58.096760.805321.2025

#f0556a color RGB value is (240,85,106).

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

The process color (four color CMYK) of #f0556a color hex is 0.00, 0.65, 0.56, 0.06. Web safe color of #f0556a is #ff6666. Color #f0556a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010101 01101010
Octal 360 125 152
Decimal 240 85 106
Hex F0 55 6A

RGB Percentages of Color #f0556a

%55.68
%19.72
%24.59

CMYK Percentages of Color #f0556a

%0
%65
%56
%6

Triadic Colors of #f0556a

#f0556a #6af055 #556af0

Analogous Colors of #f0556a

#f0556a #f08e55 #f055b8

Monochromatic Colors of #f0556a

#f0556a

Complementary Color

#f0556a #55f0db

#f0556a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0556a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0556a Color CSS Codes

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

#f0556a Text Font Color

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

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


#f0556a Background Color

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

This div background color is #f0556a


#f0556a Border Color

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

This div border color is #f0556a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0556a


Comments

No comments written yet.

Please login to write comment.