Color Hex Logo

#f175cb Color Hex

#F175CB
(241,117,203)
0 Favorites   0 Comments

Color spaces of #f175cb

RGB 241117203
HSL0.880.820.70
HSV318°51°95°
CMYK 0.000.510.16   0.05
XYZ53.416435.735160.5821
Yxy35.73510.35670.2387
Hunter Lab59.778854.8887-18.2415
CIE-Lab66.317057.8038-22.5711

#f175cb color RGB value is (241,117,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 11001011
Octal 361 165 313
Decimal 241 117 203
Hex F1 75 CB

RGB Percentages of Color #f175cb

%42.96
%20.86
%36.19

CMYK Percentages of Color #f175cb

%0
%51
%16
%5

Triadic Colors of #f175cb

#f175cb #cbf175 #75cbf1

Analogous Colors of #f175cb

#f175cb #f1758d #d975f1

Monochromatic Colors of #f175cb

#f175cb

Complementary Color

#f175cb #75f19b

#f175cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f175cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f175cb Color CSS Codes

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

#f175cb Text Font Color

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

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


#f175cb Background Color

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

This div background color is #f175cb


#f175cb Border Color

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

This div border color is #f175cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f175cb


Comments

No comments written yet.

Please login to write comment.