Color Hex Logo

#f410ad Color Hex

#F410AD
(244,16,173)
0 Favorites   0 Comments

Color spaces of #f410ad

RGB 24416173
HSL0.890.910.51
HSV319°93°96°
CMYK 0.000.930.29   0.04
XYZ45.036322.620841.5277
Yxy22.62080.41250.2072
Hunter Lab47.561385.7911-18.4755
CIE-Lab54.679685.1493-23.1791

#f410ad color RGB value is (244,16,173).

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

The process color (four color CMYK) of #f410ad color hex is 0.00, 0.93, 0.29, 0.04. Web safe color of #f410ad is #ff0099. Color #f410ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010000 10101101
Octal 364 20 255
Decimal 244 16 173
Hex F4 10 AD

RGB Percentages of Color #f410ad

%56.35
%3.70
%39.95

CMYK Percentages of Color #f410ad

%0
%93
%29
%4

Triadic Colors of #f410ad

#f410ad #adf410 #10adf4

Analogous Colors of #f410ad

#f410ad #f4103b #c910f4

Monochromatic Colors of #f410ad

#f410ad

Complementary Color

#f410ad #10f457

#f410ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f410ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f410ad Color CSS Codes

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

#f410ad Text Font Color

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

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


#f410ad Background Color

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

This div background color is #f410ad


#f410ad Border Color

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

This div border color is #f410ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f410ad


Comments

No comments written yet.

Please login to write comment.