Color Hex Logo

#f252aa Color Hex

#F252AA
(242,82,170)
0 Favorites   0 Comments

Color spaces of #f252aa

RGB 24282170
HSL0.910.860.64
HSV327°66°95°
CMYK 0.000.660.30   0.05
XYZ46.890927.814140.9274
Yxy27.81410.40550.2405
Hunter Lab52.739166.4130-9.0938
CIE-Lab59.720468.7004-13.7858

#f252aa color RGB value is (242,82,170).

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

The process color (four color CMYK) of #f252aa color hex is 0.00, 0.66, 0.30, 0.05. Web safe color of #f252aa is #ff6699. Color #f252aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010010 10101010
Octal 362 122 252
Decimal 242 82 170
Hex F2 52 AA

RGB Percentages of Color #f252aa

%48.99
%16.60
%34.41

CMYK Percentages of Color #f252aa

%0
%66
%30
%5

Triadic Colors of #f252aa

#f252aa #aaf252 #52aaf2

Analogous Colors of #f252aa

#f252aa #f2525a #ea52f2

Monochromatic Colors of #f252aa

#f252aa

Complementary Color

#f252aa #52f29a

#f252aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f252aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f252aa Color CSS Codes

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

#f252aa Text Font Color

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

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


#f252aa Background Color

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

This div background color is #f252aa


#f252aa Border Color

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

This div border color is #f252aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f252aa


Comments

No comments written yet.

Please login to write comment.