Color Hex Logo

#f918aa Color Hex

#F918AA
(249,24,170)
0 Favorites   0 Comments

Color spaces of #f918aa

RGB 24924170
HSL0.890.950.54
HSV321°90°98°
CMYK 0.000.900.32   0.02
XYZ46.649323.695340.1452
Yxy23.69530.42220.2145
Hunter Lab48.677885.8753-14.8227
CIE-Lab55.781484.9991-19.6517

#f918aa color RGB value is (249,24,170).

#f918aa hex color red value is 249, green value is 24 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f918aa hue: 0.89 , saturation: 0.95 and the lightness value of f918aa is 0.54.

The process color (four color CMYK) of #f918aa color hex is 0.00, 0.90, 0.32, 0.02. Web safe color of #f918aa is #ff0099. Color #f918aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011000 10101010
Octal 371 30 252
Decimal 249 24 170
Hex F9 18 AA

RGB Percentages of Color #f918aa

%56.21
%5.42
%38.37

CMYK Percentages of Color #f918aa

%0
%90
%32
%2

Triadic Colors of #f918aa

#f918aa #aaf918 #18aaf9

Analogous Colors of #f918aa

#f918aa #f91839 #d818f9

Monochromatic Colors of #f918aa

#f918aa

Complementary Color

#f918aa #18f967

#f918aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f918aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f918aa Color CSS Codes

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

#f918aa Text Font Color

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

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


#f918aa Background Color

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

This div background color is #f918aa


#f918aa Border Color

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

This div border color is #f918aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f918aa


Comments

No comments written yet.

Please login to write comment.