Color spaces of #f65168
RGB | 246 | 81 | 104 |
---|---|---|---|
HSL | 0.98 | 0.90 | 0.64 |
HSV | 352° | 67° | 96° |
CMYK | 0.00 | 0.67 | 0.58 0.04 |
XYZ | 43.4472 | 26.4772 | 15.9174 |
Yxy | 26.4772 | 0.5061 | 0.3084 |
Hunter Lab | 51.4560 | 60.6696 | 17.6784 |
CIE-Lab | 58.4873 | 64.0971 | 23.0684 |
#f65168 color RGB value is (246,81,104).
#f65168 hex color red value is 246, green value is 81 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f65168 hue: 0.98 , saturation: 0.90 and the lightness value of f65168 is 0.64.
The process color (four color CMYK) of #f65168 color hex is 0.00, 0.67, 0.58, 0.04. Web safe color of #f65168 is #ff6666. Color #f65168 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01010001 | 01101000 |
Octal | 366 | 121 | 150 |
Decimal | 246 | 81 | 104 |
Hex | F6 | 51 | 68 |
Shades of #f65168
Tints of #f65168
RGB Percentages of Color #f65168
CMYK Percentages of Color #f65168
Complementary Color
#f65168 | #51f6df |
#f65168 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f65168 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f65168 Color CSS Codes
.mybgcolor {background-color:#f65168; } .myforecolor {color:#f65168; } .mybordercolor {border:3px solid #f65168; }
#f65168 Text Font Color
<p style="color:#f65168">Text here</p>
This sample text font color is #f65168
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.
#f65168 Background Color
<div style="background-color:#f65168">
Div content here</div>
This div background color is #f65168
#f65168 Border Color
<div style="border:3px solid #f65168">
Div here</div>
This div border color is #f65168
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,81,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f65168; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f65168; -webkit-box-shadow: 1px 1px 3px 2px #f65168; box-shadow: 1px 1px 3px 2px #f65168; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,81,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f65168">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f65168; -webkit-box-shadow: 1px 1px 3px 2px #f65168; box-shadow: 1px 1px 3px 2px #f65168;">
Div content here</div>
This div box has shadow with color #f65168
Comments
No comments written yet.
Please login to write comment.