Color Hex Logo

#f165cb Color Hex

#F165CB
(241,101,203)
0 Favorites   0 Comments

Color spaces of #f165cb

RGB 241101203
HSL0.880.830.67
HSV316°58°95°
CMYK 0.000.580.16   0.05
XYZ51.708832.319960.0129
Yxy32.31990.35900.2244
Hunter Lab56.850662.8672-22.7926
CIE-Lab63.606465.0430-26.7278

#f165cb color RGB value is (241,101,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100101 11001011
Octal 361 145 313
Decimal 241 101 203
Hex F1 65 CB

RGB Percentages of Color #f165cb

%44.22
%18.53
%37.25

CMYK Percentages of Color #f165cb

%0
%58
%16
%5

Triadic Colors of #f165cb

#f165cb #cbf165 #65cbf1

Analogous Colors of #f165cb

#f165cb #f16585 #d165f1

Monochromatic Colors of #f165cb

#f165cb

Complementary Color

#f165cb #65f18b

#f165cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f165cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f165cb Color CSS Codes

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

#f165cb Text Font Color

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

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


#f165cb Background Color

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

This div background color is #f165cb


#f165cb Border Color

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

This div border color is #f165cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f165cb


Comments

No comments written yet.

Please login to write comment.