Color Hex Logo

#f01496 Color Hex

#F01496
(240,20,150)
0 Favorites   0 Comments

Color spaces of #f01496

RGB 24020150
HSL0.900.880.51
HSV325°92°94°
CMYK 0.000.920.38   0.06
XYZ41.690421.227630.7542
Yxy21.22760.44510.2266
Hunter Lab46.073480.8906-7.3249
CIE-Lab53.197781.6340-11.9171

#f01496 color RGB value is (240,20,150).

#f01496 hex color red value is 240, green value is 20 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f01496 hue: 0.90 , saturation: 0.88 and the lightness value of f01496 is 0.51.

The process color (four color CMYK) of #f01496 color hex is 0.00, 0.92, 0.38, 0.06. Web safe color of #f01496 is #ff0099. Color #f01496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010100 10010110
Octal 360 24 226
Decimal 240 20 150
Hex F0 14 96

RGB Percentages of Color #f01496

%58.54
%4.88
%36.59

CMYK Percentages of Color #f01496

%0
%92
%38
%6

Triadic Colors of #f01496

#f01496 #96f014 #1496f0

Analogous Colors of #f01496

#f01496 #f01428 #dc14f0

Monochromatic Colors of #f01496

#f01496

Complementary Color

#f01496 #14f06e

#f01496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01496 Color CSS Codes

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

#f01496 Text Font Color

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

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


#f01496 Background Color

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

This div background color is #f01496


#f01496 Border Color

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

This div border color is #f01496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01496


Comments

No comments written yet.

Please login to write comment.