Color Hex Logo

#f546aa Color Hex

#F546AA
(245,70,170)
0 Favorites   0 Comments

Color spaces of #f546aa

RGB 24570170
HSL0.900.900.62
HSV326°71°96°
CMYK 0.000.710.31   0.04
XYZ47.102026.695140.7003
Yxy26.69510.41140.2332
Hunter Lab51.667372.3100-10.5379
CIE-Lab58.691073.7294-15.2931

#f546aa color RGB value is (245,70,170).

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

The process color (four color CMYK) of #f546aa color hex is 0.00, 0.71, 0.31, 0.04. Web safe color of #f546aa is #ff3399. Color #f546aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000110 10101010
Octal 365 106 252
Decimal 245 70 170
Hex F5 46 AA

RGB Percentages of Color #f546aa

%50.52
%14.43
%35.05

CMYK Percentages of Color #f546aa

%0
%71
%31
%4

Triadic Colors of #f546aa

#f546aa #aaf546 #46aaf5

Analogous Colors of #f546aa

#f546aa #f54652 #e946f5

Monochromatic Colors of #f546aa

#f546aa

Complementary Color

#f546aa #46f591

#f546aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f546aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f546aa Color CSS Codes

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

#f546aa Text Font Color

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

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


#f546aa Background Color

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

This div background color is #f546aa


#f546aa Border Color

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

This div border color is #f546aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f546aa


Comments

No comments written yet.

Please login to write comment.