Color Hex Logo

#f25baf Color Hex

#F25BAF
(242,91,175)
0 Favorites   0 Comments

Color spaces of #f25baf

RGB 24291175
HSL0.910.850.65
HSV327°62°95°
CMYK 0.000.620.28   0.05
XYZ48.096929.454643.7078
Yxy29.45460.39660.2429
Hunter Lab54.272163.2137-9.7585
CIE-Lab61.180865.7643-14.4651

#f25baf color RGB value is (242,91,175).

#f25baf hex color red value is 242, green value is 91 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f25baf hue: 0.91 , saturation: 0.85 and the lightness value of f25baf is 0.65.

The process color (four color CMYK) of #f25baf color hex is 0.00, 0.62, 0.28, 0.05. Web safe color of #f25baf is #ff6699. Color #f25baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011011 10101111
Octal 362 133 257
Decimal 242 91 175
Hex F2 5B AF

RGB Percentages of Color #f25baf

%47.64
%17.91
%34.45

CMYK Percentages of Color #f25baf

%0
%62
%28
%5

Triadic Colors of #f25baf

#f25baf #aff25b #5baff2

Analogous Colors of #f25baf

#f25baf #f25b63 #ea5bf2

Monochromatic Colors of #f25baf

#f25baf

Complementary Color

#f25baf #5bf29e

#f25baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25baf Color CSS Codes

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

#f25baf Text Font Color

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

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


#f25baf Background Color

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

This div background color is #f25baf


#f25baf Border Color

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

This div border color is #f25baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,91,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f25baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f25baf;
  -webkit-box-shadow: 1px 1px 3px 2px #f25baf;
  box-shadow:         1px 1px 3px 2px #f25baf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,91,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25baf


Comments

No comments written yet.

Please login to write comment.