Color Hex Logo

#f175ca Color Hex

#F175CA
(241,117,202)
0 Favorites   0 Comments

Color spaces of #f175ca

RGB 241117202
HSL0.890.820.70
HSV319°51°95°
CMYK 0.000.510.16   0.05
XYZ53.297635.687659.9564
Yxy35.68760.35780.2396
Hunter Lab59.739154.7094-17.6883
CIE-Lab66.280557.6549-22.0658

#f175ca color RGB value is (241,117,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 11001010
Octal 361 165 312
Decimal 241 117 202
Hex F1 75 CA

RGB Percentages of Color #f175ca

%43.04
%20.89
%36.07

CMYK Percentages of Color #f175ca

%0
%51
%16
%5

Triadic Colors of #f175ca

#f175ca #caf175 #75caf1

Analogous Colors of #f175ca

#f175ca #f1758c #da75f1

Monochromatic Colors of #f175ca

#f175ca

Complementary Color

#f175ca #75f19c

#f175ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f175ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f175ca Color CSS Codes

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

#f175ca Text Font Color

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

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


#f175ca Background Color

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

This div background color is #f175ca


#f175ca Border Color

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

This div border color is #f175ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f175ca


Comments

No comments written yet.

Please login to write comment.