Color Hex Logo

#f96cca Color Hex

#F96CCA
(249,108,202)
0 Favorites   0 Comments

Color spaces of #f96cca

RGB 249108202
HSL0.890.920.70
HSV320°57°98°
CMYK 0.000.570.19   0.02
XYZ55.090235.129159.7541
Yxy35.12910.36730.2342
Hunter Lab59.269862.1903-18.2856
CIE-Lab65.849164.0864-22.6251

#f96cca color RGB value is (249,108,202).

#f96cca hex color red value is 249, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f96cca hue: 0.89 , saturation: 0.92 and the lightness value of f96cca is 0.70.

The process color (four color CMYK) of #f96cca color hex is 0.00, 0.57, 0.19, 0.02. Web safe color of #f96cca is #ff66cc. Color #f96cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 11001010
Octal 371 154 312
Decimal 249 108 202
Hex F9 6C CA

RGB Percentages of Color #f96cca

%44.54
%19.32
%36.14

CMYK Percentages of Color #f96cca

%0
%57
%19
%2

Triadic Colors of #f96cca

#f96cca #caf96c #6ccaf9

Analogous Colors of #f96cca

#f96cca #f96c84 #e26cf9

Monochromatic Colors of #f96cca

#f96cca

Complementary Color

#f96cca #6cf99b

#f96cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96cca Color CSS Codes

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

#f96cca Text Font Color

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

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


#f96cca Background Color

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

This div background color is #f96cca


#f96cca Border Color

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

This div border color is #f96cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96cca


Comments

No comments written yet.

Please login to write comment.