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