Color Hex Logo

#f491cb Color Hex

#F491CB
(244,145,203)
0 Favorites   0 Comments

Color spaces of #f491cb

RGB 244145203
HSL0.900.820.76
HSV325°41°96°
CMYK 0.000.410.17   0.04
XYZ58.213143.795761.8852
Yxy43.79570.35520.2672
Hunter Lab66.178341.2037-9.1189
CIE-Lab72.091744.9113-13.7858

#f491cb color RGB value is (244,145,203).

#f491cb hex color red value is 244, green value is 145 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f491cb hue: 0.90 , saturation: 0.82 and the lightness value of f491cb is 0.76.

The process color (four color CMYK) of #f491cb color hex is 0.00, 0.41, 0.17, 0.04. Web safe color of #f491cb is #ff99cc. Color #f491cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010001 11001011
Octal 364 221 313
Decimal 244 145 203
Hex F4 91 CB

RGB Percentages of Color #f491cb

%41.22
%24.49
%34.29

CMYK Percentages of Color #f491cb

%0
%41
%17
%4

Triadic Colors of #f491cb

#f491cb #cbf491 #91cbf4

Analogous Colors of #f491cb

#f491cb #f4919a #ec91f4

Monochromatic Colors of #f491cb

#f491cb

Complementary Color

#f491cb #91f4ba

#f491cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f491cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f491cb Color CSS Codes

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

#f491cb Text Font Color

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

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


#f491cb Background Color

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

This div background color is #f491cb


#f491cb Border Color

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

This div border color is #f491cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f491cb


Comments

No comments written yet.

Please login to write comment.