Color Hex Logo

#f0256d Color Hex

#F0256D
(240,37,109)
0 Favorites   0 Comments

Color spaces of #f0256d

RGB 24037109
HSL0.940.870.54
HSV339°85°94°
CMYK 0.000.850.55   0.06
XYZ39.357120.952516.4379
Yxy20.95250.51280.2730
Hunter Lab45.773973.372710.7501
CIE-Lab52.897575.704312.2947

#f0256d color RGB value is (240,37,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100101 01101101
Octal 360 45 155
Decimal 240 37 109
Hex F0 25 6D

RGB Percentages of Color #f0256d

%62.18
%9.59
%28.24

CMYK Percentages of Color #f0256d

%0
%85
%55
%6

Triadic Colors of #f0256d

#f0256d #6df025 #256df0

Analogous Colors of #f0256d

#f0256d #f04225 #f025d3

Monochromatic Colors of #f0256d

#f0256d

Complementary Color

#f0256d #25f0a8

#f0256d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0256d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0256d Color CSS Codes

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

#f0256d Text Font Color

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

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


#f0256d Background Color

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

This div background color is #f0256d


#f0256d Border Color

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

This div border color is #f0256d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0256d


Comments

No comments written yet.

Please login to write comment.