Color Hex Logo

#f51449 Color Hex

#F51449
(245,20,73)
0 Favorites   0 Comments

Color spaces of #f51449

RGB 2452073
HSL0.960.920.52
HSV346°92°96°
CMYK 0.000.920.70   0.04
XYZ39.108920.39388.1785
Yxy20.39380.57780.3013
Hunter Lab45.159575.555020.8741
CIE-Lab52.279677.582633.3379

#f51449 color RGB value is (245,20,73).

#f51449 hex color red value is 245, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #f51449 hue: 0.96 , saturation: 0.92 and the lightness value of f51449 is 0.52.

The process color (four color CMYK) of #f51449 color hex is 0.00, 0.92, 0.70, 0.04. Web safe color of #f51449 is #ff0033. Color #f51449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010100 01001001
Octal 365 24 111
Decimal 245 20 73
Hex F5 14 49

RGB Percentages of Color #f51449

%72.49
%5.92
%21.60

CMYK Percentages of Color #f51449

%0
%92
%70
%4

Triadic Colors of #f51449

#f51449 #49f514 #1449f5

Analogous Colors of #f51449

#f51449 #f54f14 #f514ba

Monochromatic Colors of #f51449

#f51449

Complementary Color

#f51449 #14f5c0

#f51449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51449 Color CSS Codes

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

#f51449 Text Font Color

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

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


#f51449 Background Color

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

This div background color is #f51449


#f51449 Border Color

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

This div border color is #f51449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51449


Comments

No comments written yet.

Please login to write comment.