Color spaces of #f946ba
RGB | 249 | 70 | 186 |
---|---|---|---|
HSL | 0.89 | 0.94 | 0.63 |
HSV | 321° | 72° | 98° |
CMYK | 0.00 | 0.72 | 0.25 0.02 |
XYZ | 50.1200 | 28.0652 | 49.2299 |
Yxy | 28.0652 | 0.3934 | 0.2203 |
Hunter Lab | 52.9766 | 76.1659 | -18.0132 |
CIE-Lab | 59.9476 | 76.5896 | -22.5598 |
#f946ba color RGB value is (249,70,186).
#f946ba hex color red value is 249, green value is 70 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f946ba hue: 0.89 , saturation: 0.94 and the lightness value of f946ba is 0.63.
The process color (four color CMYK) of #f946ba color hex is 0.00, 0.72, 0.25, 0.02. Web safe color of #f946ba is #ff33cc. Color #f946ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01000110 | 10111010 |
Octal | 371 | 106 | 272 |
Decimal | 249 | 70 | 186 |
Hex | F9 | 46 | BA |
Shades of #f946ba
Tints of #f946ba
RGB Percentages of Color #f946ba
CMYK Percentages of Color #f946ba
Complementary Color
#f946ba | #46f985 |
#f946ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f946ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#f946ba Color CSS Codes
.mybgcolor {background-color:#f946ba; } .myforecolor {color:#f946ba; } .mybordercolor {border:3px solid #f946ba; }
#f946ba Text Font Color
<p style="color:#f946ba">Text here</p>
This sample text font color is #f946ba
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.
#f946ba Background Color
<div style="background-color:#f946ba">
Div content here</div>
This div background color is #f946ba
#f946ba Border Color
<div style="border:3px solid #f946ba">
Div here</div>
This div border color is #f946ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,70,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f946ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f946ba; -webkit-box-shadow: 1px 1px 3px 2px #f946ba; box-shadow: 1px 1px 3px 2px #f946ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,70,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f946ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f946ba; -webkit-box-shadow: 1px 1px 3px 2px #f946ba; box-shadow: 1px 1px 3px 2px #f946ba;">
Div content here</div>
This div box has shadow with color #f946ba
Comments
No comments written yet.
Please login to write comment.