Color Hex Logo

#f954ad Color Hex

#F954AD
(249,84,173)
0 Favorites   0 Comments

Color spaces of #f954ad

RGB 24984173
HSL0.910.930.65
HSV328°66°98°
CMYK 0.000.660.31   0.02
XYZ49.780129.497542.6051
Yxy29.49750.40840.2420
Hunter Lab54.311668.5615-8.4923
CIE-Lab61.218270.1976-13.1493

#f954ad color RGB value is (249,84,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 10101101
Octal 371 124 255
Decimal 249 84 173
Hex F9 54 AD

RGB Percentages of Color #f954ad

%49.21
%16.60
%34.19

CMYK Percentages of Color #f954ad

%0
%66
%31
%2

Triadic Colors of #f954ad

#f954ad #adf954 #54adf9

Analogous Colors of #f954ad

#f954ad #f9545b #f354f9

Monochromatic Colors of #f954ad

#f954ad

Complementary Color

#f954ad #54f9a0

#f954ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f954ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f954ad Color CSS Codes

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

#f954ad Text Font Color

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

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


#f954ad Background Color

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

This div background color is #f954ad


#f954ad Border Color

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

This div border color is #f954ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f954ad


Comments

No comments written yet.

Please login to write comment.