Color Hex Logo

#f41fdd Color Hex

#F41FDD
(244,31,221)
0 Favorites   0 Comments

Color spaces of #f41fdd

RGB 24431221
HSL0.850.910.54
HSV306°87°96°
CMYK 0.000.870.09   0.04
XYZ50.849425.433570.6357
Yxy25.43350.34610.1731
Hunter Lab50.431691.7233-47.7408
CIE-Lab57.495489.1097-46.4188

#f41fdd color RGB value is (244,31,221).

#f41fdd hex color red value is 244, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f41fdd hue: 0.85 , saturation: 0.91 and the lightness value of f41fdd is 0.54.

The process color (four color CMYK) of #f41fdd color hex is 0.00, 0.87, 0.09, 0.04. Web safe color of #f41fdd is #ff33cc. Color #f41fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011111 11011101
Octal 364 37 335
Decimal 244 31 221
Hex F4 1F DD

RGB Percentages of Color #f41fdd

%49.19
%6.25
%44.56

CMYK Percentages of Color #f41fdd

%0
%87
%9
%4

Triadic Colors of #f41fdd

#f41fdd #ddf41f #1fddf4

Analogous Colors of #f41fdd

#f41fdd #f41f73 #a11ff4

Monochromatic Colors of #f41fdd

#f41fdd

Complementary Color

#f41fdd #1ff436

#f41fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41fdd Color CSS Codes

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

#f41fdd Text Font Color

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

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


#f41fdd Background Color

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

This div background color is #f41fdd


#f41fdd Border Color

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

This div border color is #f41fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,31,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41fdd


Comments

No comments written yet.

Please login to write comment.