color codes Logo

#f41fdf color codes

#F41FDF
(244,31,223)
0 Favorites   0 Comments

Color spaces of #f41fdf

RGB 24431223
HSL0.850.910.54
HSV306°87°96°
CMYK 0.000.870.09   0.04
XYZ51.117525.540872.0477
Yxy25.54080.34370.1718
Hunter Lab50.537992.1058-49.1483
CIE-Lab57.598689.3769-47.3869

#f41fdf color RGB value is (244,31,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011111 11011111
Octal 364 37 337
Decimal 244 31 223
Hex F4 1F DF

RGB Percentages of Color #f41fdf

%49.00
%6.22
%44.78

CMYK Percentages of Color #f41fdf

%0
%87
%9
%4

Triadic Colors of #f41fdf

#f41fdf #dff41f #1fdff4

Analogous Colors of #f41fdf

#f41fdf #f41f75 #9f1ff4

Monochromatic Colors of #f41fdf

#f41fdf

Complementary Color

#f41fdf #1ff434

#f41fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41fdf Color CSS Codes

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

#f41fdf Text Font Color

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

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


#f41fdf Background Color

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

This div background color is #f41fdf


#f41fdf Border Color

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

This div border color is #f41fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41fdf


Comments

No comments written yet.

Please login to write comment.