Color Hex Logo

#f17fca Color Hex

#F17FCA
(241,127,202)
0 Favorites   0 Comments

Color spaces of #f17fca

RGB 241127202
HSL0.890.800.72
HSV321°47°95°
CMYK 0.000.470.16   0.05
XYZ54.525738.143860.3658
Yxy38.14380.35630.2492
Hunter Lab61.760749.5084-14.7185
CIE-Lab68.126552.8412-19.2554

#f17fca color RGB value is (241,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111111 11001010
Octal 361 177 312
Decimal 241 127 202
Hex F1 7F CA

RGB Percentages of Color #f17fca

%42.28
%22.28
%35.44

CMYK Percentages of Color #f17fca

%0
%47
%16
%5

Triadic Colors of #f17fca

#f17fca #caf17f #7fcaf1

Analogous Colors of #f17fca

#f17fca #f17f91 #df7ff1

Monochromatic Colors of #f17fca

#f17fca

Complementary Color

#f17fca #7ff1a6

#f17fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17fca Color CSS Codes

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

#f17fca Text Font Color

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

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


#f17fca Background Color

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

This div background color is #f17fca


#f17fca Border Color

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

This div border color is #f17fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17fca


Comments

No comments written yet.

Please login to write comment.