Color Hex Logo

#f0545a Color Hex

#F0545A
(240,84,90)
0 Favorites   0 Comments

Color spaces of #f0545a

RGB 2408490
HSL0.990.840.64
HSV358°65°94°
CMYK 0.000.650.63   0.06
XYZ40.951025.604112.4566
Yxy25.60410.51830.3241
Hunter Lab50.600555.909320.8246
CIE-Lab57.659360.143529.9084

#f0545a color RGB value is (240,84,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010100 01011010
Octal 360 124 132
Decimal 240 84 90
Hex F0 54 5A

RGB Percentages of Color #f0545a

%57.97
%20.29
%21.74

CMYK Percentages of Color #f0545a

%0
%65
%63
%6

Triadic Colors of #f0545a

#f0545a #5af054 #545af0

Analogous Colors of #f0545a

#f0545a #f09c54 #f054a8

Monochromatic Colors of #f0545a

#f0545a

Complementary Color

#f0545a #54f0ea

#f0545a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0545a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0545a Color CSS Codes

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

#f0545a Text Font Color

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

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


#f0545a Background Color

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

This div background color is #f0545a


#f0545a Border Color

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

This div border color is #f0545a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0545a


Comments

No comments written yet.

Please login to write comment.