Color Hex Logo

#f91dfa Color Hex

#F91DFA
(249,29,250)
0 Favorites   0 Comments

Color spaces of #f91dfa

RGB 24929250
HSL0.830.960.55
HSV300°88°98°
CMYK 0.000.880.00   0.02
XYZ56.761627.920692.8400
Yxy27.92060.31970.1573
Hunter Lab52.839999.2779-67.1848
CIE-Lab59.816994.2610-58.9321

#f91dfa color RGB value is (249,29,250).

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

The process color (four color CMYK) of #f91dfa color hex is 0.00, 0.88, 0.00, 0.02. Web safe color of #f91dfa is #ff33ff. Color #f91dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011101 11111010
Octal 371 35 372
Decimal 249 29 250
Hex F9 1D FA

RGB Percentages of Color #f91dfa

%47.16
%5.49
%47.35

CMYK Percentages of Color #f91dfa

%0
%88
%0
%2

Triadic Colors of #f91dfa

#f91dfa #faf91d #1dfaf9

Analogous Colors of #f91dfa

#f91dfa #fa1d8d #8b1dfa

Monochromatic Colors of #f91dfa

#f91dfa

Complementary Color

#f91dfa #1efa1d

#f91dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91dfa Color CSS Codes

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

#f91dfa Text Font Color

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

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


#f91dfa Background Color

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

This div background color is #f91dfa


#f91dfa Border Color

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

This div border color is #f91dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91dfa


Comments

No comments written yet.

Please login to write comment.