Color Hex Logo

#f934aa Color Hex

#F934AA
(249,52,170)
0 Favorites   0 Comments

Color spaces of #f934aa

RGB 24952170
HSL0.900.940.59
HSV324°79°98°
CMYK 0.000.790.32   0.02
XYZ47.550625.498040.4456
Yxy25.49800.41900.2247
Hunter Lab50.495579.7225-12.1428
CIE-Lab57.557579.8677-16.9464

#f934aa color RGB value is (249,52,170).

#f934aa hex color red value is 249, green value is 52 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f934aa hue: 0.90 , saturation: 0.94 and the lightness value of f934aa is 0.59.

The process color (four color CMYK) of #f934aa color hex is 0.00, 0.79, 0.32, 0.02. Web safe color of #f934aa is #ff3399. Color #f934aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 10101010
Octal 371 64 252
Decimal 249 52 170
Hex F9 34 AA

RGB Percentages of Color #f934aa

%52.87
%11.04
%36.09

CMYK Percentages of Color #f934aa

%0
%79
%32
%2

Triadic Colors of #f934aa

#f934aa #aaf934 #34aaf9

Analogous Colors of #f934aa

#f934aa #f93448 #e634f9

Monochromatic Colors of #f934aa

#f934aa

Complementary Color

#f934aa #34f983

#f934aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f934aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f934aa Color CSS Codes

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

#f934aa Text Font Color

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

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


#f934aa Background Color

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

This div background color is #f934aa


#f934aa Border Color

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

This div border color is #f934aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f934aa


Comments

No comments written yet.

Please login to write comment.