Color Hex Logo

#f481aa Color Hex

#F481AA
(244,129,170)
0 Favorites   0 Comments

Color spaces of #f481aa

RGB 244129170
HSL0.940.840.73
HSV339°47°96°
CMYK 0.000.470.30   0.04
XYZ52.414237.835942.5707
Yxy37.83590.39460.2849
Hunter Lab61.510944.45802.0240
CIE-Lab67.899548.3860-1.5904

#f481aa color RGB value is (244,129,170).

#f481aa hex color red value is 244, green value is 129 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f481aa hue: 0.94 , saturation: 0.84 and the lightness value of f481aa is 0.73.

The process color (four color CMYK) of #f481aa color hex is 0.00, 0.47, 0.30, 0.04. Web safe color of #f481aa is #ff9999. Color #f481aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000001 10101010
Octal 364 201 252
Decimal 244 129 170
Hex F4 81 AA

RGB Percentages of Color #f481aa

%44.94
%23.76
%31.31

CMYK Percentages of Color #f481aa

%0
%47
%30
%4

Triadic Colors of #f481aa

#f481aa #aaf481 #81aaf4

Analogous Colors of #f481aa

#f481aa #f49281 #f481e4

Monochromatic Colors of #f481aa

#f481aa

Complementary Color

#f481aa #81f4cb

#f481aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f481aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f481aa Color CSS Codes

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

#f481aa Text Font Color

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

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


#f481aa Background Color

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

This div background color is #f481aa


#f481aa Border Color

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

This div border color is #f481aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f481aa

Related Colors


Comments

No comments written yet.

Please login to write comment.