Color Hex Logo

#f125fa Color Hex

#F125FA
(241,37,250)
0 Favorites   0 Comments

Color spaces of #f125fa

RGB 24137250
HSL0.830.960.56
HSV297°85°98°
CMYK 0.040.850.00   0.02
XYZ54.192526.926092.7835
Yxy26.92600.31160.1548
Hunter Lab51.890395.6116-69.6916
CIE-Lab58.905891.7376-60.4646

#f125fa color RGB value is (241,37,250).

#f125fa hex color red value is 241, green value is 37 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f125fa hue: 0.83 , saturation: 0.96 and the lightness value of f125fa is 0.56.

The process color (four color CMYK) of #f125fa color hex is 0.04, 0.85, 0.00, 0.02. Web safe color of #f125fa is #ff33ff. Color #f125fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100101 11111010
Octal 361 45 372
Decimal 241 37 250
Hex F1 25 FA

RGB Percentages of Color #f125fa

%45.64
%7.01
%47.35

CMYK Percentages of Color #f125fa

%4
%85
%0
%2

Triadic Colors of #f125fa

#f125fa #faf125 #25faf1

Analogous Colors of #f125fa

#f125fa #fa2599 #8725fa

Monochromatic Colors of #f125fa

#f125fa

Complementary Color

#f125fa #2efa25

#f125fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f125fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f125fa Color CSS Codes

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

#f125fa Text Font Color

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

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


#f125fa Background Color

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

This div background color is #f125fa


#f125fa Border Color

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

This div border color is #f125fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f125fa


Comments

No comments written yet.

Please login to write comment.