Color Hex Logo

#f318aa Color Hex

#F318AA
(243,24,170)
0 Favorites   0 Comments

Color spaces of #f318aa

RGB 24324170
HSL0.890.900.52
HSV320°90°95°
CMYK 0.000.900.30   0.05
XYZ44.544522.610240.0467
Yxy22.61020.41550.2109
Hunter Lab47.550284.0041-16.6488
CIE-Lab54.668583.7728-21.4531

#f318aa color RGB value is (243,24,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011000 10101010
Octal 363 30 252
Decimal 243 24 170
Hex F3 18 AA

RGB Percentages of Color #f318aa

%55.61
%5.49
%38.90

CMYK Percentages of Color #f318aa

%0
%90
%30
%5

Triadic Colors of #f318aa

#f318aa #aaf318 #18aaf3

Analogous Colors of #f318aa

#f318aa #f3183d #cf18f3

Monochromatic Colors of #f318aa

#f318aa

Complementary Color

#f318aa #18f361

#f318aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f318aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f318aa Color CSS Codes

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

#f318aa Text Font Color

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

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


#f318aa Background Color

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

This div background color is #f318aa


#f318aa Border Color

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

This div border color is #f318aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f318aa


Comments

No comments written yet.

Please login to write comment.