Color Hex Logo

#f5417a Color Hex

#F5417A
(245,65,122)
0 Favorites   0 Comments

Color spaces of #f5417a

RGB 24565122
HSL0.950.900.61
HSV341°73°96°
CMYK 0.000.730.50   0.04
XYZ43.059324.598220.8908
Yxy24.59820.48630.2778
Hunter Lab49.596668.17819.7438
CIE-Lab56.681870.72959.9606

#f5417a color RGB value is (245,65,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000001 01111010
Octal 365 101 172
Decimal 245 65 122
Hex F5 41 7A

RGB Percentages of Color #f5417a

%56.71
%15.05
%28.24

CMYK Percentages of Color #f5417a

%0
%73
%50
%4

Triadic Colors of #f5417a

#f5417a #7af541 #417af5

Analogous Colors of #f5417a

#f5417a #f56241 #f541d4

Monochromatic Colors of #f5417a

#f5417a

Complementary Color

#f5417a #41f5bc

#f5417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5417a Color CSS Codes

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

#f5417a Text Font Color

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

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


#f5417a Background Color

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

This div background color is #f5417a


#f5417a Border Color

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

This div border color is #f5417a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5417a


Comments

No comments written yet.

Please login to write comment.