Color Hex Logo

#f561ad Color Hex

#F561AD
(245,97,173)
0 Favorites   0 Comments

Color spaces of #f561ad

RGB 24597173
HSL0.910.880.67
HSV329°60°96°
CMYK 0.000.600.29   0.04
XYZ49.473730.979042.9072
Yxy30.97900.40110.2511
Hunter Lab55.658861.2613-6.7453
CIE-Lab62.489963.8876-11.3016

#f561ad color RGB value is (245,97,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100001 10101101
Octal 365 141 255
Decimal 245 97 173
Hex F5 61 AD

RGB Percentages of Color #f561ad

%47.57
%18.83
%33.59

CMYK Percentages of Color #f561ad

%0
%60
%29
%4

Triadic Colors of #f561ad

#f561ad #adf561 #61adf5

Analogous Colors of #f561ad

#f561ad #f56163 #f361f5

Monochromatic Colors of #f561ad

#f561ad

Complementary Color

#f561ad #61f5a9

#f561ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f561ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f561ad Color CSS Codes

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

#f561ad Text Font Color

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

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


#f561ad Background Color

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

This div background color is #f561ad


#f561ad Border Color

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

This div border color is #f561ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f561ad


Comments

No comments written yet.

Please login to write comment.