Color Hex Logo

#f0459c Color Hex

#F0459C
(240,69,156)
0 Favorites   0 Comments

Color spaces of #f0459c

RGB 24069156
HSL0.920.850.61
HSV329°71°94°
CMYK 0.000.710.35   0.06
XYZ44.064125.181833.9906
Yxy25.18180.42680.2439
Hunter Lab50.181568.9224-5.0333
CIE-Lab57.252171.2354-9.3771

#f0459c color RGB value is (240,69,156).

#f0459c hex color red value is 240, green value is 69 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #f0459c hue: 0.92 , saturation: 0.85 and the lightness value of f0459c is 0.61.

The process color (four color CMYK) of #f0459c color hex is 0.00, 0.71, 0.35, 0.06. Web safe color of #f0459c is #ff3399. Color #f0459c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 10011100
Octal 360 105 234
Decimal 240 69 156
Hex F0 45 9C

RGB Percentages of Color #f0459c

%51.61
%14.84
%33.55

CMYK Percentages of Color #f0459c

%0
%71
%35
%6

Triadic Colors of #f0459c

#f0459c #9cf045 #459cf0

Analogous Colors of #f0459c

#f0459c #f04546 #ef45f0

Monochromatic Colors of #f0459c

#f0459c

Complementary Color

#f0459c #45f099

#f0459c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0459c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0459c Color CSS Codes

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

#f0459c Text Font Color

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

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


#f0459c Background Color

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

This div background color is #f0459c


#f0459c Border Color

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

This div border color is #f0459c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0459c


Comments

No comments written yet.

Please login to write comment.