Color Hex Logo

#f964ad Color Hex

#F964AD
(249,100,173)
0 Favorites   0 Comments

Color spaces of #f964ad

RGB 249100173
HSL0.920.930.68
HSV331°60°98°
CMYK 0.000.600.31   0.02
XYZ51.166932.271243.0673
Yxy32.27120.40450.2551
Hunter Lab56.807761.3619-5.1837
CIE-Lab63.566463.7845-9.6278

#f964ad color RGB value is (249,100,173).

#f964ad hex color red value is 249, green value is 100 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f964ad hue: 0.92 , saturation: 0.93 and the lightness value of f964ad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 10101101
Octal 371 144 255
Decimal 249 100 173
Hex F9 64 AD

RGB Percentages of Color #f964ad

%47.70
%19.16
%33.14

CMYK Percentages of Color #f964ad

%0
%60
%31
%2

Triadic Colors of #f964ad

#f964ad #adf964 #64adf9

Analogous Colors of #f964ad

#f964ad #f96664 #f964f8

Monochromatic Colors of #f964ad

#f964ad

Complementary Color

#f964ad #64f9b0

#f964ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f964ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f964ad Color CSS Codes

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

#f964ad Text Font Color

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

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


#f964ad Background Color

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

This div background color is #f964ad


#f964ad Border Color

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

This div border color is #f964ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f964ad


Comments

No comments written yet.

Please login to write comment.