Color spaces of #f641df
RGB | 246 | 65 | 223 |
---|---|---|---|
HSL | 0.85 | 0.91 | 0.61 |
HSV | 308° | 74° | 96° |
CMYK | 0.00 | 0.74 | 0.09 0.04 |
XYZ | 53.2156 | 28.7011 | 72.5471 |
Yxy | 28.7011 | 0.3445 | 0.1858 |
Hunter Lab | 53.5734 | 83.5544 | -42.7869 |
CIE-Lab | 60.5169 | 82.2865 | -42.7570 |
#f641df color RGB value is (246,65,223).
#f641df hex color red value is 246, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f641df hue: 0.85 , saturation: 0.91 and the lightness value of f641df is 0.61.
The process color (four color CMYK) of #f641df color hex is 0.00, 0.74, 0.09, 0.04. Web safe color of #f641df is #ff33cc. Color #f641df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01000001 | 11011111 |
Octal | 366 | 101 | 337 |
Decimal | 246 | 65 | 223 |
Hex | F6 | 41 | DF |
Shades of #f641df
Tints of #f641df
RGB Percentages of Color #f641df
CMYK Percentages of Color #f641df
Complementary Color
#f641df | #41f658 |
#f641df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f641df Color Preview on White Background
Lorem ipsum dolor sit amet.
#f641df Color CSS Codes
.mybgcolor {background-color:#f641df; } .myforecolor {color:#f641df; } .mybordercolor {border:3px solid #f641df; }
#f641df Text Font Color
<p style="color:#f641df">Text here</p>
This sample text font color is #f641df
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.
#f641df Background Color
<div style="background-color:#f641df">
Div content here</div>
This div background color is #f641df
#f641df Border Color
<div style="border:3px solid #f641df">
Div here</div>
This div border color is #f641df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,65,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f641df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f641df; -webkit-box-shadow: 1px 1px 3px 2px #f641df; box-shadow: 1px 1px 3px 2px #f641df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,65,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f641df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f641df; -webkit-box-shadow: 1px 1px 3px 2px #f641df; box-shadow: 1px 1px 3px 2px #f641df;">
Div content here</div>
This div box has shadow with color #f641df
Comments
No comments written yet.
Please login to write comment.