Color spaces of #f954ad
RGB | 249 | 84 | 173 |
---|---|---|---|
HSL | 0.91 | 0.93 | 0.65 |
HSV | 328° | 66° | 98° |
CMYK | 0.00 | 0.66 | 0.31 0.02 |
XYZ | 49.7801 | 29.4975 | 42.6051 |
Yxy | 29.4975 | 0.4084 | 0.2420 |
Hunter Lab | 54.3116 | 68.5615 | -8.4923 |
CIE-Lab | 61.2182 | 70.1976 | -13.1493 |
#f954ad color RGB value is (249,84,173).
#f954ad hex color red value is 249, green value is 84 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f954ad hue: 0.91 , saturation: 0.93 and the lightness value of f954ad is 0.65.
The process color (four color CMYK) of #f954ad color hex is 0.00, 0.66, 0.31, 0.02. Web safe color of #f954ad is #ff6699. Color #f954ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01010100 | 10101101 |
Octal | 371 | 124 | 255 |
Decimal | 249 | 84 | 173 |
Hex | F9 | 54 | AD |
Shades of #f954ad
Tints of #f954ad
RGB Percentages of Color #f954ad
CMYK Percentages of Color #f954ad
Complementary Color
#f954ad | #54f9a0 |
#f954ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f954ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#f954ad Color CSS Codes
.mybgcolor {background-color:#f954ad; } .myforecolor {color:#f954ad; } .mybordercolor {border:3px solid #f954ad; }
#f954ad Text Font Color
<p style="color:#f954ad">Text here</p>
This sample text font color is #f954ad
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.
#f954ad Background Color
<div style="background-color:#f954ad">
Div content here</div>
This div background color is #f954ad
#f954ad Border Color
<div style="border:3px solid #f954ad">
Div here</div>
This div border color is #f954ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,84,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f954ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f954ad; -webkit-box-shadow: 1px 1px 3px 2px #f954ad; box-shadow: 1px 1px 3px 2px #f954ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,84,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 #f954ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f954ad; -webkit-box-shadow: 1px 1px 3px 2px #f954ad; box-shadow: 1px 1px 3px 2px #f954ad;">
Div content here</div>
This div box has shadow with color #f954ad
Comments
No comments written yet.
Please login to write comment.