Color Hex Logo

#f125ad Color Hex

#F125AD
(241,37,173)
0 Favorites   0 Comments

Color spaces of #f125ad

RGB 24137173
HSL0.890.880.55
HSV320°85°95°
CMYK 0.000.850.28   0.05
XYZ44.480023.041041.6382
Yxy23.04100.40750.2111
Hunter Lab48.001081.4046-17.8300
CIE-Lab55.114581.6628-22.5577

#f125ad color RGB value is (241,37,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100101 10101101
Octal 361 45 255
Decimal 241 37 173
Hex F1 25 AD

RGB Percentages of Color #f125ad

%53.44
%8.20
%38.36

CMYK Percentages of Color #f125ad

%0
%85
%28
%5

Triadic Colors of #f125ad

#f125ad #adf125 #25adf1

Analogous Colors of #f125ad

#f125ad #f12547 #cf25f1

Monochromatic Colors of #f125ad

#f125ad

Complementary Color

#f125ad #25f169

#f125ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f125ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f125ad Color CSS Codes

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

#f125ad Text Font Color

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

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


#f125ad Background Color

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

This div background color is #f125ad


#f125ad Border Color

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

This div border color is #f125ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,37,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f125ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f125ad


Comments

No comments written yet.

Please login to write comment.