Color spaces of #f946ad
RGB | 249 | 70 | 173 |
---|---|---|---|
HSL | 0.90 | 0.94 | 0.63 |
HSV | 325° | 72° | 98° |
CMYK | 0.00 | 0.72 | 0.31 0.02 |
XYZ | 48.7999 | 27.5372 | 42.2783 |
Yxy | 27.5372 | 0.4114 | 0.2322 |
Hunter Lab | 52.4759 | 74.1630 | -11.0351 |
CIE-Lab | 59.4683 | 75.0774 | -15.7914 |
#f946ad color RGB value is (249,70,173).
#f946ad hex color red value is 249, green value is 70 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f946ad hue: 0.90 , saturation: 0.94 and the lightness value of f946ad is 0.63.
The process color (four color CMYK) of #f946ad color hex is 0.00, 0.72, 0.31, 0.02. Web safe color of #f946ad is #ff3399. Color #f946ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01000110 | 10101101 |
Octal | 371 | 106 | 255 |
Decimal | 249 | 70 | 173 |
Hex | F9 | 46 | AD |
Shades of #f946ad
Tints of #f946ad
RGB Percentages of Color #f946ad
CMYK Percentages of Color #f946ad
Complementary Color
#f946ad | #46f992 |
#f946ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f946ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#f946ad Color CSS Codes
.mybgcolor {background-color:#f946ad; } .myforecolor {color:#f946ad; } .mybordercolor {border:3px solid #f946ad; }
#f946ad Text Font Color
<p style="color:#f946ad">Text here</p>
This sample text font color is #f946ad
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.
#f946ad Background Color
<div style="background-color:#f946ad">
Div content here</div>
This div background color is #f946ad
#f946ad Border Color
<div style="border:3px solid #f946ad">
Div here</div>
This div border color is #f946ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,70,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f946ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f946ad; -webkit-box-shadow: 1px 1px 3px 2px #f946ad; box-shadow: 1px 1px 3px 2px #f946ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,70,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f946ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f946ad; -webkit-box-shadow: 1px 1px 3px 2px #f946ad; box-shadow: 1px 1px 3px 2px #f946ad;">
Div content here</div>
This div box has shadow with color #f946ad
Comments
No comments written yet.
Please login to write comment.