color codes Logo

#f96dfa color codes

#F96DFA
(249,109,250)
0 Favorites   0 Comments

Color spaces of #f96dfa

RGB 249109250
HSL0.830.930.70
HSV300°56°98°
CMYK 0.000.560.00   0.02
XYZ61.790937.979194.5164
Yxy37.97910.31800.1955
Hunter Lab61.627271.1266-47.7929
CIE-Lab68.005271.0523-45.9491

#f96dfa color RGB value is (249,109,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101101 11111010
Octal 371 155 372
Decimal 249 109 250
Hex F9 6D FA

RGB Percentages of Color #f96dfa

%40.95
%17.93
%41.12

CMYK Percentages of Color #f96dfa

%0
%56
%0
%2

Triadic Colors of #f96dfa

#f96dfa #faf96d #6dfaf9

Analogous Colors of #f96dfa

#f96dfa #fa6db5 #b36dfa

Monochromatic Colors of #f96dfa

#f96dfa

Complementary Color

#f96dfa #6efa6d

#f96dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96dfa Color CSS Codes

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

#f96dfa Text Font Color

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

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


#f96dfa Background Color

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

This div background color is #f96dfa


#f96dfa Border Color

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

This div border color is #f96dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96dfa


Comments

No comments written yet.

Please login to write comment.