Color Hex Logo

#f17fcb Color Hex

#F17FCB
(241,127,203)
0 Favorites   0 Comments

Color spaces of #f17fcb

RGB 241127203
HSL0.890.800.72
HSV320°47°95°
CMYK 0.000.470.16   0.05
XYZ54.644538.191360.9915
Yxy38.19130.35520.2483
Hunter Lab61.799149.6862-15.2558
CIE-Lab68.161452.9923-19.7609

#f17fcb color RGB value is (241,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111111 11001011
Octal 361 177 313
Decimal 241 127 203
Hex F1 7F CB

RGB Percentages of Color #f17fcb

%42.21
%22.24
%35.55

CMYK Percentages of Color #f17fcb

%0
%47
%16
%5

Triadic Colors of #f17fcb

#f17fcb #cbf17f #7fcbf1

Analogous Colors of #f17fcb

#f17fcb #f17f92 #de7ff1

Monochromatic Colors of #f17fcb

#f17fcb

Complementary Color

#f17fcb #7ff1a5

#f17fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17fcb Color CSS Codes

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

#f17fcb Text Font Color

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

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


#f17fcb Background Color

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

This div background color is #f17fcb


#f17fcb Border Color

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

This div border color is #f17fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17fcb


Comments

No comments written yet.

Please login to write comment.