Color Hex Logo

#f0257f Color Hex

#F0257F
(240,37,127)
0 Favorites   0 Comments

Color spaces of #f0257f

RGB 24037127
HSL0.930.870.54
HSV333°85°94°
CMYK 0.000.850.47   0.06
XYZ40.427521.380722.0748
Yxy21.38070.48200.2549
Hunter Lab46.239375.14584.0622
CIE-Lab53.363777.04322.1003

#f0257f color RGB value is (240,37,127).

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

The process color (four color CMYK) of #f0257f color hex is 0.00, 0.85, 0.47, 0.06. Web safe color of #f0257f is #ff3366. Color #f0257f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100101 01111111
Octal 360 45 177
Decimal 240 37 127
Hex F0 25 7F

RGB Percentages of Color #f0257f

%59.41
%9.16
%31.44

CMYK Percentages of Color #f0257f

%0
%85
%47
%6

Triadic Colors of #f0257f

#f0257f #7ff025 #257ff0

Analogous Colors of #f0257f

#f0257f #f03125 #f025e5

Monochromatic Colors of #f0257f

#f0257f

Complementary Color

#f0257f #25f096

#f0257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0257f Color CSS Codes

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

#f0257f Text Font Color

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

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


#f0257f Background Color

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

This div background color is #f0257f


#f0257f Border Color

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

This div border color is #f0257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0257f


Comments

No comments written yet.

Please login to write comment.