Color Hex Logo

#f025aa Color Hex

#F025AA
(240,37,170)
0 Favorites   0 Comments

Color spaces of #f025aa

RGB 24037170
HSL0.890.870.54
HSV321°85°94°
CMYK 0.000.850.29   0.06
XYZ43.852422.750740.1102
Yxy22.75070.41090.2132
Hunter Lab47.697780.6387-16.4701
CIE-Lab54.814681.1212-21.2769

#f025aa color RGB value is (240,37,170).

#f025aa hex color red value is 240, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f025aa hue: 0.89 , saturation: 0.87 and the lightness value of f025aa is 0.54.

The process color (four color CMYK) of #f025aa color hex is 0.00, 0.85, 0.29, 0.06. Web safe color of #f025aa is #ff3399. Color #f025aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100101 10101010
Octal 360 45 252
Decimal 240 37 170
Hex F0 25 AA

RGB Percentages of Color #f025aa

%53.69
%8.28
%38.03

CMYK Percentages of Color #f025aa

%0
%85
%29
%6

Triadic Colors of #f025aa

#f025aa #aaf025 #25aaf0

Analogous Colors of #f025aa

#f025aa #f02545 #d125f0

Monochromatic Colors of #f025aa

#f025aa

Complementary Color

#f025aa #25f06b

#f025aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f025aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f025aa Color CSS Codes

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

#f025aa Text Font Color

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

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


#f025aa Background Color

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

This div background color is #f025aa


#f025aa Border Color

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

This div border color is #f025aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f025aa


Comments

No comments written yet.

Please login to write comment.