Color spaces of #f951da
RGB | 249 | 81 | 218 |
---|---|---|---|
HSL | 0.86 | 0.93 | 0.65 |
HSV | 311° | 67° | 98° |
CMYK | 0.00 | 0.67 | 0.12 0.02 |
XYZ | 54.6642 | 31.0866 | 69.4488 |
Yxy | 31.0866 | 0.3522 | 0.2003 |
Hunter Lab | 55.7554 | 77.4348 | -34.8228 |
CIE-Lab | 62.5807 | 77.0970 | -36.6758 |
#f951da color RGB value is (249,81,218).
#f951da hex color red value is 249, green value is 81 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f951da hue: 0.86 , saturation: 0.93 and the lightness value of f951da is 0.65.
The process color (four color CMYK) of #f951da color hex is 0.00, 0.67, 0.12, 0.02. Web safe color of #f951da is #ff66cc. Color #f951da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01010001 | 11011010 |
Octal | 371 | 121 | 332 |
Decimal | 249 | 81 | 218 |
Hex | F9 | 51 | DA |
Shades of #f951da
Tints of #f951da
RGB Percentages of Color #f951da
CMYK Percentages of Color #f951da
Complementary Color
#f951da | #51f970 |
#f951da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f951da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f951da Color CSS Codes
.mybgcolor {background-color:#f951da; } .myforecolor {color:#f951da; } .mybordercolor {border:3px solid #f951da; }
#f951da Text Font Color
<p style="color:#f951da">Text here</p>
This sample text font color is #f951da
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.
#f951da Background Color
<div style="background-color:#f951da">
Div content here</div>
This div background color is #f951da
#f951da Border Color
<div style="border:3px solid #f951da">
Div here</div>
This div border color is #f951da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,81,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f951da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f951da; -webkit-box-shadow: 1px 1px 3px 2px #f951da; box-shadow: 1px 1px 3px 2px #f951da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,81,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f951da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f951da; -webkit-box-shadow: 1px 1px 3px 2px #f951da; box-shadow: 1px 1px 3px 2px #f951da;">
Div content here</div>
This div box has shadow with color #f951da
Comments
No comments written yet.
Please login to write comment.