Color Hex Logo

#f496cb Color Hex

#F496CB
(244,150,203)
0 Favorites   0 Comments

Color spaces of #f496cb

RGB 244150203
HSL0.910.810.77
HSV326°39°96°
CMYK 0.000.390.17   0.04
XYZ58.994145.357662.1455
Yxy45.35760.35430.2724
Hunter Lab67.348138.4995-7.5663
CIE-Lab73.126742.3406-12.2333

#f496cb color RGB value is (244,150,203).

#f496cb hex color red value is 244, green value is 150 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f496cb hue: 0.91 , saturation: 0.81 and the lightness value of f496cb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010110 11001011
Octal 364 226 313
Decimal 244 150 203
Hex F4 96 CB

RGB Percentages of Color #f496cb

%40.87
%25.13
%34.00

CMYK Percentages of Color #f496cb

%0
%39
%17
%4

Triadic Colors of #f496cb

#f496cb #cbf496 #96cbf4

Analogous Colors of #f496cb

#f496cb #f4969c #ee96f4

Monochromatic Colors of #f496cb

#f496cb

Complementary Color

#f496cb #96f4bf

#f496cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f496cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f496cb Color CSS Codes

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

#f496cb Text Font Color

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

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


#f496cb Background Color

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

This div background color is #f496cb


#f496cb Border Color

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

This div border color is #f496cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f496cb


Comments

No comments written yet.

Please login to write comment.