Color spaces of #f40caf
RGB | 244 | 12 | 175 |
---|---|---|---|
HSL | 0.88 | 0.91 | 0.50 |
HSV | 318° | 95° | 96° |
CMYK | 0.00 | 0.95 | 0.28 0.04 |
XYZ | 45.1776 | 22.5912 | 42.5369 |
Yxy | 22.5912 | 0.4096 | 0.2048 |
Hunter Lab | 47.5302 | 86.4869 | -19.7901 |
CIE-Lab | 54.6487 | 85.6894 | -24.3978 |
#f40caf color RGB value is (244,12,175).
#f40caf hex color red value is 244, green value is 12 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f40caf hue: 0.88 , saturation: 0.91 and the lightness value of f40caf is 0.50.
The process color (four color CMYK) of #f40caf color hex is 0.00, 0.95, 0.28, 0.04. Web safe color of #f40caf is #ff0099. Color #f40caf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00001100 | 10101111 |
Octal | 364 | 14 | 257 |
Decimal | 244 | 12 | 175 |
Hex | F4 | C | AF |
Shades of #f40caf
Tints of #f40caf
RGB Percentages of Color #f40caf
CMYK Percentages of Color #f40caf
Complementary Color
#f40caf | #0cf451 |
#f40caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f40caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f40caf Color CSS Codes
.mybgcolor {background-color:#f40caf; } .myforecolor {color:#f40caf; } .mybordercolor {border:3px solid #f40caf; }
#f40caf Text Font Color
<p style="color:#f40caf">Text here</p>
This sample text font color is #f40caf
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.
#f40caf Background Color
<div style="background-color:#f40caf">
Div content here</div>
This div background color is #f40caf
#f40caf Border Color
<div style="border:3px solid #f40caf">
Div here</div>
This div border color is #f40caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,12,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f40caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f40caf; -webkit-box-shadow: 1px 1px 3px 2px #f40caf; box-shadow: 1px 1px 3px 2px #f40caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,12,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f40caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f40caf; -webkit-box-shadow: 1px 1px 3px 2px #f40caf; box-shadow: 1px 1px 3px 2px #f40caf;">
Div content here</div>
This div box has shadow with color #f40caf
Comments
No comments written yet.
Please login to write comment.