Color Hex Logo

#f902aa Color Hex

#F902AA
(249,2,170)
0 Favorites   0 Comments

Color spaces of #f902aa

RGB 2492170
HSL0.890.980.49
HSV319°99°98°
CMYK 0.000.990.32   0.02
XYZ46.344323.085440.0435
Yxy23.08540.42330.2109
Hunter Lab48.047388.0906-15.7803
CIE-Lab55.160286.8154-20.6016

#f902aa color RGB value is (249,2,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000010 10101010
Octal 371 2 252
Decimal 249 2 170
Hex F9 2 AA

RGB Percentages of Color #f902aa

%59.14
%0.48
%40.38

CMYK Percentages of Color #f902aa

%0
%99
%32
%2

Triadic Colors of #f902aa

#f902aa #aaf902 #02aaf9

Analogous Colors of #f902aa

#f902aa #f9022f #cd02f9

Monochromatic Colors of #f902aa

#f902aa

Complementary Color

#f902aa #02f951

#f902aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f902aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f902aa Color CSS Codes

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

#f902aa Text Font Color

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

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


#f902aa Background Color

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

This div background color is #f902aa


#f902aa Border Color

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

This div border color is #f902aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f902aa


Comments

No comments written yet.

Please login to write comment.