Color spaces of #f962fc
RGB | 249 | 98 | 252 |
---|---|---|---|
HSL | 0.83 | 0.96 | 0.69 |
HSV | 299° | 61° | 99° |
CMYK | 0.01 | 0.61 | 0.00 0.01 |
XYZ | 61.0053 | 35.9034 | 95.8102 |
Yxy | 35.9034 | 0.3166 | 0.1863 |
Hunter Lab | 59.9194 | 76.8757 | -52.8601 |
CIE-Lab | 66.4460 | 75.9294 | -49.5039 |
#f962fc color RGB value is (249,98,252).
#f962fc hex color red value is 249, green value is 98 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f962fc hue: 0.83 , saturation: 0.96 and the lightness value of f962fc is 0.69.
The process color (four color CMYK) of #f962fc color hex is 0.01, 0.61, 0.00, 0.01. Web safe color of #f962fc is #ff66ff. Color #f962fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01100010 | 11111100 |
Octal | 371 | 142 | 374 |
Decimal | 249 | 98 | 252 |
Hex | F9 | 62 | FC |
Shades of #f962fc
Tints of #f962fc
RGB Percentages of Color #f962fc
CMYK Percentages of Color #f962fc
Complementary Color
#f962fc | #65fc62 |
#f962fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f962fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f962fc Color CSS Codes
.mybgcolor {background-color:#f962fc; } .myforecolor {color:#f962fc; } .mybordercolor {border:3px solid #f962fc; }
#f962fc Text Font Color
<p style="color:#f962fc">Text here</p>
This sample text font color is #f962fc
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.
#f962fc Background Color
<div style="background-color:#f962fc">
Div content here</div>
This div background color is #f962fc
#f962fc Border Color
<div style="border:3px solid #f962fc">
Div here</div>
This div border color is #f962fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,98,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f962fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f962fc; -webkit-box-shadow: 1px 1px 3px 2px #f962fc; box-shadow: 1px 1px 3px 2px #f962fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,98,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f962fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f962fc; -webkit-box-shadow: 1px 1px 3px 2px #f962fc; box-shadow: 1px 1px 3px 2px #f962fc;">
Div content here</div>
This div box has shadow with color #f962fc
Related Colors
Comments
No comments written yet.
Please login to write comment.