Color Hex Logo

#f125aa Color Hex

#F125AA
(241,37,170)
0 Favorites   0 Comments

Color spaces of #f125aa

RGB 24137170
HSL0.890.880.55
HSV321°85°95°
CMYK 0.000.850.29   0.05
XYZ44.192922.926240.1262
Yxy22.92620.41210.2138
Hunter Lab47.881380.9574-16.1702
CIE-Lab54.996281.3357-20.9828

#f125aa color RGB value is (241,37,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100101 10101010
Octal 361 45 252
Decimal 241 37 170
Hex F1 25 AA

RGB Percentages of Color #f125aa

%53.79
%8.26
%37.95

CMYK Percentages of Color #f125aa

%0
%85
%29
%5

Triadic Colors of #f125aa

#f125aa #aaf125 #25aaf1

Analogous Colors of #f125aa

#f125aa #f12544 #d225f1

Monochromatic Colors of #f125aa

#f125aa

Complementary Color

#f125aa #25f16c

#f125aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f125aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f125aa Color CSS Codes

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

#f125aa Text Font Color

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

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


#f125aa Background Color

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

This div background color is #f125aa


#f125aa Border Color

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

This div border color is #f125aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f125aa


Comments

No comments written yet.

Please login to write comment.