Color Hex Logo

#f91ddf Color Hex

#F91DDF
(249,29,223)
0 Favorites   0 Comments

Color spaces of #f91ddf

RGB 24929223
HSL0.850.950.55
HSV307°88°98°
CMYK 0.000.880.10   0.02
XYZ52.825626.346272.1131
Yxy26.34620.34920.1741
Hunter Lab51.328593.8812-47.3684
CIE-Lab58.364290.5563-46.1195

#f91ddf color RGB value is (249,29,223).

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

The process color (four color CMYK) of #f91ddf color hex is 0.00, 0.88, 0.10, 0.02. Web safe color of #f91ddf is #ff33cc. Color #f91ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011101 11011111
Octal 371 35 337
Decimal 249 29 223
Hex F9 1D DF

RGB Percentages of Color #f91ddf

%49.70
%5.79
%44.51

CMYK Percentages of Color #f91ddf

%0
%88
%10
%2

Triadic Colors of #f91ddf

#f91ddf #dff91d #1ddff9

Analogous Colors of #f91ddf

#f91ddf #f91d71 #a51df9

Monochromatic Colors of #f91ddf

#f91ddf

Complementary Color

#f91ddf #1df937

#f91ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91ddf Color CSS Codes

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

#f91ddf Text Font Color

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

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


#f91ddf Background Color

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

This div background color is #f91ddf


#f91ddf Border Color

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

This div border color is #f91ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91ddf


Comments

No comments written yet.

Please login to write comment.