Color Hex Logo

#f401df Color Hex

#F401DF
(244,1,223)
0 Favorites   0 Comments

Color spaces of #f401df

RGB 2441223
HSL0.850.990.48
HSV305°100°96°
CMYK 0.001.000.09   0.04
XYZ50.638424.582571.8880
Yxy24.58250.34420.1671
Hunter Lab49.580795.5415-51.2591
CIE-Lab56.666392.1209-48.8653

#f401df color RGB value is (244,1,223).

#f401df hex color red value is 244, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f401df hue: 0.85 , saturation: 0.99 and the lightness value of f401df is 0.48.

The process color (four color CMYK) of #f401df color hex is 0.00, 1.00, 0.09, 0.04. Web safe color of #f401df is #ff00cc. Color #f401df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000001 11011111
Octal 364 1 337
Decimal 244 1 223
Hex F4 1 DF

RGB Percentages of Color #f401df

%52.14
%0.21
%47.65

CMYK Percentages of Color #f401df

%0
%100
%9
%4

Triadic Colors of #f401df

#f401df #dff401 #01dff4

Analogous Colors of #f401df

#f401df #f40166 #9001f4

Monochromatic Colors of #f401df

#f401df

Complementary Color

#f401df #01f416

#f401df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f401df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f401df Color CSS Codes

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

#f401df Text Font Color

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

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


#f401df Background Color

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

This div background color is #f401df


#f401df Border Color

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

This div border color is #f401df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f401df


Comments

No comments written yet.

Please login to write comment.