Color Hex Logo

#f925aa Color Hex

#F925AA
(249,37,170)
0 Favorites   0 Comments

Color spaces of #f925aa

RGB 24937170
HSL0.900.950.56
HSV322°85°98°
CMYK 0.000.850.32   0.02
XYZ46.984224.365240.2568
Yxy24.36520.42100.2183
Hunter Lab49.361183.5226-13.8016
CIE-Lab56.451683.0520-18.6290

#f925aa color RGB value is (249,37,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100101 10101010
Octal 371 45 252
Decimal 249 37 170
Hex F9 25 AA

RGB Percentages of Color #f925aa

%54.61
%8.11
%37.28

CMYK Percentages of Color #f925aa

%0
%85
%32
%2

Triadic Colors of #f925aa

#f925aa #aaf925 #25aaf9

Analogous Colors of #f925aa

#f925aa #f92540 #de25f9

Monochromatic Colors of #f925aa

#f925aa

Complementary Color

#f925aa #25f974

#f925aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f925aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f925aa Color CSS Codes

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

#f925aa Text Font Color

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

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


#f925aa Background Color

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

This div background color is #f925aa


#f925aa Border Color

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

This div border color is #f925aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f925aa


Comments

No comments written yet.

Please login to write comment.