Color Hex Logo

#f562aa Color Hex

#F562AA
(245,98,170)
0 Favorites   0 Comments

Color spaces of #f562aa

RGB 24598170
HSL0.920.880.67
HSV331°60°96°
CMYK 0.000.600.31   0.04
XYZ49.279631.050141.4262
Yxy31.05010.40470.2550
Hunter Lab55.722660.3461-5.0725
CIE-Lab62.549963.1023-9.4914

#f562aa color RGB value is (245,98,170).

#f562aa hex color red value is 245, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f562aa hue: 0.92 , saturation: 0.88 and the lightness value of f562aa is 0.67.

The process color (four color CMYK) of #f562aa color hex is 0.00, 0.60, 0.31, 0.04. Web safe color of #f562aa is #ff6699. Color #f562aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100010 10101010
Octal 365 142 252
Decimal 245 98 170
Hex F5 62 AA

RGB Percentages of Color #f562aa

%47.76
%19.10
%33.14

CMYK Percentages of Color #f562aa

%0
%60
%31
%4

Triadic Colors of #f562aa

#f562aa #aaf562 #62aaf5

Analogous Colors of #f562aa

#f562aa #f56462 #f562f4

Monochromatic Colors of #f562aa

#f562aa

Complementary Color

#f562aa #62f5ad

#f562aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f562aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f562aa Color CSS Codes

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

#f562aa Text Font Color

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

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


#f562aa Background Color

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

This div background color is #f562aa


#f562aa Border Color

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

This div border color is #f562aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,98,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 #f562aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f562aa


Comments

No comments written yet.

Please login to write comment.