Color Hex Logo

#f218aa Color Hex

#F218AA
(242,24,170)
0 Favorites   0 Comments

Color spaces of #f218aa

RGB 24224170
HSL0.890.890.52
HSV320°90°95°
CMYK 0.000.900.30   0.05
XYZ44.200322.432840.0306
Yxy22.43280.41440.2103
Hunter Lab47.363383.6938-16.9566
CIE-Lab54.483283.5686-21.7534

#f218aa color RGB value is (242,24,170).

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

The process color (four color CMYK) of #f218aa color hex is 0.00, 0.90, 0.30, 0.05. Web safe color of #f218aa is #ff0099. Color #f218aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011000 10101010
Octal 362 30 252
Decimal 242 24 170
Hex F2 18 AA

RGB Percentages of Color #f218aa

%55.50
%5.50
%38.99

CMYK Percentages of Color #f218aa

%0
%90
%30
%5

Triadic Colors of #f218aa

#f218aa #aaf218 #18aaf2

Analogous Colors of #f218aa

#f218aa #f2183d #cd18f2

Monochromatic Colors of #f218aa

#f218aa

Complementary Color

#f218aa #18f260

#f218aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f218aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f218aa Color CSS Codes

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

#f218aa Text Font Color

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

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


#f218aa Background Color

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

This div background color is #f218aa


#f218aa Border Color

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

This div border color is #f218aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f218aa


Comments

No comments written yet.

Please login to write comment.