Color Hex Logo

#f54259 Color Hex

#F54259
(245,66,89)
0 Favorites   0 Comments

Color spaces of #f54259

RGB 2456689
HSL0.980.900.61
HSV352°73°96°
CMYK 0.000.730.64   0.04
XYZ41.407624.030211.9071
Yxy24.03020.53540.3107
Hunter Lab49.020664.992519.9129
CIE-Lab56.118068.185528.7001

#f54259 color RGB value is (245,66,89).

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

The process color (four color CMYK) of #f54259 color hex is 0.00, 0.73, 0.64, 0.04. Web safe color of #f54259 is #ff3366. Color #f54259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000010 01011001
Octal 365 102 131
Decimal 245 66 89
Hex F5 42 59

RGB Percentages of Color #f54259

%61.25
%16.50
%22.25

CMYK Percentages of Color #f54259

%0
%73
%64
%4

Triadic Colors of #f54259

#f54259 #59f542 #4259f5

Analogous Colors of #f54259

#f54259 #f58542 #f542b3

Monochromatic Colors of #f54259

#f54259

Complementary Color

#f54259 #42f5de

#f54259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54259 Color CSS Codes

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

#f54259 Text Font Color

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

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


#f54259 Background Color

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

This div background color is #f54259


#f54259 Border Color

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

This div border color is #f54259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54259


Comments

No comments written yet.

Please login to write comment.