Color Hex Logo

#f54960 Color Hex

#F54960
(245,73,96)
0 Favorites   0 Comments

Color spaces of #f54960

RGB 2457396
HSL0.980.900.62
HSV352°70°96°
CMYK 0.000.700.61   0.04
XYZ42.150125.022113.6745
Yxy25.02210.52140.3095
Hunter Lab50.022162.870718.8074
CIE-Lab57.096966.218125.8724

#f54960 color RGB value is (245,73,96).

#f54960 hex color red value is 245, green value is 73 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #f54960 hue: 0.98 , saturation: 0.90 and the lightness value of f54960 is 0.62.

The process color (four color CMYK) of #f54960 color hex is 0.00, 0.70, 0.61, 0.04. Web safe color of #f54960 is #ff3366. Color #f54960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001001 01100000
Octal 365 111 140
Decimal 245 73 96
Hex F5 49 60

RGB Percentages of Color #f54960

%59.18
%17.63
%23.19

CMYK Percentages of Color #f54960

%0
%70
%61
%4

Triadic Colors of #f54960

#f54960 #60f549 #4960f5

Analogous Colors of #f54960

#f54960 #f58849 #f549b6

Monochromatic Colors of #f54960

#f54960

Complementary Color

#f54960 #49f5de

#f54960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54960 Color CSS Codes

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

#f54960 Text Font Color

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

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


#f54960 Background Color

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

This div background color is #f54960


#f54960 Border Color

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

This div border color is #f54960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,73,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f54960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f54960;
  -webkit-box-shadow: 1px 1px 3px 2px #f54960;
  box-shadow:         1px 1px 3px 2px #f54960; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,73,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54960


Comments

No comments written yet.

Please login to write comment.