Color Hex Logo

#f96ffa Color Hex

#F96FFA
(249,111,250)
0 Favorites   0 Comments

Color spaces of #f96ffa

RGB 249111250
HSL0.830.930.71
HSV300°56°98°
CMYK 0.000.560.00   0.02
XYZ62.006738.410794.5884
Yxy38.41070.31800.1970
Hunter Lab61.976470.1287-47.1050
CIE-Lab68.322270.1895-45.4509

#f96ffa color RGB value is (249,111,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101111 11111010
Octal 371 157 372
Decimal 249 111 250
Hex F9 6F FA

RGB Percentages of Color #f96ffa

%40.82
%18.20
%40.98

CMYK Percentages of Color #f96ffa

%0
%56
%0
%2

Triadic Colors of #f96ffa

#f96ffa #faf96f #6ffaf9

Analogous Colors of #f96ffa

#f96ffa #fa6fb6 #b46ffa

Monochromatic Colors of #f96ffa

#f96ffa

Complementary Color

#f96ffa #70fa6f

#f96ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96ffa Color CSS Codes

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

#f96ffa Text Font Color

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

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


#f96ffa Background Color

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

This div background color is #f96ffa


#f96ffa Border Color

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

This div border color is #f96ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96ffa


Comments

No comments written yet.

Please login to write comment.