Color spaces of #f416bf
RGB | 244 | 22 | 191 |
---|---|---|---|
HSL | 0.87 | 0.91 | 0.52 |
HSV | 314° | 91° | 96° |
CMYK | 0.00 | 0.91 | 0.22 0.04 |
XYZ | 46.9991 | 23.5685 | 51.3623 |
Yxy | 23.5685 | 0.3855 | 0.1933 |
Hunter Lab | 48.5474 | 87.8492 | -28.7446 |
CIE-Lab | 55.6532 | 86.5354 | -32.1492 |
#f416bf color RGB value is (244,22,191).
#f416bf hex color red value is 244, green value is 22 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f416bf hue: 0.87 , saturation: 0.91 and the lightness value of f416bf is 0.52.
The process color (four color CMYK) of #f416bf color hex is 0.00, 0.91, 0.22, 0.04. Web safe color of #f416bf is #ff00cc. Color #f416bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00010110 | 10111111 |
Octal | 364 | 26 | 277 |
Decimal | 244 | 22 | 191 |
Hex | F4 | 16 | BF |
Shades of #f416bf
Tints of #f416bf
RGB Percentages of Color #f416bf
CMYK Percentages of Color #f416bf
Complementary Color
#f416bf | #16f44b |
#f416bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f416bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f416bf Color CSS Codes
.mybgcolor {background-color:#f416bf; } .myforecolor {color:#f416bf; } .mybordercolor {border:3px solid #f416bf; }
#f416bf Text Font Color
<p style="color:#f416bf">Text here</p>
This sample text font color is #f416bf
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.
#f416bf Background Color
<div style="background-color:#f416bf">
Div content here</div>
This div background color is #f416bf
#f416bf Border Color
<div style="border:3px solid #f416bf">
Div here</div>
This div border color is #f416bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,22,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f416bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f416bf; -webkit-box-shadow: 1px 1px 3px 2px #f416bf; box-shadow: 1px 1px 3px 2px #f416bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,22,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f416bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f416bf; -webkit-box-shadow: 1px 1px 3px 2px #f416bf; box-shadow: 1px 1px 3px 2px #f416bf;">
Div content here</div>
This div box has shadow with color #f416bf
Comments
No comments written yet.
Please login to write comment.