Color spaces of #f40596
RGB | 244 | 5 | 150 |
---|---|---|---|
HSL | 0.90 | 0.96 | 0.49 |
HSV | 324° | 98° | 96° |
CMYK | 0.00 | 0.98 | 0.39 0.04 |
XYZ | 42.8675 | 21.5436 | 30.7531 |
Yxy | 21.5436 | 0.4505 | 0.2264 |
Hunter Lab | 46.4151 | 83.6305 | -6.7930 |
CIE-Lab | 53.5394 | 83.7035 | -11.3264 |
#f40596 color RGB value is (244,5,150).
#f40596 hex color red value is 244, green value is 5 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f40596 hue: 0.90 , saturation: 0.96 and the lightness value of f40596 is 0.49.
The process color (four color CMYK) of #f40596 color hex is 0.00, 0.98, 0.39, 0.04. Web safe color of #f40596 is #ff0099. Color #f40596 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00000101 | 10010110 |
Octal | 364 | 5 | 226 |
Decimal | 244 | 5 | 150 |
Hex | F4 | 5 | 96 |
Shades of #f40596
Tints of #f40596
RGB Percentages of Color #f40596
CMYK Percentages of Color #f40596
Complementary Color
#f40596 | #05f463 |
#f40596 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f40596 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f40596 Color CSS Codes
.mybgcolor {background-color:#f40596; } .myforecolor {color:#f40596; } .mybordercolor {border:3px solid #f40596; }
#f40596 Text Font Color
<p style="color:#f40596">Text here</p>
This sample text font color is #f40596
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.
#f40596 Background Color
<div style="background-color:#f40596">
Div content here</div>
This div background color is #f40596
#f40596 Border Color
<div style="border:3px solid #f40596">
Div here</div>
This div border color is #f40596
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,5,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f40596; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f40596; -webkit-box-shadow: 1px 1px 3px 2px #f40596; box-shadow: 1px 1px 3px 2px #f40596; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,5,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 #f40596">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f40596; -webkit-box-shadow: 1px 1px 3px 2px #f40596; box-shadow: 1px 1px 3px 2px #f40596;">
Div content here</div>
This div box has shadow with color #f40596
Comments
No comments written yet.
Please login to write comment.