Color Hex Logo

#f917ad Color Hex

#F917AD
(249,23,173)
0 Favorites   0 Comments

Color spaces of #f917ad

RGB 24923173
HSL0.890.950.53
HSV320°91°98°
CMYK 0.000.910.31   0.02
XYZ46.916123.769741.6504
Yxy23.76970.41760.2116
Hunter Lab48.754286.4506-16.5232
CIE-Lab55.856585.4261-21.2927

#f917ad color RGB value is (249,23,173).

#f917ad hex color red value is 249, green value is 23 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f917ad hue: 0.89 , saturation: 0.95 and the lightness value of f917ad is 0.53.

The process color (four color CMYK) of #f917ad color hex is 0.00, 0.91, 0.31, 0.02. Web safe color of #f917ad is #ff0099. Color #f917ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010111 10101101
Octal 371 27 255
Decimal 249 23 173
Hex F9 17 AD

RGB Percentages of Color #f917ad

%55.96
%5.17
%38.88

CMYK Percentages of Color #f917ad

%0
%91
%31
%2

Triadic Colors of #f917ad

#f917ad #adf917 #17adf9

Analogous Colors of #f917ad

#f917ad #f9173c #d417f9

Monochromatic Colors of #f917ad

#f917ad

Complementary Color

#f917ad #17f963

#f917ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f917ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f917ad Color CSS Codes

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

#f917ad Text Font Color

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

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


#f917ad Background Color

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

This div background color is #f917ad


#f917ad Border Color

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

This div border color is #f917ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f917ad


Comments

No comments written yet.

Please login to write comment.