Color Hex Logo

#f175ad Color Hex

#F175AD
(241,117,173)
0 Favorites   0 Comments

Color spaces of #f175ad

RGB 241117173
HSL0.920.820.70
HSV333°51°95°
CMYK 0.000.510.28   0.05
XYZ50.179734.440543.5381
Yxy34.44050.39150.2687
Hunter Lab58.686049.9265-2.9060
CIE-Lab65.310753.6330-7.1533

#f175ad color RGB value is (241,117,173).

#f175ad hex color red value is 241, green value is 117 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f175ad hue: 0.92 , saturation: 0.82 and the lightness value of f175ad is 0.70.

The process color (four color CMYK) of #f175ad color hex is 0.00, 0.51, 0.28, 0.05. Web safe color of #f175ad is #ff6699. Color #f175ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 10101101
Octal 361 165 255
Decimal 241 117 173
Hex F1 75 AD

RGB Percentages of Color #f175ad

%45.39
%22.03
%32.58

CMYK Percentages of Color #f175ad

%0
%51
%28
%5

Triadic Colors of #f175ad

#f175ad #adf175 #75adf1

Analogous Colors of #f175ad

#f175ad #f17b75 #f175eb

Monochromatic Colors of #f175ad

#f175ad

Complementary Color

#f175ad #75f1b9

#f175ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f175ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f175ad Color CSS Codes

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

#f175ad Text Font Color

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

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


#f175ad Background Color

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

This div background color is #f175ad


#f175ad Border Color

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

This div border color is #f175ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f175ad


Comments

No comments written yet.

Please login to write comment.