Color spaces of #f16bbc
RGB | 241 | 107 | 188 |
---|---|---|---|
HSL | 0.90 | 0.83 | 0.68 |
HSV | 324° | 56° | 95° |
CMYK | 0.00 | 0.56 | 0.22 0.05 |
XYZ | 50.6104 | 32.8470 | 51.2496 |
Yxy | 32.8470 | 0.3757 | 0.2438 |
Hunter Lab | 57.3123 | 57.3303 | -12.8995 |
CIE-Lab | 64.0368 | 60.2768 | -17.5806 |
#f16bbc color RGB value is (241,107,188).
#f16bbc hex color red value is 241, green value is 107 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f16bbc hue: 0.90 , saturation: 0.83 and the lightness value of f16bbc is 0.68.
The process color (four color CMYK) of #f16bbc color hex is 0.00, 0.56, 0.22, 0.05. Web safe color of #f16bbc is #ff66cc. Color #f16bbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01101011 | 10111100 |
Octal | 361 | 153 | 274 |
Decimal | 241 | 107 | 188 |
Hex | F1 | 6B | BC |
Shades of #f16bbc
Tints of #f16bbc
RGB Percentages of Color #f16bbc
CMYK Percentages of Color #f16bbc
Complementary Color
#f16bbc | #6bf1a0 |
#f16bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f16bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f16bbc Color CSS Codes
.mybgcolor {background-color:#f16bbc; } .myforecolor {color:#f16bbc; } .mybordercolor {border:3px solid #f16bbc; }
#f16bbc Text Font Color
<p style="color:#f16bbc">Text here</p>
This sample text font color is #f16bbc
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.
#f16bbc Background Color
<div style="background-color:#f16bbc">
Div content here</div>
This div background color is #f16bbc
#f16bbc Border Color
<div style="border:3px solid #f16bbc">
Div here</div>
This div border color is #f16bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,107,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f16bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f16bbc; -webkit-box-shadow: 1px 1px 3px 2px #f16bbc; box-shadow: 1px 1px 3px 2px #f16bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,107,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f16bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f16bbc; -webkit-box-shadow: 1px 1px 3px 2px #f16bbc; box-shadow: 1px 1px 3px 2px #f16bbc;">
Div content here</div>
This div box has shadow with color #f16bbc
Comments
No comments written yet.
Please login to write comment.