Color Hex Logo

#f451aa Color Hex

#F451AA
(244,81,170)
0 Favorites   0 Comments

Color spaces of #f451aa

RGB 24481170
HSL0.910.880.64
HSV327°67°96°
CMYK 0.000.670.30   0.04
XYZ47.506428.020240.9348
Yxy28.02020.40790.2406
Hunter Lab52.934167.5624-8.7960
CIE-Lab59.907069.6174-13.4728

#f451aa color RGB value is (244,81,170).

#f451aa hex color red value is 244, green value is 81 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f451aa hue: 0.91 , saturation: 0.88 and the lightness value of f451aa is 0.64.

The process color (four color CMYK) of #f451aa color hex is 0.00, 0.67, 0.30, 0.04. Web safe color of #f451aa is #ff6699. Color #f451aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010001 10101010
Octal 364 121 252
Decimal 244 81 170
Hex F4 51 AA

RGB Percentages of Color #f451aa

%49.29
%16.36
%34.34

CMYK Percentages of Color #f451aa

%0
%67
%30
%4

Triadic Colors of #f451aa

#f451aa #aaf451 #51aaf4

Analogous Colors of #f451aa

#f451aa #f45158 #ed51f4

Monochromatic Colors of #f451aa

#f451aa

Complementary Color

#f451aa #51f49b

#f451aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f451aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f451aa Color CSS Codes

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

#f451aa Text Font Color

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

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


#f451aa Background Color

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

This div background color is #f451aa


#f451aa Border Color

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

This div border color is #f451aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f451aa


Comments

No comments written yet.

Please login to write comment.