Color Hex Logo

#f424ad Color Hex

#F424AD
(244,36,173)
0 Favorites   0 Comments

Color spaces of #f424ad

RGB 24436173
HSL0.890.900.55
HSV320°85°96°
CMYK 0.000.850.29   0.04
XYZ45.481923.512041.6763
Yxy23.51200.41100.2125
Hunter Lab48.489282.5735-17.0172
CIE-Lab55.595882.4812-21.7722

#f424ad color RGB value is (244,36,173).

#f424ad hex color red value is 244, green value is 36 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f424ad hue: 0.89 , saturation: 0.90 and the lightness value of f424ad is 0.55.

The process color (four color CMYK) of #f424ad color hex is 0.00, 0.85, 0.29, 0.04. Web safe color of #f424ad is #ff3399. Color #f424ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100100 10101101
Octal 364 44 255
Decimal 244 36 173
Hex F4 24 AD

RGB Percentages of Color #f424ad

%53.86
%7.95
%38.19

CMYK Percentages of Color #f424ad

%0
%85
%29
%4

Triadic Colors of #f424ad

#f424ad #adf424 #24adf4

Analogous Colors of #f424ad

#f424ad #f42445 #d324f4

Monochromatic Colors of #f424ad

#f424ad

Complementary Color

#f424ad #24f46b

#f424ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f424ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f424ad Color CSS Codes

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

#f424ad Text Font Color

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

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


#f424ad Background Color

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

This div background color is #f424ad


#f424ad Border Color

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

This div border color is #f424ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f424ad


Comments

No comments written yet.

Please login to write comment.