Color spaces of #f164fa
RGB | 241 | 100 | 250 |
---|---|---|---|
HSL | 0.82 | 0.94 | 0.69 |
HSV | 296° | 60° | 98° |
CMYK | 0.04 | 0.60 | 0.00 0.02 |
XYZ | 58.0881 | 34.7172 | 94.0820 |
Yxy | 34.7172 | 0.3108 | 0.1858 |
Hunter Lab | 58.9213 | 72.8636 | -53.4258 |
CIE-Lab | 65.5279 | 72.8996 | -49.9276 |
#f164fa color RGB value is (241,100,250).
#f164fa hex color red value is 241, green value is 100 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f164fa hue: 0.82 , saturation: 0.94 and the lightness value of f164fa is 0.69.
The process color (four color CMYK) of #f164fa color hex is 0.04, 0.60, 0.00, 0.02. Web safe color of #f164fa is #ff66ff. Color #f164fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01100100 | 11111010 |
Octal | 361 | 144 | 372 |
Decimal | 241 | 100 | 250 |
Hex | F1 | 64 | FA |
Shades of #f164fa
Tints of #f164fa
RGB Percentages of Color #f164fa
CMYK Percentages of Color #f164fa
Complementary Color
#f164fa | #6dfa64 |
#f164fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f164fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f164fa Color CSS Codes
.mybgcolor {background-color:#f164fa; } .myforecolor {color:#f164fa; } .mybordercolor {border:3px solid #f164fa; }
#f164fa Text Font Color
<p style="color:#f164fa">Text here</p>
This sample text font color is #f164fa
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.
#f164fa Background Color
<div style="background-color:#f164fa">
Div content here</div>
This div background color is #f164fa
#f164fa Border Color
<div style="border:3px solid #f164fa">
Div here</div>
This div border color is #f164fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,100,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f164fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f164fa; -webkit-box-shadow: 1px 1px 3px 2px #f164fa; box-shadow: 1px 1px 3px 2px #f164fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,100,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f164fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f164fa; -webkit-box-shadow: 1px 1px 3px 2px #f164fa; box-shadow: 1px 1px 3px 2px #f164fa;">
Div content here</div>
This div box has shadow with color #f164fa
Comments
No comments written yet.
Please login to write comment.