Color Hex Logo

#f41864 Color Hex

#F41864
(244,24,100)
0 Favorites   0 Comments

Color spaces of #f41864

RGB 24424100
HSL0.940.910.53
HSV339°90°96°
CMYK 0.000.900.59   0.04
XYZ39.935120.806513.9678
Yxy20.80650.53450.2785
Hunter Lab45.614176.451713.7743
CIE-Lab52.737178.211217.6444

#f41864 color RGB value is (244,24,100).

#f41864 hex color red value is 244, green value is 24 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f41864 hue: 0.94 , saturation: 0.91 and the lightness value of f41864 is 0.53.

The process color (four color CMYK) of #f41864 color hex is 0.00, 0.90, 0.59, 0.04. Web safe color of #f41864 is #ff0066. Color #f41864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011000 01100100
Octal 364 30 144
Decimal 244 24 100
Hex F4 18 64

RGB Percentages of Color #f41864

%66.30
%6.52
%27.17

CMYK Percentages of Color #f41864

%0
%90
%59
%4

Triadic Colors of #f41864

#f41864 #64f418 #1864f4

Analogous Colors of #f41864

#f41864 #f43a18 #f418d2

Monochromatic Colors of #f41864

#f41864

Complementary Color

#f41864 #18f4a8

#f41864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41864 Color CSS Codes

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

#f41864 Text Font Color

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

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


#f41864 Background Color

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

This div background color is #f41864


#f41864 Border Color

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

This div border color is #f41864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41864


Comments

No comments written yet.

Please login to write comment.