Color Hex Logo

#f5369a Color Hex

#F5369A
(245,54,154)
0 Favorites   0 Comments

Color spaces of #f5369a

RGB 24554154
HSL0.910.910.59
HSV329°78°96°
CMYK 0.000.780.37   0.04
XYZ44.808124.383932.9168
Yxy24.38390.43880.2388
Hunter Lab49.380175.5581-4.9567
CIE-Lab56.470176.7719-9.2814

#f5369a color RGB value is (245,54,154).

#f5369a hex color red value is 245, green value is 54 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f5369a hue: 0.91 , saturation: 0.91 and the lightness value of f5369a is 0.59.

The process color (four color CMYK) of #f5369a color hex is 0.00, 0.78, 0.37, 0.04. Web safe color of #f5369a is #ff3399. Color #f5369a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110110 10011010
Octal 365 66 232
Decimal 245 54 154
Hex F5 36 9A

RGB Percentages of Color #f5369a

%54.08
%11.92
%34.00

CMYK Percentages of Color #f5369a

%0
%78
%37
%4

Triadic Colors of #f5369a

#f5369a #9af536 #369af5

Analogous Colors of #f5369a

#f5369a #f5363b #f136f5

Monochromatic Colors of #f5369a

#f5369a

Complementary Color

#f5369a #36f591

#f5369a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5369a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5369a Color CSS Codes

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

#f5369a Text Font Color

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

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


#f5369a Background Color

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

This div background color is #f5369a


#f5369a Border Color

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

This div border color is #f5369a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5369a


Comments

No comments written yet.

Please login to write comment.