Color Hex Logo

#f0428c Color Hex

#F0428C
(240,66,140)
0 Favorites   0 Comments

Color spaces of #f0428c

RGB 24066140
HSL0.930.850.60
HSV334°73°94°
CMYK 0.000.730.42   0.06
XYZ42.617024.315127.2581
Yxy24.31510.45250.2581
Hunter Lab49.310367.97751.7425
CIE-Lab56.401970.6167-1.2188

#f0428c color RGB value is (240,66,140).

#f0428c hex color red value is 240, green value is 66 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #f0428c hue: 0.93 , saturation: 0.85 and the lightness value of f0428c is 0.60.

The process color (four color CMYK) of #f0428c color hex is 0.00, 0.73, 0.42, 0.06. Web safe color of #f0428c is #ff3399. Color #f0428c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000010 10001100
Octal 360 102 214
Decimal 240 66 140
Hex F0 42 8C

RGB Percentages of Color #f0428c

%53.81
%14.80
%31.39

CMYK Percentages of Color #f0428c

%0
%73
%42
%6

Triadic Colors of #f0428c

#f0428c #8cf042 #428cf0

Analogous Colors of #f0428c

#f0428c #f04f42 #f042e3

Monochromatic Colors of #f0428c

#f0428c

Complementary Color

#f0428c #42f0a6

#f0428c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0428c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0428c Color CSS Codes

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

#f0428c Text Font Color

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

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


#f0428c Background Color

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

This div background color is #f0428c


#f0428c Border Color

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

This div border color is #f0428c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0428c


Comments

No comments written yet.

Please login to write comment.