Color Hex Logo

#f96afa Color Hex

#F96AFA
(249,106,250)
0 Favorites   0 Comments

Color spaces of #f96afa

RGB 249106250
HSL0.830.940.70
HSV300°58°98°
CMYK 0.000.580.00   0.02
XYZ61.476337.349994.4116
Yxy37.34990.31810.1933
Hunter Lab61.114672.6060-48.8128
CIE-Lab67.538772.3267-46.6828

#f96afa color RGB value is (249,106,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101010 11111010
Octal 371 152 372
Decimal 249 106 250
Hex F9 6A FA

RGB Percentages of Color #f96afa

%41.16
%17.52
%41.32

CMYK Percentages of Color #f96afa

%0
%58
%0
%2

Triadic Colors of #f96afa

#f96afa #faf96a #6afaf9

Analogous Colors of #f96afa

#f96afa #fa6ab3 #b16afa

Monochromatic Colors of #f96afa

#f96afa

Complementary Color

#f96afa #6bfa6a

#f96afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96afa Color CSS Codes

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

#f96afa Text Font Color

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

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


#f96afa Background Color

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

This div background color is #f96afa


#f96afa Border Color

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

This div border color is #f96afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96afa

Related Colors


Comments

No comments written yet.

Please login to write comment.