Color Hex Logo

#f41472 Color Hex

#F41472
(244,20,114)
0 Favorites   0 Comments

Color spaces of #f41472

RGB 24420114
HSL0.930.910.52
HSV335°92°96°
CMYK 0.000.920.53   0.04
XYZ40.595620.948317.8234
Yxy20.94830.51150.2639
Hunter Lab45.769378.22638.9499
CIE-Lab52.892979.59309.3751

#f41472 color RGB value is (244,20,114).

#f41472 hex color red value is 244, green value is 20 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f41472 hue: 0.93 , saturation: 0.91 and the lightness value of f41472 is 0.52.

The process color (four color CMYK) of #f41472 color hex is 0.00, 0.92, 0.53, 0.04. Web safe color of #f41472 is #ff0066. Color #f41472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010100 01110010
Octal 364 24 162
Decimal 244 20 114
Hex F4 14 72

RGB Percentages of Color #f41472

%64.55
%5.29
%30.16

CMYK Percentages of Color #f41472

%0
%92
%53
%4

Triadic Colors of #f41472

#f41472 #72f414 #1472f4

Analogous Colors of #f41472

#f41472 #f42614 #f414e2

Monochromatic Colors of #f41472

#f41472

Complementary Color

#f41472 #14f496

#f41472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41472 Color CSS Codes

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

#f41472 Text Font Color

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

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


#f41472 Background Color

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

This div background color is #f41472


#f41472 Border Color

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

This div border color is #f41472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41472


Comments

No comments written yet.

Please login to write comment.