Color spaces of #f966ea
RGB | 249 | 102 | 234 |
---|---|---|---|
HSL | 0.85 | 0.92 | 0.69 |
HSV | 306° | 59° | 98° |
CMYK | 0.00 | 0.59 | 0.06 0.02 |
XYZ | 58.6696 | 35.5830 | 81.6179 |
Yxy | 35.5830 | 0.3336 | 0.2023 |
Hunter Lab | 59.6515 | 71.1717 | -39.3673 |
CIE-Lab | 66.2001 | 71.4135 | -39.9549 |
#f966ea color RGB value is (249,102,234).
#f966ea hex color red value is 249, green value is 102 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f966ea hue: 0.85 , saturation: 0.92 and the lightness value of f966ea is 0.69.
The process color (four color CMYK) of #f966ea color hex is 0.00, 0.59, 0.06, 0.02. Web safe color of #f966ea is #ff66ff. Color #f966ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01100110 | 11101010 |
Octal | 371 | 146 | 352 |
Decimal | 249 | 102 | 234 |
Hex | F9 | 66 | EA |
Shades of #f966ea
Tints of #f966ea
RGB Percentages of Color #f966ea
CMYK Percentages of Color #f966ea
Complementary Color
#f966ea | #66f975 |
#f966ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f966ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#f966ea Color CSS Codes
.mybgcolor {background-color:#f966ea; } .myforecolor {color:#f966ea; } .mybordercolor {border:3px solid #f966ea; }
#f966ea Text Font Color
<p style="color:#f966ea">Text here</p>
This sample text font color is #f966ea
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.
#f966ea Background Color
<div style="background-color:#f966ea">
Div content here</div>
This div background color is #f966ea
#f966ea Border Color
<div style="border:3px solid #f966ea">
Div here</div>
This div border color is #f966ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,102,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f966ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f966ea; -webkit-box-shadow: 1px 1px 3px 2px #f966ea; box-shadow: 1px 1px 3px 2px #f966ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,102,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f966ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f966ea; -webkit-box-shadow: 1px 1px 3px 2px #f966ea; box-shadow: 1px 1px 3px 2px #f966ea;">
Div content here</div>
This div box has shadow with color #f966ea
Comments
No comments written yet.
Please login to write comment.