Color Hex Logo

#f41fcb Color Hex

#F41FCB
(244,31,203)
0 Favorites   0 Comments

Color spaces of #f41fcb

RGB 24431203
HSL0.870.910.54
HSV312°87°96°
CMYK 0.000.870.17   0.04
XYZ48.577724.524958.6734
Yxy24.52490.36860.1861
Hunter Lab49.522688.4295-35.5798
CIE-Lab56.609586.7910-37.5621

#f41fcb color RGB value is (244,31,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011111 11001011
Octal 364 37 313
Decimal 244 31 203
Hex F4 1F CB

RGB Percentages of Color #f41fcb

%51.05
%6.49
%42.47

CMYK Percentages of Color #f41fcb

%0
%87
%17
%4

Triadic Colors of #f41fcb

#f41fcb #cbf41f #1fcbf4

Analogous Colors of #f41fcb

#f41fcb #f41f60 #b31ff4

Monochromatic Colors of #f41fcb

#f41fcb

Complementary Color

#f41fcb #1ff448

#f41fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41fcb Color CSS Codes

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

#f41fcb Text Font Color

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

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


#f41fcb Background Color

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

This div background color is #f41fcb


#f41fcb Border Color

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

This div border color is #f41fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41fcb


Comments

No comments written yet.

Please login to write comment.