Color spaces of #f63ffa
RGB | 246 | 63 | 250 |
---|---|---|---|
HSL | 0.83 | 0.95 | 0.61 |
HSV | 299° | 75° | 98° |
CMYK | 0.02 | 0.75 | 0.00 0.02 |
XYZ | 57.0389 | 30.0500 | 93.2364 |
Yxy | 30.0500 | 0.3163 | 0.1666 |
Hunter Lab | 54.8179 | 89.8009 | -62.4702 |
CIE-Lab | 61.6973 | 86.8404 | -55.9596 |
#f63ffa color RGB value is (246,63,250).
#f63ffa hex color red value is 246, green value is 63 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f63ffa hue: 0.83 , saturation: 0.95 and the lightness value of f63ffa is 0.61.
The process color (four color CMYK) of #f63ffa color hex is 0.02, 0.75, 0.00, 0.02. Web safe color of #f63ffa is #ff33ff. Color #f63ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 00111111 | 11111010 |
Octal | 366 | 77 | 372 |
Decimal | 246 | 63 | 250 |
Hex | F6 | 3F | FA |
Shades of #f63ffa
Tints of #f63ffa
RGB Percentages of Color #f63ffa
CMYK Percentages of Color #f63ffa
Complementary Color
#f63ffa | #43fa3f |
#f63ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f63ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f63ffa Color CSS Codes
.mybgcolor {background-color:#f63ffa; } .myforecolor {color:#f63ffa; } .mybordercolor {border:3px solid #f63ffa; }
#f63ffa Text Font Color
<p style="color:#f63ffa">Text here</p>
This sample text font color is #f63ffa
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.
#f63ffa Background Color
<div style="background-color:#f63ffa">
Div content here</div>
This div background color is #f63ffa
#f63ffa Border Color
<div style="border:3px solid #f63ffa">
Div here</div>
This div border color is #f63ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,63,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f63ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f63ffa; -webkit-box-shadow: 1px 1px 3px 2px #f63ffa; box-shadow: 1px 1px 3px 2px #f63ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,63,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 #f63ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f63ffa; -webkit-box-shadow: 1px 1px 3px 2px #f63ffa; box-shadow: 1px 1px 3px 2px #f63ffa;">
Div content here</div>
This div box has shadow with color #f63ffa
Related Colors
Comments
No comments written yet.
Please login to write comment.