Color Hex Logo

#f175cc Color Hex

#F175CC
(241,117,204)
0 Favorites   0 Comments

Color spaces of #f175cc

RGB 241117204
HSL0.880.820.70
HSV318°51°95°
CMYK 0.000.510.15   0.05
XYZ53.536035.783061.2119
Yxy35.78300.35560.2377
Hunter Lab59.818955.0687-18.7975
CIE-Lab66.353857.9530-23.0758

#f175cc color RGB value is (241,117,204).

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

The process color (four color CMYK) of #f175cc color hex is 0.00, 0.51, 0.15, 0.05. Web safe color of #f175cc is #ff66cc. Color #f175cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 11001100
Octal 361 165 314
Decimal 241 117 204
Hex F1 75 CC

RGB Percentages of Color #f175cc

%42.88
%20.82
%36.30

CMYK Percentages of Color #f175cc

%0
%51
%15
%5

Triadic Colors of #f175cc

#f175cc #ccf175 #75ccf1

Analogous Colors of #f175cc

#f175cc #f1758e #d875f1

Monochromatic Colors of #f175cc

#f175cc

Complementary Color

#f175cc #75f19a

#f175cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f175cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f175cc Color CSS Codes

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

#f175cc Text Font Color

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

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


#f175cc Background Color

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

This div background color is #f175cc


#f175cc Border Color

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

This div border color is #f175cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,117,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f175cc


Comments

No comments written yet.

Please login to write comment.