Color Hex Logo

#f917df Color Hex

#F917DF
(249,23,223)
0 Favorites   0 Comments

Color spaces of #f917df

RGB 24923223
HSL0.850.950.53
HSV307°91°98°
CMYK 0.000.910.10   0.02
XYZ52.692626.080272.0688
Yxy26.08020.34930.1729
Hunter Lab51.068894.8054-47.9225
CIE-Lab58.113191.2934-46.5168

#f917df color RGB value is (249,23,223).

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

The process color (four color CMYK) of #f917df color hex is 0.00, 0.91, 0.10, 0.02. Web safe color of #f917df is #ff00cc. Color #f917df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010111 11011111
Octal 371 27 337
Decimal 249 23 223
Hex F9 17 DF

RGB Percentages of Color #f917df

%50.30
%4.65
%45.05

CMYK Percentages of Color #f917df

%0
%91
%10
%2

Triadic Colors of #f917df

#f917df #dff917 #17dff9

Analogous Colors of #f917df

#f917df #f9176e #a217f9

Monochromatic Colors of #f917df

#f917df

Complementary Color

#f917df #17f931

#f917df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f917df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f917df Color CSS Codes

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

#f917df Text Font Color

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

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


#f917df Background Color

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

This div background color is #f917df


#f917df Border Color

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

This div border color is #f917df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f917df


Comments

No comments written yet.

Please login to write comment.