Color Hex Logo

#f96ffc Color Hex

#F96FFC
(249,111,252)
0 Favorites   0 Comments

Color spaces of #f96ffc

RGB 249111252
HSL0.830.960.71
HSV299°56°99°
CMYK 0.010.560.00   0.01
XYZ62.322038.536996.2491
Yxy38.53690.31620.1955
Hunter Lab62.078170.5647-48.4716
CIE-Lab68.414570.5257-46.4022

#f96ffc color RGB value is (249,111,252).

#f96ffc hex color red value is 249, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f96ffc hue: 0.83 , saturation: 0.96 and the lightness value of f96ffc is 0.71.

The process color (four color CMYK) of #f96ffc color hex is 0.01, 0.56, 0.00, 0.01. Web safe color of #f96ffc is #ff66ff. Color #f96ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101111 11111100
Octal 371 157 374
Decimal 249 111 252
Hex F9 6F FC

RGB Percentages of Color #f96ffc

%40.69
%18.14
%41.18

CMYK Percentages of Color #f96ffc

%1
%56
%0
%1

Triadic Colors of #f96ffc

#f96ffc #fcf96f #6ffcf9

Analogous Colors of #f96ffc

#f96ffc #fc6fb9 #b36ffc

Monochromatic Colors of #f96ffc

#f96ffc

Complementary Color

#f96ffc #72fc6f

#f96ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96ffc Color CSS Codes

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

#f96ffc Text Font Color

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

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


#f96ffc Background Color

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

This div background color is #f96ffc


#f96ffc Border Color

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

This div border color is #f96ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,111,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f96ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.