Color Hex Logo

#f025bf Color Hex

#F025BF
(240,37,191)
0 Favorites   0 Comments

Color spaces of #f025bf

RGB 24037191
HSL0.870.870.54
HSV314°85°94°
CMYK 0.000.850.20   0.06
XYZ46.000723.610051.4229
Yxy23.61000.38010.1951
Hunter Lab48.590183.9548-28.7335
CIE-Lab55.695283.5344-32.1379

#f025bf color RGB value is (240,37,191).

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

The process color (four color CMYK) of #f025bf color hex is 0.00, 0.85, 0.20, 0.06. Web safe color of #f025bf is #ff33cc. Color #f025bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100101 10111111
Octal 360 45 277
Decimal 240 37 191
Hex F0 25 BF

RGB Percentages of Color #f025bf

%51.28
%7.91
%40.81

CMYK Percentages of Color #f025bf

%0
%85
%20
%6

Triadic Colors of #f025bf

#f025bf #bff025 #25bff0

Analogous Colors of #f025bf

#f025bf #f02559 #bc25f0

Monochromatic Colors of #f025bf

#f025bf

Complementary Color

#f025bf #25f056

#f025bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f025bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f025bf Color CSS Codes

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

#f025bf Text Font Color

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

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


#f025bf Background Color

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

This div background color is #f025bf


#f025bf Border Color

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

This div border color is #f025bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f025bf


Comments

No comments written yet.

Please login to write comment.