Color spaces of #f665cf
RGB | 246 | 101 | 207 |
---|---|---|---|
HSL | 0.88 | 0.89 | 0.68 |
HSV | 316° | 59° | 96° |
CMYK | 0.00 | 0.59 | 0.16 0.04 |
XYZ | 53.9222 | 33.4052 | 62.6373 |
Yxy | 33.4052 | 0.3596 | 0.2228 |
Hunter Lab | 57.7972 | 65.3873 | -23.7970 |
CIE-Lab | 64.4877 | 66.9872 | -27.5647 |
#f665cf color RGB value is (246,101,207).
#f665cf hex color red value is 246, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f665cf hue: 0.88 , saturation: 0.89 and the lightness value of f665cf is 0.68.
The process color (four color CMYK) of #f665cf color hex is 0.00, 0.59, 0.16, 0.04. Web safe color of #f665cf is #ff66cc. Color #f665cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01100101 | 11001111 |
Octal | 366 | 145 | 317 |
Decimal | 246 | 101 | 207 |
Hex | F6 | 65 | CF |
Shades of #f665cf
Tints of #f665cf
RGB Percentages of Color #f665cf
CMYK Percentages of Color #f665cf
Complementary Color
#f665cf | #65f68c |
#f665cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f665cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f665cf Color CSS Codes
.mybgcolor {background-color:#f665cf; } .myforecolor {color:#f665cf; } .mybordercolor {border:3px solid #f665cf; }
#f665cf Text Font Color
<p style="color:#f665cf">Text here</p>
This sample text font color is #f665cf
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.
#f665cf Background Color
<div style="background-color:#f665cf">
Div content here</div>
This div background color is #f665cf
#f665cf Border Color
<div style="border:3px solid #f665cf">
Div here</div>
This div border color is #f665cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,101,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f665cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f665cf; -webkit-box-shadow: 1px 1px 3px 2px #f665cf; box-shadow: 1px 1px 3px 2px #f665cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,101,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f665cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f665cf; -webkit-box-shadow: 1px 1px 3px 2px #f665cf; box-shadow: 1px 1px 3px 2px #f665cf;">
Div content here</div>
This div box has shadow with color #f665cf
Comments
No comments written yet.
Please login to write comment.